不失微笑 发表于 2018-2-1 15:57:59

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)

cyjcn 发表于 2018-2-1 16:27:13

我也遇到同样的错误 ,我的环境是:win10,python 3.7

不失微笑 发表于 2018-2-1 16:29:01

cyjcn 发表于 2018-2-1 16:27
我也遇到同样的错误 ,我的环境是:win10,python 3.7

找到解决的办法了吗?

astray123 发表于 2018-7-17 19:29:24

用3.6吧,3.7貌似不支持

haha_1 发表于 2018-10-21 00:31:09

我也碰到了,网上说好像要先安装sip,也有的说要执行pip install pyqt5 pyqt5-tools,也就是说也要安装pyqt5-tools。。

我没继续试,直接去了python官网pypi,下了whl文件安装的,安装过程中确实发现了要安装sip这个东西,用whl文件就自动安装了。

塔利班 发表于 2018-10-21 08:22:06

pip install pyqt5==5.9

塔利班 发表于 2018-10-21 08:25:59

tools没什么关系,那只是为了让你用qtdesigner,和pyuic什么的

一颗小白菜1223 发表于 2021-1-27 21:26:42

我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:}有没有大佬帮忙看看

一颗小白菜1223 发表于 2021-1-28 16:39:37

{:10_266:}{:10_266:}

YunGuo 发表于 2021-1-28 17:27:33

不失微笑 发表于 2018-2-1 16:29
找到解决的办法了吗?

指定sip版本试试
pip install -i https://pypi.doubanio.com/simple pyqt5-sip==4.19.19

私はり 发表于 2021-1-29 14:24:29

版本不对
页: [1]
查看完整版本: python3.7用pip install PyQt5下载PyQt5出现下面错误,求解