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

用这个命令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/1iLoTZzpmE9lKvjecPDA
密码:qcc7
下载后得到一个.whl文件
cmd:pip install wheel
然后:pip install PyQt5_Tools-5.7.dev1-py3-none-any.whl
至此就成功安装了pyqt5-tools

你可能感兴趣的:(Python-QT,Python,Python)