Anaconda Can';不要正确安装Scipy

Anaconda Can';不要正确安装Scipy,anaconda,Anaconda,全部 我在安装scipy时遇到了一个问题 Command "C:\Users\jcajandi\AppData\Local\Continuum\Anaconda\envs\py35\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\jcajandi\\AppData\\Local\\Temp\\pip-build-805uir10\\scipy\\setup.py';f=getattr(tokenize, 'o

全部

我在安装scipy时遇到了一个问题

Command 
"C:\Users\jcajandi\AppData\Local\Continuum\Anaconda\envs\py35\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\jcajandi\\AppData\\Local\\Temp\\pip-build-805uir10\\scipy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\jcajandi\AppData\Local\Temp\pip-54j3kyss-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\jcajandi\AppData\Local\Temp\pip-build-805uir10\scipy\

我不明白。我应该怎么做才能完成安装?

我发现
conda install scipy
可以完成安装,但在导入numpy时会出现问题。需要在_config.py文件中的文件路径前加上“r”。

conda install scipy
是一种方法。