python3.7用pip install PyQt5下载PyQt5出现下面错误,求解
在命令窗口里输入pip install PyQt5下载完成后出现
Could not find a version that satisfies the requirement sip<4.20,>=4.19.4 (from PyQt5) (from versions: )
No matching distribution found for sip<4.20,>=4.19.4 (from PyQt5) 我也遇到同样的错误 ,我的环境是:win10,python 3.7 cyjcn 发表于 2018-2-1 16:27
我也遇到同样的错误 ,我的环境是:win10,python 3.7
找到解决的办法了吗?
用3.6吧,3.7貌似不支持 我也碰到了,网上说好像要先安装sip,也有的说要执行pip install pyqt5 pyqt5-tools,也就是说也要安装pyqt5-tools。。
我没继续试,直接去了python官网pypi,下了whl文件安装的,安装过程中确实发现了要安装sip这个东西,用whl文件就自动安装了。 pip install pyqt5==5.9 tools没什么关系,那只是为了让你用qtdesigner,和pyuic什么的 我python3.8 现在一样的问题错误信息
ERROR: Could not find a version that satisfies the requirement sip<4.20,>=4.19.4 (from pyqt5)
ERROR: No matching distribution found for sip<4.20,>=4.19.4
{:10_266:}有没有大佬帮忙看看 {:10_266:}{:10_266:} 不失微笑 发表于 2018-2-1 16:29
找到解决的办法了吗?
指定sip版本试试
pip install -i https://pypi.doubanio.com/simple pyqt5-sip==4.19.19
版本不对
页:
[1]