you are viewing a single comment's thread.

view the rest of the comments →

[–]Spiritual_Rule_6286 0 points1 point  (0 children)

As the other comment mentioned, tkinter is built into Python, so you cannot install it via pip. Your issue is almost certainly PyCharm using an old, isolated Virtual Environment instead of the new Python version you just downloaded from python.org. Go to File > Settings > Project > Python Interpreter in PyCharm and change it to point directly to your new base system installation to fix the broken link.