numpy - scipy version hell

James K. Gruetzner jkgruet at sandia.gov
Thu Oct 19 15:14:52 EDT 2006


I'm using Fedora core 5, that insect-laden wonder, which includes python 
2.4.3.  I'm trying to install numpy (scipy-core) and scipy (the rest).   I 
can't seem to get around package conflicts.  I've tried two methods, one in 
which numpy fails and one in which scipy fails.  

METHOD 1 (numpy fails)
Download numpy (numpy-1.0r3); untarball and install.
Test by running python and importing numpy.  Looks OK, but notes "running from 
numpy source directory".  So, test by running python from a different 
directory and importing numpy.  Get the following error:

>>>  import numpy
   Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/numpy/__init__.py", line 40, in ?
    import linalg
  File "/usr/lib/python2.4/site-packages/numpy/linalg/__init__.py", line 4, 
in ?
    from linalg import *
  File "/usr/lib/python2.4/site-packages/numpy/linalg/linalg.py", line 25, 
in ?
    from numpy.linalg import lapack_lite
ImportError: /usr/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so: 
undefined symbol: s_cat

(The other method, where scipy fails, I'm asking for help on the scipy-user 
list.))

I suspect that there's a bit of out-of-sync with the packages, but am not 
sure.  Bottom line question:  how do I get both installed at once?

Thanks!
   James




-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20061019/f22bd66f/attachment.sig>
-------------- next part --------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
-------------- next part --------------
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


More information about the NumPy-Discussion mailing list