NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: scipy error Undefined PLT symbol "chla_transtype_"
On Wed, 3 Jun 2020 at 18:15, Mayuresh <mayuresh%acm.org@localhost> wrote:
>
> On NetBSD 8.0 with pkgsrc current on amd64, I get this:
>
> Python 3.7.7 (default, Apr 6 2020, 17:14:24)
> [GCC 5.5.0] on netbsd8
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import scipy.linalg
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/pkg/lib/python3.7/site-packages/scipy/linalg/__init__.py",
> line 212, in <module>
> from ._decomp_update import *
> File "_decomp_update.pyx", line 1, in init scipy.linalg._decomp_update
> ImportError:
> /usr/pkg/lib/python3.7/site-packages/scipy/linalg/cython_lapack.so:
> Undefined PLT symbol "chla_transtype_" (symnum = 685)
> >>>
>
> Any hints to try?
No idea, but on my -current system the symbol is undefined in the
shared library, but doesn't caus any problem:
$ nm /usr/pkg/lib/python3.7/site-packages/scipy/linalg/cython_lapack.so
| grep chla_transtype_
U chla_transtype_
$ python3.7
Python 3.7.7 (default, Apr 9 2020, 01:20:27)
[GCC 8.4.0] on netbsd9
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy.linalg
>>>
>
> Mayuresh
--
----
Home |
Main Index |
Thread Index |
Old Index