python 2.7 - pip install for whl files -
i trying install scipy package python 2.7 in windows, process followed follows:
downloaded whl file scipy-0.17.1-cp27-cp27m-win32.whl http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
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.
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
Post a Comment