私はしばらくSIPとPyQt4 + SIPを仮想環境のWindows 10の下にインストールしようとしていました(レガシープロジェクトは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 は機能すると思います。