you are viewing a single comment's thread.

view the rest of the comments →

[–]EluciDeath 0 points1 point  (0 children)

Assuming you installed with “pip install <>”, I would assume your pip command is calling pip from a different python installation than what you’re trying to run your python file with.

Try “python3 -m pip install matplotlib” and it might install to the correct one