pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: scipy: Undefined PLT symbol "log1pl"
On Tue, Nov 05, 2024 at 01:29:46PM +0530, Mayuresh wrote:
> ImportError: /usr/pkg/lib/python3.12/site-packages/scipy/special/_ufuncs.so: Undefined PLT symbol "log1pl" (symnum = 26)
Looks like log1pl is not a part of libm on NetBSD 9.2.
$ nm /usr/lib/libm.so.0 | grep log1
000000000001ef10 T __ieee754_log10
0000000000012000 T __ieee754_log10f
000000000001a4fd T _log10l
000000000001bb4f T log10
000000000000dcfe T log10f
000000000001a4fd W log10l
000000000001f640 T log1p
000000000001a050 T log1pf
But is there any way to work around this? (I can't upgrade the OS on this
machine at least immediately.)
--
Mayuresh
Home |
Main Index |
Thread Index |
Old Index