0

So, i am using anaconda virtual env. I installed some packaes and all of the worked perfectly fine expect matplotlib even though if i run pip list it appears

The Error:

ModuleNotFoundError: No module named 'matplotlib.pyplot'; 'matplotlib' is not a package

2 Answers2

0

As Mr. shores suggested tha i have a file called the same name as the package name

0

conda install -c conda-forge matplotlib Did you tried conda package support?,Because you're in conda environment

Arun
  • 1