簡體   English   中英

無法在Windows 10上為python3.4安裝pyqt5

[英]Cannot install pyqt5 for python3.4 on windows 10

我試圖在Windows 10上為Python 3.4安裝PyQt5,並在cmd上使用此代碼使用pip

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>

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

在這里,您可以從文檔中找到鏈接:

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM