ImportError: No module named ‘Tkinter’

You probably need to install it using one of (or something similar to) the following: You can also mention version number like this sudo apt-get install python3.7-tk for python 3.7. Why don’t you try this and let me know if it worked: Here is the reference link and here are the docs Better to check versions as suggested here: Or you … Read more