I am very new to programming so bear with me. I am trying to import matplotlib . I have matplotlib already on my computer. When I
import matplotlib.pyplot as plt
I get
ModuleNotFoundError: No module named 'matplotlib'
I have tried to uninstall and reinstalled matplot lib using pip and pip3 multiple times. When I uninstall I get this and then reinstall I get this:
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\users\...
I have also tried uninstalling and reinstalling python but that doesn't seem to do anything. What can I do to fix this? I am using the most recent version of Python.