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
On Centos, the package names and commands are different. You'll need to do:
sudo yum install tkinter
To fix the problem.