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 dtustud...@hotmail.com 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-27 Thread Jack Bryan
-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 dtustud...@hotmail.com wrote: Thanks for your help. Why do the Anaconda and EPD can help me fix the problem ? Because they are an all-included

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

2012-10-27 Thread Aron Ahmadia
of install numpy on linux redhat. On Sat, Oct 27, 2012 at 4:06 AM, Jack Bryan dtustud...@hotmail.com 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

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

2012-10-26 Thread Pauli Virtanen
Jack Bryan dtustudy68 at 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 module     import subprocess   File /home/user/myName/.local/lib/python2.6/subprocess.py, line 401, in

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

2012-10-26 Thread Jack Bryan
-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 dtustudy68 at hotmail.com writes: [clip] [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py install Traceback (most

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

2012-10-26 Thread Jack Bryan
test_winreg test_winsound test_zipfile64 1 skip unexpected on linux2: test_tcl make: *** [test] Error 1 Is this a problem ? Any help will be appreciated. To: numpy-discussion@scipy.org From: p...@iki.fi Date: Fri, 26 Oct 2012 13:03:41 + Subject: Re: [Numpy-discussion] error of install

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

2012-10-26 Thread Pauli Virtanen
Jack Bryan dtustudy68 at 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

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

2012-10-26 Thread Jack Bryan
...@iki.fi Date: Fri, 26 Oct 2012 21:53:42 + Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. Jack Bryan dtustudy68 at 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

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

2012-10-26 Thread Pauli Virtanen
Jack Bryan dtustudy68 at 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

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 redhat. Jack Bryan

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

2012-10-25 Thread Ralf Gommers
On Thu, Oct 25, 2012 at 6:01 AM, Jack Bryan dtustud...@hotmail.com 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

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 dtustud...@hotmail.com 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

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

2012-10-25 Thread Jack Bryan
: [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 From: ralf.gomm...@gmail.com To: numpy

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 stdin, line 1, in module 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

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. Hi Jack

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 Paul Hobson
On Wed, Oct 24, 2012 at 9:01 PM, Jack Bryan dtustud...@hotmail.com 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

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

2012-10-25 Thread Jack Bryan
/user/myName/.local/lib/python2.6/subprocess.py, line 401, in moduleimport 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 install numpy

[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 ?