【发布时间】:2017-08-15 03:48:19
【问题描述】:
我一直在尝试在虚拟环境中的 Windows 10 下安装 SIP 和 PyQt4 + SIP 一段时间(旧项目是在 PyQt4 中完成的)。我从 PyCharm 开始使用包管理器。我也试过命令行。
C:\Users\jspada>pip install SIP
Collecting SIP
Could not find a version that satisfies the requirement SIP (from versions: )
No matching distribution found for SIP
C:\Users\jspada>pip install PyQt4
Collecting PyQt4
Could not find a version that satisfies the requirement PyQt4 (from versions: )
No matching distribution found for PyQt4
这是因为没有针对 SIP 和 PyQt4 的构建吗? PyQt4 可能是因为它有点旧,但我认为 SIP 会起作用。
【问题讨论】:
-
通常这意味着您的 python 版本没有可用的版本。您使用的是哪种 python,它是 vanilla python 还是来自发行版?
标签: python pip pyqt4 python-sip