Nishan Jayraman
Nishan Jayraman

Reputation: 1

Runtime Error when import matplotlib on window

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.

The screen shot

Upvotes: 0

Views: 384

Answers (1)

QQQ
QQQ

Reputation: 327

Perhaps you should run

pip3 install matplotlib

first in the command line.

Upvotes: 3

Related Questions