[PyQt] pyqt5.7.1 and compiling sip 4.19 for Python 3.4

Phil Thompson phil at riverbankcomputing.com
Sat Dec 31 10:04:13 GMT 2016


On 31 Dec 2016, at 7:11 am, Zhao Lee <redstone-cold at 163.com> wrote:
> 
> I saw pyqt5.7.1 wheels in https://pypi.python.org/pypi/PyQt5, 
> PyQt5-5.7.1-5.7.1-cp34.cp35.cp36.cp37-none-win32.whl
> since its name container cp34, thus I guess PyQt5-5.7.1 should work with Python 3.4,but 
> 
> <undefined>
> 
> this shows there is no sip version suitable for Python 3.4, and it did
> https://pypi.python.org/pypi/SIP
> 
> so I started compile sip for Python 3.4
> 
> <undefined>
> 
> just didn't know what's wrong ,please help !

The reason there is no 3.4 wheel is because of the change of Windows compiler used in 3.5 and later. cp34 refers to the ABI version not the Python version.

Phil


More information about the PyQt mailing list