[PyQt] I'm looking for a sip for Python 3.4

Phil Thompson phil at riverbankcomputing.com
Tue Mar 3 19:21:23 GMT 2020


On 03/03/2020 18:30, Александр К-ш wrote:
> Hello. I could not install the PyQt5-5.8.
> 
> C:\Python34\Scripts>pip3 install 
> PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-win32.
> whl
> Processing 
> c:\python34\scripts\pyqt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-win32.wh
> l
> ERROR: Could not find a version that satisfies the requirement 
> sip>=4.19.1 (from
>  PyQt5==5.8) (from versions: none)
> ERROR: No matching distribution found for sip>=4.19.1 (from PyQt5==5.8)
> 
> I can install PyQt-5.5.1. I wanted to try a later version, Python 3.4
> support is declared in the file name.
> 
> I work in Windows XP 32 bits.

You will have to build sip yourself for Python v3.4. There are only 
wheels for v3.5 and v3.6.

Phil


More information about the PyQt mailing list