我一直在关注如何安装 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 位系统,并且我已经安装了 32 位版本的 Miniconda。