Hi guys I am having issue importing matplotlib. I have python 3.6 installed. Python was installed from python.org. I am on macOS Sierra. When I import matplotlib in pycharm I get the following message:
import matplotlib.pyplot as plt ModuleNotFoundError: No module named 'matplotlib'
When I ran this code in terminal python 2.7, I received no error.
When I ran this code in terminal python3, I received the following error:
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'matplotlib'
Any Suggestion?