Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-27 Thread Aron Ahmadia
py.org > > > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > > > On Sat, Oct 27, 2012 at 4:06 AM, Jack Bryan > wrote: > > > Thanks for your help. > > > > > > Why do the Anaconda and EPD can help me fix the problem ? > >

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-27 Thread Jack Bryan
To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > On Sat, Oct 27, 2012 at 4:06 AM, Jack Bryan wrote: > > Thanks for your help. > > > > Why do the Anaconda and EPD can help me fix the problem ? > > Becaus

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-27 Thread David Cournapeau
On Sat, Oct 27, 2012 at 4:06 AM, Jack Bryan wrote: > Thanks for your help. > > Why do the Anaconda and EPD can help me fix the problem ? Because they are an all-included distribution of python with numpy/scipy and many other packages. You don't need to compile anything. David ___

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
Thanks for your help. Why do the Anaconda and EPD can help me fix the problem ? Any help will be appreciated. > To: numpy-discussion@scipy.org > From: p...@iki.fi > Date: Fri, 26 Oct 2012 23:36:56 + > Subject: Re: [Numpy-discussion] error of install numpy on linux redha

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Pauli Virtanen
Jack Bryan hotmail.com> writes: > Hi, I cannot afford the cost of buying these products. The Anaconda community edition is free. EPD is free for academic use. The issue you are facing is a rare one --- I have not had similar issues myself on different platforms, including HPC clusters. -- Pau

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
g > From: p...@iki.fi > Date: Fri, 26 Oct 2012 21:53:42 + > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > Jack Bryan hotmail.com> writes: > [clip] > > Is this a problem ? > > You need to ensure that > > >>> im

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Pauli Virtanen
Jack Bryan hotmail.com> writes: [clip] > Is this a problem ? You need to ensure that >>> import subprocess works. I don't know how to fix that. Rather than trying to compile Python yourself and hitting errors that you are unable to resolve, it would be more productive to grab either: http:/

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
cussion] error of install numpy on linux redhat. > > Jack Bryan hotmail.com> writes: > [clip] > > [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py install > > Traceback (most recent call last): > > File "setup.py", line 22, in > > impor

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
mpy-discussion@scipy.org > From: p...@iki.fi > Date: Fri, 26 Oct 2012 13:03:41 + > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > Jack Bryan hotmail.com> writes: > [clip] > > [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py inst

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Pauli Virtanen
Jack Bryan hotmail.com> writes: [clip] > [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py install > Traceback (most recent call last): >   File "setup.py", line 22, in >     import subprocess >   File "/home/user/myName/.local/lib/python2.6/subprocess.py", line 401, in >     import

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
quot;/home/user/myName/.local/lib/python2.6/subprocess.py", line 401, in import selectImportError: No module named select Any help will be appreciated. Date: Thu, 25 Oct 2012 17:07:06 +0100 From: a...@ahmadia.net To: numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] error of in

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Paul Hobson
On Wed, Oct 24, 2012 at 9:01 PM, Jack Bryan wrote: > Hi, All, > > I am trying to install numpy from http://www.scipy.org/Download . > > by > > git clone git://github.com/numpy/numpy.git numpy > > > But, when I ran > > python setup.py install > > I got: > > SystemError: Cannot compile 'Python.h'.

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Aron Ahmadia
I'm repeating myself, but did you try following the instructions here: http://stackoverflow.com/a/622810/122022? ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
Hi, Aron, I have to install in my local dir. The sys-adm cannot help me. Any help will be appreciated. > Date: Thu, 25 Oct 2012 16:00:07 +0100 > From: a...@ahmadia.net > To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat.

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Aron Ahmadia
Hi Jack, import os > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named os You've got a broken local python install. Did you try following the instructions here: http://stackoverflow.com/a/622810/122022? It is probably easiest to ask your system admi

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
, 25 Oct 2012 06:32:05 -0600 Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. Thanks for your invitation. I cannot use rpm command because I am not root user and cannot get sys-adm authorization. Any help will be appreciated. Thanks Date: Thu, 25 Oct 2012 08:05:47 +0200 F

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
of install numpy on linux redhat. On Thu, Oct 25, 2012 at 6:01 AM, Jack Bryan wrote: Hi, All, I am trying to install numpy from http://www.scipy.org/Download . by git clone git://github.com/numpy/numpy.git numpy But, when I ran python setup.py install I got: SystemError: Cannot

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-24 Thread Ralf Gommers
On Thu, Oct 25, 2012 at 6:01 AM, Jack Bryan wrote: > Hi, All, > > I am trying to install numpy from http://www.scipy.org/Download . > > by > > git clone git://github.com/numpy/numpy.git numpy > > > But, when I ran > > python setup.py install > > I got: > > SystemError: Cannot compile 'Python.h'

[Numpy-discussion] error of install numpy on linux redhat.

2012-10-24 Thread Jack Bryan
Hi, All, I am trying to install numpy from http://www.scipy.org/Download . by git clone git://github.com/numpy/numpy.git numpy But, when I ran python setup.py install I got: SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel Where to get python-dev ?