0

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

1 Answers1

0

In order to use Numpy with Windows, I'm using Canopy Editor which have a very good library. You can upload Numpy from that lib and install it. After that, Numpy works very well !

You can also download Visual Studio Code which have also a library with Numpy

Essex
  • 6,042
  • 11
  • 67
  • 139