Open AndreR opened 2 months ago
Same thing. The gui does not run because of this
It looks like tkinter isn't handled by pip for some reason. You have to have it installed as a package on your system, for the right version of python.
On ubuntu that was: sudo apt-get install python3.10-tk
There is probably a manual install of some kind you will need to do on windows.
I have the same issue
Whenever I run gui.bat on my Windows 11 machine, get the following error:
All mentioned modules should be installed:
How can I fix that?