kodi1911
kodi1911

Reputation: 722

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

link to the cmd output

Upvotes: 0

Views: 1166

Answers (1)

cfh
cfh

Reputation: 4666

You can download binary packages for Python on Windows here:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

Upvotes: 1

Related Questions