Windows安装PyQt5-tools失败;解决方法

版权声明:本文为博主原创文章,未经博主允许不得转载。有问题请联系Q:346660118 https://blog.csdn.net/Dreamhai/article/details/82700387

用这个命令pip install pyqt5-tools
Collecting pyqt5-tools
  Could not find a version that satisfies the requirement pyqt5-tools (from versions: )
No matching distribution found for pyqt5-tools
会出现上面的错误

解决方法:
Https://pan.baidu.com/s/1iLoTZzpmEvpn9lKvjecPDA
密码:
qcc7
下载后得到一个.whl文件
cmd:pip install wheel
然后:pip install PyQt5_Tools-5.7.dev1-py3-none-any.whl
至此就成功安装了pyqt5-tools

猜你喜欢

转载自blog.csdn.net/Dreamhai/article/details/82700387