Hi, On 08/04 09:36, Paul Gevers wrote: > We are in the transition of making python3.10 the default Python versions > [0]. With a recent upload of python3-defaults the autopkgtest of pytorch > fails in testing when that autopkgtest is run with the binary packages of > python3-defaults from unstable. It passes when run with only packages from > testing.
There's an upstream issue tracking the ongoing work to add Python 3.10 support to pytorch: https://github.com/pytorch/pytorch/issues/66424 The following pull request linked in the issue in particular seems relevant for this bug: https://github.com/pytorch/pytorch/pull/74007 This one may be needed too: https://github.com/pytorch/pytorch/pull/74013