[Numpy-discussion] Fwd: numpy test fails with "Illegal instruction'

Scott Sinclair scott.sinclair.za at gmail.com
Fri Jan 18 01:32:06 EST 2013


On 17 January 2013 16:59, Gerhard Burger <burger.ga at gmail.com> wrote:
> Solved it, did a backtrace with gdb and the error came somewhere from an old
> lapack version that was installed on my machine (I thought I wouldn't have
> these issues in a virtualenv). but anyway after I removed it, and installed
> numpy again, it ran without problems!

Virtualenv only creates an isolated Python install, it doesn't trick
the Numpy build process into ignoring system libraries like LAPACK,
ATLAS etc.

Glad it's fixed.

Cheers,
Scott



More information about the NumPy-Discussion mailing list