I have python 3.7.2. I am trying to import numpy and keep getting this error. I use the terminal on Mac OS Mojave V 10.14.2
import numpy
Traceback (most recent call last):
File "< stdin >", line 1, in < module >
ModuleNotFoundError: No module named 'numpy'