[Tutor] Installing numpy on Ubuntu

Pierre Dagenais pierre.dagenais at ncf.ca
Thu Feb 27 22:18:16 CET 2014


I've installed numpy on Ubuntu 12.04 with
	sudo apt-get install python3-numpy.
Everything seems to go OK, yet when I try to use it I get this error:

Python 3.3.3 (default, Dec  9 2013, 08:33:48)
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'numpy'
>>>

What am I doing wrong,

Your help is appreciated,

PierreD.


More information about the Tutor mailing list