I am very new to Python and I don't understand many of the other answers available on this topic (or namely, what the solutions are suggesting), so I would appreciate it if someone could explain in simple terms how to solve the error when I attempt to import NumPy, matplotlib, or other packages in PyCharm:
/Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 "/Users/MyName/PycharmProjects/Learning/Rosalind Learning/Early Practice.py"
Traceback (most recent call last):
File "/Users/MyName/PycharmProjects/Learning/Rosalind Learning/Early Practice.py", line 3, in <module>
import numpy as np
ImportError: No module named 'numpy'