[SciPy-user] Problems installing CVS version of scipy
Francesc Alted
falted at openlc.org
Mon Oct 14 13:16:44 EDT 2002
Hi,
I've installed the CVS version of scipy following directions stated on this
mailing list, and everything compiled ok (apparently!).
But, when I try to import scipy, I get the next error:
$ python2.2
Python 2.2.1 (#1, Apr 21 2002, 08:38:44)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
exceptions.ImportError:
/usr/local/lib/python2.2/site-packages/scipy/linalg/_fli
nalg.so: undefined symbol: dlaswp_
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.2/site-packages/scipy/__init__.py", line
49, in ?
import special, io, linalg, stats, fftpack
File
"/usr/local/lib/python2.2/site-packages/scipy/special/__init__.py", line
328, in ?
import orthogonal
File
"/usr/local/lib/python2.2/site-packages/scipy/special/orthogonal.py", lin
e 59, in ?
from scipy.linalg import eig
File
"/usr/local/lib/python2.2/site-packages/scipy/linalg/__init__.py", line 4
2, in ?
from basic import *
File "/usr/local/lib/python2.2/site-packages/scipy/linalg/basic.py",
line 17,
in ?
import calc_lwork
ImportError:
/usr/local/lib/python2.2/site-packages/scipy/linalg/calc_lwork.so:
undefined symbol: ieeeck_
and, curiously enough, if I try to import again, it succeeds!:
>>> import scipy
>>> scipy.test(10)
creating test suite for: scipy_base.type_check
No test suite found for scipy_base.polynomial
creating test suite for: scipy_base.shape_base
creating test suite for: scipy_base.function_base
No test suite found for scipy_base.scimath
No test suite found for scipy_base.__cvs_version__
creating test suite for: scipy_base.limits
creating test suite for: scipy_base.index_tricks
No test suite found for scipy_base.scipy_base_version
creating test suite for: scipy_base.matrix_base
................................................................................
...................................
----------------------------------------------------------------------
Ran 115 tests in 0.323s
OK
<unittest.TextTestRunner instance at 0x8289a8c>
The CVS version I'm using is:
>>> scipy.__cvs_version__.cvs_version
(1, 144, 1520, 4350)
Using Debian 3.0 Linux here, and installed Numeric 22.0, Atlas 3.4.1 and
F2PY 2.23.190-1369. The rest of the packages are from distribution.
Any hint?
--
Francesc Alted PGP KeyID: 0x61C8C11F
Aplications developer
Public PGP key available: http://www.openlc.org/falted_at_openlc.asc
Key fingerprint = 1518 38FE 3A3D 8BE8 24A0 3E5B 1328 32CC 61C8 C11F
More information about the SciPy-User
mailing list