Miniconda3 をインストールし、それを使用してNumPyおよびSciPyなどのさまざまなパッケージをインストールする方法のガイドに従っています。
ただし、Miniconda3 をインストールし、PyCharm で新しいプロジェクトを開いた後、ガイドには次のように書く必要があることが示されています。
conda install numpy
...返された:
Fetching package metadata: Could not connect to https://repo.continuum.io/pkgs/free/noarch/
Could not connect to https://repo.continuum.io/pkgs/pro/win-32/
Could not connect to https://repo.continuum.io/pkgs/free/win-32/
.Could not connect to https://repo.continuum.io/pkgs/pro/noarch/
...
Error: No packages found in current win-32 channels matching: numpy
You can search for this package on Binstar with
binstar search -t conda numpy
You may need to install the Binstar command line client with
conda install binstar
試してみることにしました:
conda install binstar
...これにより、同じエラーが発生しました(最後の行を含めて、試してみることを選択しましたconda install binstar
)。
また、参考として、conda update conda
結果として使用しようとしましたError: No packages found in current win-32 channels matching: conda
。
PATH 変数にインストールするときに Miniconda を追加しました。誰もこれについて手がかりを持っていますか?
編集: 私は 32 ビット システムを使用しており、Miniconda の 32 ビット バージョンをインストールしました。