Your message dated Mon, 24 Nov 2014 22:39:50 +0500
with message-id <20141124173950.ga2...@belkar.wrar.name>
and subject line Re: Bug#770838: python-numpy: Import fails with ImportError:
/usr/lib/libblas.so.3:, undefined symbol: cgemm3m_nn
has caused the Debian Bug report #770838,
regarding python-numpy: Import fails with ImportError: /usr/lib/libblas.so.3:,
undefined symbol: cgemm3m_nn
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
770838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-numpy
Version: 1:1.8.2-2
Severity: grave
Justification: renders package unusable
Dear Maintainer,
importing numpy fails with an ImportError exception. The following
backtrace is produced:
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/numpy/__init__.py", line 153,
in <module>
from . import add_newdocs
File "/usr/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 13,
in <module>
from numpy.lib import add_newdoc
File "/usr/lib/python2.7/dist-packages/numpy/lib/__init__.py", line
18, in <module>
from .polynomial import *
File "/usr/lib/python2.7/dist-packages/numpy/lib/polynomial.py", line
19, in <module>
from numpy.linalg import eigvals, lstsq, inv
File "/usr/lib/python2.7/dist-packages/numpy/linalg/__init__.py", line
50, in <module>
from .linalg import *
File "/usr/lib/python2.7/dist-packages/numpy/linalg/linalg.py", line
29, in <module>
from numpy.linalg import lapack_lite, _umath_linalg
ImportError: /usr/lib/libblas.so.3: undefined symbol: cgemm3m_nn
This is with Python 2.7.8, but I get the same error with Python 3.4.2. I've
also tried installing python-numpy 1:1.9.0~rc1-1 from experimental, which
results in the same error when importing.
This may very well be a bug in libblas3, but I have installed the most
recent
version of libblas3 and the error manifests when importing numpy. I'll
gladly
report a bug for libblas3, if you think the problem has to be solved there.
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-numpy depends on:
ii libblas3 [libblas.so.3] 1.2.20110419-10
ii libc6 2.19-13
ii libgcc1 1:4.9.1-19
ii libgfortran3 4.9.1-19
ii liblapack3 [liblapack.so.3] 3.5.0-4
ii libopenblas-base [liblapack.so.3] 0.2.12-1
ii libquadmath0 4.9.1-19
ii python 2.7.8-2
pn python2.7:any <none>
python-numpy recommends no packages.
Versions of packages python-numpy suggests:
ii gcc 4:4.9.1-5
ii gfortran 4:4.9.1-5
ii python-dev 2.7.8-2
ii python-nose 1.3.4-1
pn python-numpy-dbg <none>
pn python-numpy-doc <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, Nov 24, 2014 at 05:38:22PM +0100, Patrick Hallen wrote:
> > I cannot reproduce this with these libblas3 and libopenblas-base.
> > Please show:
> >
> > readlink -f /usr/lib/libblas.so.3
> > ldd -r /usr/lib/libblas.so.3
> > nm -D /usr/lib/libblas.so.3 | fgrep cgemm3m_nn
> > nm -D /usr/lib/libopenblas.so.0 | fgrep cgemm3m_nn
> >
>
> $ readlink -f /usr/lib/libblas.so.3
> /usr/lib/openblas-base/libblas.so.3
>
> $ ldd -r /usr/lib/libblas.so.3
> linux-vdso.so.1 (0x00007ffff75dd000)
> libopenblas.so.0 => /usr/local/lib/libopenblas.so.0 (0x00007f98b1e3f000)
This is the cause of your problem, some locally installed incompatible
lib. Closing.
--
WBR, wRAR
signature.asc
Description: Digital signature
--- End Message ---