无法在 windows 10 上为 python3.4 安装 pyqt5
Cannot install pyqt5 for python3.4 on windows 10
我尝试在 Windows 10 for python 3.4 上使用 pip 在 cmd
上使用此代码安装 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>
似乎只能从 Python 3.5 及更高版本通过 pip 安装 PyQt5。
由于您使用的是 Python 3.4,因此您可以升级 Python 或从 site.
下载 windows 可执行文件(32 位或 64 位)
在这里,您可以从 documentation:
中找到 link
您可以从这里下载您的答案:
https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.4.1/
我尝试在 Windows 10 for python 3.4 上使用 pip 在 cmd
上使用此代码安装 PyQt5pip 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 或从 site.
在这里,您可以从 documentation:
中找到 link您可以从这里下载您的答案:
https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.4.1/