Re: UVR5 not working after upgrade to Debian 13
On Tue, Aug 12, 2025 at 19:57:37 +0700, Budi Janto wrote:
> Hi,
>
> I need help to run UVR5
> (https://github.com/Anjok07/ultimatevocalremovergui/releases/tag/v5.6)
> always get stuck requirement py packages.
>
> $ ~/UVR5$ ./uvr-startup.sh
> Traceback (most recent call last):
> File "/home/user1/UVR5/UVR.py", line 42, in <module>
> from gui_data.tkinterdnd2 import TkinterDnD, DND_FILES
> File "/home/user1/UVR5/gui_data/tkinterdnd2/__init__.py", line 21, in
> <module>
> from . import TkinterDnD
> File "/home/user1/UVR5/gui_data/tkinterdnd2/TkinterDnD.py", line 28, in
> <module>
> from tkinter import tix
> ImportError: cannot import name 'tix' from 'tkinter'
> (/usr/lib/python3.13/tkinter/__init__.py)
>
>
> tix/tkinter is not available, where should I get this on Debian 13?
According to my "research" (asking judd in IRC), the packages named
"python3-tk" and "tix" are both available in Debian 13 (trixie).
09:20 =judd> Package: python3-tk on amd64 -- bullseye: 3.9.2-1; bookworm:
3.11.2-3; trixie: 3.13.5-1; forky: 3.13.5-1; sid: 3.13.5-1
09:21 =judd> Package: tix on amd64 -- bullseye: 8.4.3-10+b1; bookworm:
8.4.3-11; trixie: 8.4.3-14; forky: 8.4.3-14; sid: 8.4.3-14
Reply to: