简体   繁体   中英

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.

----------------------------------------
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.

Thanks!

I found the solution here!

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

I downloaded this: 'scipy-0.16.1-win32-superpack-python3.4.exe'

After I ran it, everything in my project worked fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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