2017-10-20 209 views
0

我試圖在Windows 10的Python 3.4與PIP使用CMD上的代碼安裝PyQt5無法在Windows上安裝python3.4 10 pyqt5

pip install pyqt5

它回答

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

但我收到這個錯誤

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> 

回答

0

似乎你可以安裝PyQt5通過只能從Python 3.5及更高版本中使用。
由於您使用的是Python 3.4,因此您可以升級Python或從此site下載Windows可執行文件(32位或64位)。

在這裏,你可以從documentation找到鏈接: