无法正确安装Scipy

时间:2017-05-22 07:43:33

标签: 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, '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\

我无法理解这一点。我该怎么办才能完成安装?

1 个答案:

答案 0 :(得分:0)

我发现conda install scipy可以解决问题,但会导致导入numpy的问题。需要将'r'放在_config.py文件中的文件路径之前。