[packman] [PM] python-numpy 1.0.2 (openSUSE 10.2/i586)
Carlos Mendes
cmdm at l2f.inesc-id.pt
Mon Apr 16 19:40:59 CEST 2007
Hi,
I'm trying to use this package in my laptop, but when I do "import numpy" it
gives an error. Where's the traceback that I'm getting:
###########################################################################
---------------------------------------------------------------------------
<type 'exceptions.ImportError'> Traceback (most recent call last)
/home/carlos/<ipython console> in <module>()
/usr/lib/python2.5/site-packages/numpy/__init__.py in <module>()
41 import lib
42 from lib import *
---> 43 import linalg
44 import fft
45 import random
/usr/lib/python2.5/site-packages/numpy/linalg/__init__.py in <module>()
2 from info import __doc__
3
----> 4 from linalg import *
5
6 def test(level=1, verbosity=1):
/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py in <module>()
23 isfinite
24 from numpy.lib import triu
---> 25 from numpy.linalg import lapack_lite
26
27 fortran_int = intc
<type 'exceptions.ImportError'>: /usr/lib/libblas.so.3: undefined symbol:
_gfortran_st_write_done
###########################################################################
The previous package (1.0.1) works well in my workstation (with blas-3.0-958
and lapack-3.0-958), but I wasn't able to find it. Is there any way to get
it? What could you advise me to do?
carlos
More information about the Packman
mailing list