sudo apt-get install python-pil.imagetk
参考https://blog.csdn.net/qq_36917144/article/details/111270910
python2:
sudo apt-get install python-imaging python-imaging-tk
python3
sudo apt-get install python3-pil python3-pil.imagetk
python版本是什么?