[PyQt] What is the last Windows version of PyQt5 for Python 3.4

Nenad Lamza nenad.lamza at sk.t-com.hr
Mon Jun 3 15:48:12 BST 2019


Thanks Florian,

the reason is that some of my users still use WinXP, and the last Python 
version for WinXP is 3.4. I used PyQt4 for that users so far and decided 
to use PyQt5 for them.

After "pip install PyQt5" or "pip install PyQt5==5.8" i get the message:

Collecting PyQt5==5.8
   Using cached 
https://files.pythonhosted.org/packages/f0/3a/8f2261c047700805763
6b9f992952033748b9ee94541dd54373f7d6bf5f1/PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-no 

ne-win32.whl
Collecting sip>=4.19.1 (from PyQt5==5.8)
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)



More information about the PyQt mailing list