Source: python-einops Version: 0.8.0-2 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-einops/unstable/amd64/ 150s _C._log_api_usage_once("torch.compile") 150s if sys.version_info >= (3, 13): 150s > raise RuntimeError("Dynamo is not supported on Python 3.13+") 150s E RuntimeError: Dynamo is not supported on Python 3.13+ 150s 150s /usr/lib/python3/dist-packages/torch/__init__.py:2416: RuntimeError