Reputation: 1
I am doing a python project with matplotlib. I have installed it using pip install matplotlib
and when I check pip list
, I see matplotlib there. But when I try to import it to my code using import matplotlib.pyplot as plt
, it give me ModuleNotFoundError: No module named 'matplotlib'
error. Does anyone know how to fix it?
Upvotes: -3
Views: 47