Problems installing numpy module in windows by Pip

Asked

Viewed 332 times

1

I can install another module using the pip, except the numpy. I have tried other installation ways using the easy_install and installation by src, unsuccessful as well.

See the exit of the installation attempt by pip: Saída da instalação pelo pip

1 answer

1

  • N. What would that be like?

  • Simple. You go to the link, download the ready-made library into a wheel (.whl) file and use PIP to install, like: pip install numpy‑1.10.1+mkl‑cp35‑none‑win_amd64.whl

Browser other questions tagged

You are not signed in. Login or sign up in order to post.