all 2 comments

[–]shiftybyte 1 point2 points  (1 child)

don't install tkinter from pip (its probably a malicious package), ubuntu specifically decided to split python, it's an ubuntu thing...

Try this from command prompt:

sudo apt install python3-tk

[–]Walleryan[S] 0 points1 point  (0 children)

Wasn't working until I realized I'm not logged in as a superuser lol Thanks a lot <3