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

Ralf Gommers ralf.gommers at googlemail.com
Mon Jan 24 08:23:29 EST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110124/a4fc389d/attachment.html>


More information about the NumPy-Discussion mailing list