【发布时间】:2019-12-22 01:48:51
【问题描述】:
我尝试像这样安装 pyqt5-tools:
pip install pyqt5-tools
结果输出是:
ERROR: Could not find a version that satisfies the requirement pyqt5-tools (from versions: none)
ERROR: No matching distribution found for pyqt5-tools
我需要下载 pyqt5-tools,因为我正在尝试学习如何使用 PyQt 制作 GUI(我是初学者)。
我尝试下载不同的包,但任何与 PyQt 相关的东西都失败了……它发生在我的 Mac 和 Ubuntu 机器上。
我已经检查了这些包在 PyPI 上是否可用,并将安装命令从网站复制粘贴到终端中,以确保我没有做错。
【问题讨论】: