python - Win10 and scipy : unsupported wheel -


i've been struggling past 2 days scipy. i'm installing @ work on fresh new windows 10 build (yeah know...). python 64 installed, running smoothly can"t find way install scipy.

i've downloaded wheels here, i've tried scipy-0.19.0-cp36-cp36m-win32.whl , scipy-0.19.0-cp36-cp36m-win_amd64.whl comes same error (tried pip3 , pip):

$ pip3 install scipy-0.19.0-cp36-cp36m-win_amd64.whl scipy-0.19.0-cp36-cp36m-win_amd64.whl not supported wheel on platform. 

any idea? i've tried pip updates, python updates , nothing seems work.

thank help!

ensure compatibility between python version , wheel file. wheel file, denoted cpxx. example, cp35 python3.5


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -