1. 程式人生 > >Python import matplotlb.pyplot報錯:ImportError: No module named '_tkinter', please install the python3

Python import matplotlb.pyplot報錯:ImportError: No module named '_tkinter', please install the python3

Python import matplotlb.pyplot報錯:ImportError: No module named ‘_tkinter’, please install the python3

本文記錄了博主在遇到這個大坑以後重新登入Python中遇到的import matplotlib.pyplot出錯的問題。更新於2018.10.23。

解決方式
按照提示安裝python3-tk即可:

sudo apt-get install python3-tk