安装scipy时出错

时间:2017-03-05 18:00:22

标签: python scipy runtime-error

安装scipy时出现以下错误:pip3 install scipy:

Command ""c:\program files (x86)\python36-32\python.exe" -u -c "import setuptools, tokenize;
__file__='C:\\Users\\USERPC~1\\AppData\\Local\\Temp\\pip-build-2at_hdlt\\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\USERPC~1\AppData\Local\Temp\pip-motm11xo-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\USERPC~1\AppData\Local\Temp\pip-build-illwqsel\scipy\

任何人都可以提供任何指示来解决这个问题吗?

0 个答案:

没有答案