2017-10-20 35 views
0

J'ai essayé d'installer PyQt5 sur Windows 10 pour python 3.4 avec pip en utilisant ce code sur cmdne peut pas installer pyqt5 pour python3.4 sur Windows 10

pip install pyqt5

il répond

Collecting pyqt5 
Using cached PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-win-amd64.whl 

mais J'ai reçu cette erreur

Could not find a version the satisfies the requirement sip>=4.19.1 <from pyqt5> <from versions: > 
No matching distribution found for sip>=4.19.1 <from pyqt5> 

Répondre

0

Semble que vous pouvez installer PyQt5 via pip seulement à partir de Python 3.5 et plus tard.
Puisque vous utilisez Python 3.4, vous pouvez mettre à jour Python ou télécharger l'exécutable Windows (32 bits ou 64 bits) par exemple à partir de ce site.

Ici, vous trouverez le lien de documentation: