我想下载PyQt5工具。我从pypi站点编写了代码,但它要求我提供一个版本。他不接受我写的东西。我想下载最新版本,怎么办?
pip install pyqt5-tools
ERROR: Could not find a version that satisfies the requirement pyqt5-tools (from versions: none)
答案 0 :(得分:0)
指定版本,例如对于5.11版,编写以下命令
pip install pyqt5-tools~=5.11