본문 바로가기

오류 해결 방법/파이썬(Python)

ModuleNotFoundError: No module named 'matplotlib'

If the error as below occurs,

 

ModuleNotFoundError: No module named 'matplotlib'

 

 

You should install the matplotlib.

pip install matplotlib