[Numpy-discussion] How can I install numpy on Python 3.1 in Ubuntu?

cool-RR cool-rr at cool-rr.com
Thu Jan 27 05:55:21 EST 2011


On Mon, Jan 24, 2011 at 3:23 PM, Ralf Gommers
<ralf.gommers at googlemail.com>wrote:

>
>
> On Mon, Jan 24, 2011 at 8:22 PM, cool-RR <cool-rr at cool-rr.com> wrote:
>
>> Hello folks,
>>
>> I have Ubuntu 10.10 server on EC2. I installed Python 3.1, and now I want
>> to install NumPy on it. How do I do it? I tried `easy_install-3.1 numpy` but
>> got this error:
>>
>
> Just do "python3.1 setup.py install". That's always a better idea for
> numpy/scipy than trying to use easy_install. Also you need to make sure some
> packages are installed first. From
> http://www.scipy.org/Installing_SciPy/Linux:
> sudo apt-get install build-essential python-dev swig gfortran python-nose
>
> Cheers,
> Ralf
>
>
Thanks, I'll give it a try.


Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110127/50d89003/attachment.html>


More information about the NumPy-Discussion mailing list