How to install tkinter for python 3.8?
If you installed python3.8 using apt (via ppa:deadsnakes/ppa), it can be installed using apt too, the name of library is python3.8-tk
.
sudo apt install python3.8-tk
In my case, it solves the problem. For instance, now I can use matplotlib in python3.8 which requires tkinter.