I'm going crazy installing NumPy on Windows 10 and Python 3.4.2 64 bit. I downloaded the file numpy-1.10.4+mkl-cp34-cp34m-win_amd64.whl from http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy. When I give the command to install
pip install numpy-1.10.4+mkl-cp34-cp34m-win_amd64.whl
But I obtain numpy-1.10.4%2Bmkl-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform.
I tried also with 32bit version, same.
Someone can use NumPy on Windows? How can I do?
Thank you