Re: [Tutor] pip errors for numpy, scipy matplotlib

2012-05-14 Thread Bjorn Madsen
Hi Jerry, Sorry the missing details - but well spotted: I do use ubuntu and it was with the 12.04 upgrade that I experienced the issue. Your advice was spot on - sudo apt-get install python-numpy solved the job, and when I ran pip afterwards I received the message that "requirements are already sat

Re: [Tutor] pip errors for numpy, scipy matplotlib

2012-05-11 Thread Jerry Hill
On Fri, May 11, 2012 at 2:42 PM, Bjorn Madsen wrote: > Hi, > when attempting to use pip to install numpy, scipy matplotlib I get a mile > of errors. There is simply too much information printed - so it must be a > systematic error (http://paste.ubuntu.com/982180/). What am I missing/doing > wrong?

[Tutor] pip errors for numpy, scipy matplotlib

2012-05-11 Thread Bjorn Madsen
Hi, when attempting to use pip to install numpy, scipy matplotlib I get a mile of errors. There is simply too much information printed - so it must be a systematic error (http://paste.ubuntu.com/982180/). What am I missing/doing wrong? Kind Regards, Bjorn __