On 17 January 2013 16:59, Gerhard Burger <burger...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to