[SciPy-User] Scipy installation error
Javier
javgarber at gmail.com
Fri Dec 21 20:06:39 EST 2012
Hi all!
I just bought a new computer and I haven't been able to get scipy working, I've
followed this manual: http://www.scipy.org/Installing_SciPy/Linux and I got the
error below so I tried with pip install and I also got the same error. The
installations don't return any errors, but when I try to use it:
from scipy.stats import *
File "/usr/lib/python2.7/dist-packages/scipy/stats/__init__.py", line 321, in
<module>
from stats import *
File "/usr/lib/python2.7/dist-packages/scipy/stats/stats.py", line 194, in
<module>
import scipy.linalg as linalg
File "/usr/lib/python2.7/dist-packages/scipy/linalg/__init__.py", line 133, in
<module>
from basic import *
File "/usr/lib/python2.7/dist-packages/scipy/linalg/basic.py", line 12, in
<module>
from lapack import get_lapack_funcs
File "/usr/lib/python2.7/dist-packages/scipy/linalg/lapack.py", line 14, in
<module>
from scipy.linalg import flapack
ImportError: /usr/lib/python2.7/dist-packages/scipy/linalg/flapack.so: undefined
symbol: sgges_
Hope somebody can help me, it's driving me crazy... Thanks!
More information about the SciPy-User
mailing list