Hi, On 06/03/25 10:07 pm, Nilesh Patra wrote: > > > On 23/02/25 6:03 pm, Nilesh Patra wrote: >> >> >> On 23/02/25 05:19, Alexandre Detiste wrote: >>> There was a cyclic bootstrap relationship between this and ... Pandas (?) >>> in the Numpy transition that was handled swiftly in the Pandas side >>> but I thing we are a now far enough in Numpy transition the reopload >>> 3.8 to unstable with the accumulated fixes and start working >>> on 3.10 for experimental. >> >> I tried to upload the accumulated fixes, did not notice the tests were >> enabled >> and screwed up and had to do multiple uploads -- sorry for that. >> >> I've pushed changes for 3.10.0 to debian/experimental branch on salsa and >> uploaded >> to experimental as well. > > So a a bunch of things are failing with: > > ``` > ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive > framework, as 'headless' is currently running > ``` > > I am unsure what it wrong here, and have raised a issue on github. This does > not look > like a packaging error to me but please review!
Jay was very kind to investigate here and supplied w a patch[1] and a PR [2]. Unfortunately, I do not have the environment to repro this reliably, nor have my yubikey to actually upload this to experimental. @Alexandre or someone else, could you please help w validating the fix or upload a -3 to experimental? [1] https://github.com/matplotlib/matplotlib/commit/f45707d9e6111a83d2c741530cbff2be2c8005ff [2] https://github.com/matplotlib/matplotlib/issues/29713