numpy 1.0.3 import error
import numpy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.5/site-packages/numpy/__init__.py", line 43, in <module> import linalg File "/usr/local/lib/python2.5/site-packages/numpy/linalg/__init__.py",
I receive the following error when I try to import numpy: $ python Python 2.5.1 (r251:54863, Jun 10 2007, 14:46:50) [GCC 3.4.6 [FreeBSD] 20060305] on freebsd6 Type "help", "copyright", "credits" or "license" for more information. line 4, in <module> from linalg import * File "/usr/local/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 25, in <module> from numpy.linalg import lapack_lite ImportError: /usr/local/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so: mmap returned wrong address: wanted 0x8048000, got 0x28cc8000 I am running python 2.5.1 on FreeBSD 6.2. I compiled numpy with gcc 3.4.6 and with ATLAS 3.6.0 with no errors. Any help on this error would be appreciated. Steve
participants (1)
-
Kathy Frank