So Im about to run Kohya_ss, when I run it, I get this error ModuleNotFoundError: No module named 'tkinter'.
I tried pip install tk and it says that this demand is already satisfied.
I did some research and I tried some pip-commands like pip install --upgrade --force-reinstall tk, pip install python3-tk but nothing seems to work.
I wrote a test.py outside of the Kohya_ss environment and I still get the error. Im using python 3.10.11.
I found similar problems on StackOverflow, but sady their solutions didnt work for me.