python 2.7 - pip install for whl files -


i trying install scipy package python 2.7 in windows, process followed follows:

  1. downloaded whl file scipy-0.17.1-cp27-cp27m-win32.whl http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

  2. tried install pip install scipy-0.17.1-cp27-cp27m-win32.whl

    error : requirement 'scipy-0.15.1-cp27-none-win32.whl' looks filename file not exist scipy-0.15.1-cp27-none-win32.whl not supported wheelon platform.

  3. then tried install pip install file_location\scipy-0.17.1-cp27-cp27m-win32.whl.

    error displayed :scipy-0.15.1-cp27-none-win32.whl not supported wheel on platform.

    also have upgraded pip command. can suggest me out valid solutions?

i think issue in python interpreter variant 32 or 64.. if python 32-bit use scipy-0.17.1-cp27-cp27m-win32.whl otherwise if python 64bit try scipy-0.17.1-cp27-cp27m-win_amd64.whl


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -