[Bug 2052659] Re: scipy fails to load with glibc-2.39
Launchpad Bug Tracker
2052659 at bugs.launchpad.net
Sat Mar 23 04:04:06 UTC 2024
This bug was fixed in the package glibc - 2.39-0ubuntu6
---------------
glibc (2.39-0ubuntu6) noble; urgency=medium
* Renable CET on x32 from i386 again as it may not work but disabling breaks
the build.
-- Michael Hudson-Doyle <michael.hudson at ubuntu.com> Thu, 14 Mar 2024
10:39:45 +1300
** Changed in: glibc (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/2052659
Title:
scipy fails to load with glibc-2.39
Status in glibc package in Ubuntu:
Fix Released
Status in scipy package in Ubuntu:
Fix Committed
Bug description:
$ python3
Python 3.12.1 (main, Dec 8 2023, 16:20:54) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy.special._ufuncs
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/scipy/special/__init__.py", line 663, in <module>
from . import _ufuncs
ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.39' not found (required by /lib/x86_64-linux-gnu/libmvec.so.1)
>>>
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2052659/+subscriptions
More information about the foundations-bugs
mailing list