[Numpy-discussion] No tests found for numpy 1.2.0

Robert Kern robert.kern at gmail.com
Wed Jan 21 23:36:30 EST 2009


On Wed, Jan 21, 2009 at 22:24, Brian Granger <ellisonbg.net at gmail.com> wrote:
> Just installed numpy 1.2.0 and got this:
>
> $ python -c 'import numpy; numpy.test()'
> Running unit tests for numpy-1.2.0-py2.5-macosx-10.5-i386.egg.numpy

easy_install sets the executable bit on files and nose ignores executable files.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list