To reproduce the problem

Python3.10:

:~/$ python3.10
Python 3.10.8 (main, Nov  4 2022, 09:21:25) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import scitbx_linalg_ext



Python3.11

:~/$ python3.11
Python 3.11.0+ (main, Nov  4 2022, 09:23:33) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import scitbx_linalg_ext
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: initialization of scitbx_linalg_ext raised unreported exception



This extension is using boost_python, something changed in the way Python 3.11 import modules ?

or python_boost3.11 does not produce Python3.11 usable extension ?

--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to