<div dir="ltr"><br><div class="gmail_quote">On Mon, Jan 24, 2011 at 3:23 PM, Ralf Gommers <span dir="ltr"><<a href="mailto:ralf.gommers@googlemail.com">ralf.gommers@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div class="im">On Mon, Jan 24, 2011 at 8:22 PM, cool-RR <span dir="ltr"><<a href="mailto:cool-rr@cool-rr.com" target="_blank">cool-rr@cool-rr.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">

<div dir="ltr">Hello folks,<div><br></div><div>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:</div></div>

</blockquote></div><div><br>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 <a href="http://www.scipy.org/Installing_SciPy/Linux" target="_blank">http://www.scipy.org/Installing_SciPy/Linux</a>:<br>

sudo apt-get install build-essential python-dev swig gfortran python-nose<br><br>Cheers,<br>Ralf</div><div><br></div></div></blockquote><div><br></div><div>Thanks, I'll give it a try.</div><div><br></div><div><br></div>
<div>Ram. </div></div><br>
</div>