Ada's Programming Notebook
A blog to log all the findings I have found during my programming life before I forget. ^.^
29 May 2021
Python - Module not found
Problem:
File "/Users/testuser/Documents/Python/test.py", line 2, in
import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'matplotlib
Cause:
matplotlib is not installed.
Solution:
python3 -m pip install matplotlib
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)