Re: [Tutor] Idle - ImportError: No module named numpy

2015-03-10 Thread Alan Gauld
On 10/03/15 13:59, Markos wrote: I'm not sure about Squeeze but on this Ubuntu 14.04 system you can install numpy for Python 3 by typing: $ sudo apt-get install python3-numpy The Python 3 version of the package is a relatively new addition to the repositories though so it may not be avail

Re: [Tutor] Idle - ImportError: No module named numpy

2015-03-10 Thread Oscar Benjamin
On 10 March 2015 at 13:59, Markos wrote: > I don't have the python3-pip in the repository, then I downloaded the > get-pip.py from: > > https://bootstrap.pypa.io/get-pip.py > > But when running the command "python3 get-pip.py" appears the error message > (end of message). Looks like a bug in pip