If you are using PyCharm and the tkinter started showing this issue, you might consider changing the Python Interpreter settings.
Settings -> Tab:Project: <> -> Change the Python Interpreter with any existing one or add the new Interpreter path
In my case I had 2 versions of python installed in my environment and the project was using the wrong version.