I tried to use the matplotlib package via Pycharm IDE on windows 10. when I run this code:
from matplotlib import pyplot
I get the followin
Since I'm using Python 3.7 on Ubuntu I had to use:
sudo apt-get install python3.7-tk