Trying to import numpy

Laurent Pointal laurent.pointal at free.fr
Tue Jul 7 13:53:27 EDT 2015


ryguy7272 wrote:

> I'm trying to use numpy.  I get this error:
>>>> import numpy as np
> 
> Traceback (most recent call last):
>   File "<pyshell#1>", line 1, in <module>
>     import numpy as np
> ImportError: No module named numpy
> 
> 
> 
> I followed the instructions here.
> https://pip.pypa.io/en/latest/installing.html

…download numpy installer from official site

http://www.scipy.org/scipylib/download.html

==> http://sourceforge.net/projects/numpy/files/NumPy/1.9.2/

Choose the installer version for your Python2.7:

==> http://sourceforge.net/projects/numpy/files/NumPy/1.9.2/numpy-1.9.2-win32-superpack-python2.7.exe/download

And install it with the installer.

<zip remaining speech>

A+
Laurent.




More information about the Python-list mailing list