[Numpy-discussion] lsame_ undefined ...

thorsten at partita.dartmouth.edu thorsten at partita.dartmouth.edu
Thu Sep 25 10:37:40 EDT 2008


I've been trying to install numpy on my linux system and get the 
following error message whey I try to import it:

Python 2.4.3 (#1, Apr 22 2006, 18:02:44) 
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.4/site-packages/numpy/__init__.py", line 103, in ?
    import linalg
  File "/usr/local/lib/python2.4/site-packages/numpy/linalg/__init__.py", line 4, in ?
    from linalg import *
  File "/usr/local/lib/python2.4/site-packages/numpy/linalg/linalg.py", line 29, in ?
    from numpy.linalg import lapack_lite
ImportError: /usr/local/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: lsame_
>>> 

Is there a way to fix this?

Thanks,

		John Thorstensen

-- 
----------------------------------------------------------------------------
John R. Thorstensen 
Department of Physics and Astronomy
Dartmouth College
6127 Wilder Laboratory 
Hanover, NH 03755

Office: 239 Wilder Hall
Phone:  voice 603-646-2869     FAX 603-646-1446   Hinman box 6127
----------------------------------------------------------------------------




More information about the NumPy-Discussion mailing list