How to install scipy on windows 10?

this is not scipy you are tring to install this is

(unstable), a C package for solving large-scale convex cone problems. Requires numpy+mkl..

on windows 64 bit to install scipy use Unofficial Windows Binaries for Python Extension Packages to avoid errors you can download .whl file from Scipy it's name scipy-0.18.1-cp27-cp27m-win_amd64.whl then go to download location of file using cmd the type :

pip install scipy-0.18.1-cp27-cp27m-win_amd64.whl

to solve the new error download Numpy+MKL from here file name is numpy-1.11.2+mkl-cp27-cp27m-win_amd64.whl

Tags:

Python