2017-08-15 75 views
0

我一直试图在虚拟环境中的Windows 10下安装SIP和PyQt4 + SIP一段时间传统项目如此在PyQt4中完成)。我使用包管理器开始使用PyCharm。我也试过命令行。Windows 10上的PyQt4 + SIP问题:无法找到满足SIP要求的版本(从版本:)

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会起作用。

+0

通常这意味着你的python版本没有可用的版本。你使用哪种Python,是香草python还是发行版? –

回答

相关问题