我在尝试安装scipy时遇到了一个奇怪的错误

时间:2016-11-03 18:59:30

标签: python python-3.x scipy

我进入了pip install scipy,一切都安装正常,但突然间我得到了这个。

----------------------------------------
Command "c:\python34\python.exe -u -c "import setuptools, tokenize;__file__='C:\
\Users\\Excel\\AppData\\Local\\Temp\\pip-build-l8y3lnbi\\scipy\\setup.py';exec(c
ompile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), _
_file__, 'exec'))" install --record C:\Users\Excel\AppData\Local\Temp\pip-xefll6
8u-record\install-record.txt --single-version-externally-managed --compile" fail
ed with error code 1 in C:\Users\Excel\AppData\Local\Temp\pip-build-l8y3lnbi\sci
py\

有关如何启动并运行的任何想法?我使用的是Python 3.x。

谢谢!

1 个答案:

答案 0 :(得分:0)

我在这里找到了解决方案!

https://sourceforge.net/projects/scipy/files/scipy/0.16.1/

我下载了这个:'scipy-0.16.1-win32-superpack-python3.4.exe'

运行之后,我项目中的所有内容都运行良好。

相关问题