Reputation: 1
I'm trying to import matplotlib in pycharm but getting a runtime error. I've tried to reinstall and trying to run in CMD but still, it doesn't work. Appreciate help here.
Upvotes: 0
Views: 384
Reputation: 327
Perhaps you should run
pip3 install matplotlib
first in the command line.
Upvotes: 3