Source: libsbml Version: 5.19.7+dfsg-1 Severity: serious User: debian...@lists.debian.org Usertags: needs-update User: debian-pyt...@lists.debian.org Usertags: python3.11 Control: affects -1 src:python3-defaults
Hi Maintainer The autopkgtests of libsbml fail with Python 3.11 as the default version (and Python 3.10 still supported). I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/libs/libsbml/testing/amd64/ autopkgtest [21:36:52]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import libsbml; print(libsbml)" ; done autopkgtest [21:36:52]: test autodep8-python3: [----------------------- Testing with python3.10: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3/dist-packages/libsbml/libsbml.py", line 27, in <module> import _libsbml ModuleNotFoundError: No module named '_libsbml'