can't import matplotlib in pyCharm

On the python console/interactive, I can import matplotlib, so it's there somewhere, but I can't get 'import matplotlib' to work in PyCharm. says it can't be found. I'm using Windows 10, the community version of PyCharm (I've been using it for a class I'm taking).

0
1 comment

Hi,

What it probably means is that you're using different interpreters/environments in your terminal and in PyCharm.

In PyCharm, open the terminal and do `pip list`, do you see matplotlib? 

Compare the interpreters by calling `which python` from your system terminal and PyCharm terminal

0

Please sign in to leave a comment.