How to install Numpy via PIP windows 7 64 bit

Asked

Viewed 1,631 times

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 answers

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:

  • If the message says Pip is not installed, but you are sure it is, add it to the environment variables (Right-click on My Computer > Properties > Advanced System Settings > Environment Variables > New... > pastes the path of pip.

On my computer it’s located on that path: C:\Python27\Scripts.

  • If the pip not installed, enter the link, download the file get-pip.py and run it using python get-pip.py.
  • 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.

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

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