pipに付属する64ビットのpython 3.4がインストールされています。私は pygame をインストールしたかったのですが、彼らのサイトにある 32 ビット バージョンは私のバージョンの python では動作しないことを知っています。そこで、ここから 64 ビットの python 3.4 pygame パッケージをダウンロードしました(pygame‑1.9.2a0‑cp34‑none‑win_amd64.whl)。パッケージの名前を に変更pygame.whl
し、コマンド ラインで pip を使用してインストールしようとしましたが、このエラーが発生しました。
Collecting pygame
Could not find a version that satisfies the requirement pygame (from versions:
)
Some externally hosted files were ignored as access to them may be unreliable
(use --allow-external pygame to allow).
No matching distribution found for pygame
そのため、オプションを使用してみ--allow-external
ましたが、別のエラーが発生し、要件ファイルを提供するように求められました。周りを見回したところ、--pre
オプションを使用する必要があるかもしれないことがわかりましたが、上記とまったく同じエラーが発生しました。パッケージをインストールするにはどうすればよいですか?