2
Good afternoon as I do to install Numpy via Pip. I downloaded Python 2.7.13 and do not know how to install via Pip.
2
Good afternoon as I do to install Numpy via Pip. I downloaded Python 2.7.13 and do not know how to install via Pip.
1
Just run pip install numpy
. Have you tried this? if it doesn’t work, paste the error message.
To advance a little the possible mistakes:
pip
.On my computer it’s located on that path: C:\Python27\Scripts
.
pip
not installed, enter the link, download the file get-pip.py
and run it using python get-pip.py
.0
Also interesting is to install Python(x,y) (https://python-xy.github.io/downloads.html) which comes with all numerical libraries already installed in addition to several other important tools for numerical, scientific, engineering and statistical calculation.
On the Python(x,y) page you have other important settings: http://python-xy.github.io/
Browser other questions tagged python windows python-2.7 numpy pip
You are not signed in. Login or sign up in order to post.
You are giving this error here at the command prompt. This is the command I gave you. C: Users Brunoap Desktop 2017 facul python numpy -1.13.0rc2-cp27-None-win_amd64.whl Ai is giving this error. numpy-1.13.0rc2-cp27-None-win_amd64.whl is not a supported wheel on this platfor m.
– RibeiroMateus