I’m trying to install scipy but when I finish installing, I can’t import it. is there any GUI for easy installation?
The general information:
Windows 7 – Python 2.7 – scipy 0.11.0 – I followed the steps in abel.ee.ucla.edu/cvxopt/install/index.html) for windows to install the libraries needed. I ran the setup for scipy using python setup.py install in command line and in the setup.py directory.
The error messege error link
I’m trying to install scipy but when I finish installing, I can’t import it.
Share
If you are looking for a windows installer you can find one here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
But as it says: These are unofficial, unsupported and you might have to reinstall numpy and everything depending on numpy from there too!
Read the instructions very careful!