Re: [Distutils] easy_install failed to install numpy

2013-05-19 Thread Ralf Gommers
On Sun, May 19, 2013 at 10:12 AM, Huiqun Zhou wrote: > Hi, > > I'm trying to install numpy, but got the following error message. What's > wrong? > See https://github.com/numpy/numpy/issues/3160. Numpy issues are better asked about on the numpy list by the way. Cheers, Ralf ___

Re: [Distutils] easy_install failed to install numpy

2013-05-19 Thread PJ Eby
On Sun, May 19, 2013 at 4:12 AM, Huiqun Zhou wrote: > Hi, > > I'm trying to install numpy, but got the following error message. What's > wrong? You're using an older version of setuptools or distribute that doesn't support packages writing to /dev/null in their installation scripts. If you are

Re: [Distutils] easy_install failed to install numpy

2013-05-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/2013 04:12 AM, Huiqun Zhou wrote: > I'm trying to install numpy, but got the following error message. > What's wrong? NumPy and SciPy aren't setuptools-compatible. You will need to follow the directions on the SciPy site: http://www.scip

[Distutils] easy_install failed to install numpy

2013-05-19 Thread Huiqun Zhou
Hi, I'm trying to install numpy, but got the following error message. What's wrong? Huiqun Zhou === [root@dinosaur ~]# easy_install numpy Searching for numpy Reading http://pypi.python.org/simple/numpy/ Reading http://numpy.scipy.o