sci-py error

Robert Kern robert.kern at gmail.com
Wed Sep 6 11:37:32 EDT 2006


Cecilia Marini Bettolo wrote:
> Hi!
> When installing scipy I get this error:
> 
> python setup.py install
> Traceback (most recent call last):
>   File "setup.py", line 55, in ?
>     setup_package()
>   File "setup.py", line 28, in setup_package
>     from numpy.distutils.core import setup
>   File "/usr/local/lib/python2.4/site-packages/numpy/__init__.py", line 
> 40, 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 25, in ?
>     from numpy.linalg import lapack_lite
> ImportError: /usr/lib/libblas.so.3: undefined symbol: e_wsfe

Your numpy package was built incorrectly. e_wsfe is a symbol that should be 
provided by libg2c, the FORTRAN runtime for g77.

   http://www.scipy.org/FAQ#head-26562f0a9e046b53eae17de300fc06408f9c91a8

Please ask again on the numpy mailing list and provide some more information, 
like your platform, the versions of your compilers, and some more details about 
how you went about building numpy and any errors or warnings you got.

   http://www.scipy.org/Mailing_Lists

-- 
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 Python-list mailing list