On Sun, Oct 13, 2024 at 04:39:05PM +0200, bi...@iscarioth.org wrote: > > Have you tried to do `pkg_add -U python-tkinter` ?
I just did and it worked, thank you. However, here's what happened: # pkg_add -U python-tkinter quirks-7.50 signed on 2024-10-12T15:08:24Z python-tkinter-3.11.10p0:python-3.11.10p1->3.11.10p0: ok python-tkinter-3.11.10p0: ok Read shared items: ok In other words pkg_add -U managed to install python-tkinter by downgrading python from *p1 to *p0. As a result, the next time I try to do pkg_add -u, I bump again into the same issue: # pkg_add -u quirks-7.50 signed on 2024-10-12T15:08:24Z python-3.11.10p0->3.11.10p1 forward dependencies: | Dependency of python-tkinter-3.11.10p0 on python-3.11.10p0 doesn't match Merging python-tkinter-3.11.10p0->3.11.10p0 (ok) ImageMagick-6.9.13.16:python+python-tkinter-3.11.10p0->python-3.11.10p1+python-tkinter-3.11.10p0 (prImageMagick-6.9.13.16:python+python-tkinter-3.11.10p0->python-3.11.10p1+python-tkinter-3.11.10p0 (pr[python-tkinter-3.11.10p0]python-3.11.10p0->3.11.10p1 forward dependencies: | Dependency of python-tkinter-3.11.10p0 on python-3.11.10p0 doesn't match Proceed with update anyway ? [y/N/a] which I think could be solved by just upgrading python-tkinter to *p1.