Problem with importing matplotlib in python

Viewed 19

I have matplotlib installed. I double checked it if its there using conda list and pip list commands. However, when I am importing it, it says the error 'ModuleNotFoundError: No module named 'matplotlib''

Now, I typically understand what it this error means and as mentioned, I have it installed. But the issue persist.

What can be my starting point to sort this issue?

enter image description here

0 Answers
Related