如何下载最新版本的PyQt5工具?

时间:2020-10-18 19:40:33

标签: python python-3.x pip pyqt5

我想下载PyQt5工具。我从pypi站点编写了代码,但它要求我提供一个版本。他不接受我写的东西。我想下载最新版本,怎么办?

pip install pyqt5-tools
ERROR: Could not find a version that satisfies the requirement pyqt5-tools (from versions: none)

1 个答案:

答案 0 :(得分:0)

指定版本,例如对于5.11版,编写以下命令 pip install pyqt5-tools~=5.11