ImportError: No module named '_tkinter', please install the python3-tk package
解决方法:
python2的话 sudo apt-get install python-tk
python3的话 sudo apt-get install python3-tk
解决方法:
python2的话 sudo apt-get install python-tk
python3的话 sudo apt-get install python3-tk