2017-08-15 125 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還是發行版? –

回答

相關問題