Source: python-pyvista Version: 0.44.1-10 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.13
Hi Maintainer The autopkgtests of this package fail with Python 3.13 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/python-pyvista/testing/amd64/ 137s autopkgtest [21:09:57]: test run-unit-tests: [----------------------- 137s Traceback (most recent call last): 137s File "<string>", line 1, in <module> 137s import pyvista; print(pyvista.Report()) 137s ^^^^^^^^^^^^^^ 137s File "/tmp/autopkgtest-lxc.mxv95ue1/downtmp/build.92S/src/pyvista/__init__.py", line 14, in <module> 137s from pyvista.core import * 137s File "/tmp/autopkgtest-lxc.mxv95ue1/downtmp/build.92S/src/pyvista/core/__init__.py", line 6, in <module> 137s from . import _vtk_core 137s File "/tmp/autopkgtest-lxc.mxv95ue1/downtmp/build.92S/src/pyvista/core/_vtk_core.py", line 20, in <module> 137s from vtkmodules.vtkCommonCore import vtkVersion 137s ImportError: /usr/lib/python3/dist-packages/vtkmodules/../../../x86_64-linux-gnu/libvtkWrappingPythonCore3.12-pv5.13.so.1: undefined symbol: _Py_HashPointer 137s autopkgtest [21:09:57]: test run-unit-tests: -----------------------]