December 2017
Intermediate to advanced
386 pages
10h 42m
English
To install SciPy, we need to first download the versions of the library that have been built specifically for Windows. They can be found at the following site: http://www.lfd.uci.edu/~gohlke/pythonlibs/.
This page contains a long list of pre-compiled Python packages for Windows. Search the page for numpy-mkl and scipy and look for a package that matches your operating system and Python distribution. In my case, I found the following two files:
numpy-1.12/1+mkl-cp36-cp36m-win_amd64.whlscipy-0.19.0-cp36-cpm36m-win_amd64.whl
Notice that the package names refer to version 3.6 and a 64-bit architecture. Make sure the versions you download match your Python 3 distributions. Open a command window on the directory where ...
Read now
Unlock full access