install python-tk python2 locally code example
Example 1: how to install tkinter
sudo apt-get install python3-tk
Example 2: ImportError: No module named _tkinter, please install the python-tk package
sudo apt-get install python-tk
sudo apt-get install python3-tk
sudo apt-get install python-tk