简体   繁体   English

尝试安装scipy时出现奇怪的错误

[英]I'm getting a weird error when trying to install scipy

I entered pip install scipy and everything was installing fine but then all of a sudden I got this. 我进入了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\

Any idea on how to get this up and running? 对如何启动和运行有任何想法吗? I am using Python 3.x. 我正在使用Python3.x。

Thanks! 谢谢!

I found the solution here! 我在这里找到了解决方案!

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

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

After I ran it, everything in my project worked fine. 运行完之后,项目中的所有内容都可以正常运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM