anybody know how to fix a module not being recognized?
I installed 'matplotlib' but still get the message:
import matplotlib
ModuleNotFoundError: No module named 'matplotlib'
not sure if maybe I installed it incorrectly or in the wrong place but I got no clue where to go from here :/ I used 'pip3 install matplotlib' in my command prompt (default and also tried installing it specifically where the .py file is located where I am trying to import it. Any ideas what im missing here?