为什么在py37 env

时间:2018-09-17 20:28:18

标签: python numpy matplotlib scipy anaconda

只需在MacOS上使用python2安装Anaconda并使用python3创建一个新环境。 Anaconda的新手,意识到这个新环境没有安装任何模块。试图运行conda install anacondaconda install numpy来安装numpy,matplotlib等(我正在关注those instructions),但一直在获取

ModuleNotFoundError: No module named 'numpy'

即使我运行正确的二进制文件:

Alexandres-MBP ~ which python
/anaconda2/envs/py37/bin/python

最终分别使用numpy,matplotlib和scipy安装

conda install -c anaconda numpy
conda install matplotlib
conda install scipy

但是我不明白为什么我必须为numpy指定'anaconda'通道,而不为其他通道指定。有人吗?

编辑:创建新环境时,是否可以通过自动方式自动安装这些模块,例如使用Anaconda设置默认环境?

0 个答案:

没有答案