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.
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
N. What would that be like?
– Alã Damasceno
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
– sergiopereira