On Mon, Jan 24, 2011 at 8:22 PM, cool-RR <cool...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to