简体   繁体   中英

Python 3.4: Error while installing scipy

I'm having problem with installing package SciPy for python 3.4 on Windows 10. There is an error I've got from cmd on admin mode. Other packages I installed correctly, such as numpy, scikit_learn, matplotlib.

There is the error message

Also I tried using

python pip -m scipy

But it didn't work out well. As the error message shows, probably there is sth with Lapack, but I have no idea how to fix this.

Because you try to install by source code, you need first compile and setting dependencies. Log file shows that not dependencies were found.
The hard way, download, compile and setting all dependencies. The easy way, you can use a python distrubution that install all for you (a lot packages by default, eg numpy, scipy, matplotlib, pandas, ipython, spyder). A good recommendation of python distribution is Anaconda .

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