From: James K. G. <jk...@sa...> - 2006-10-19 19:15:18
|
I'm using Fedora core 5, that insect-laden wonder, which includes python=20 2.4.3. I'm trying to install numpy (scipy-core) and scipy (the rest). I= =20 can't seem to get around package conflicts. I've tried two methods, one in= =20 which numpy fails and one in which scipy fails. =20 METHOD 1 (numpy fails) Download numpy (numpy-1.0r3); untarball and install. Test by running python and importing numpy. Looks OK, but notes "running f= rom=20 numpy source directory". So, test by running python from a different=20 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,= =20 in ? from linalg import * File "/usr/lib/python2.4/site-packages/numpy/linalg/linalg.py", line 25,= =20 in ? from numpy.linalg import lapack_lite ImportError: /usr/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so:= =20 undefined symbol: s_cat (The other method, where scipy fails, I'm asking for help on the scipy-user= =20 list.)) I suspect that there's a bit of out-of-sync with the packages, but am not=20 sure. Bottom line question: how do I get both installed at once? Thanks! James |