I tried to use Numpy locally (MacBook) for the guided project but I failed.
When I import Numpy, I have this error: Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'numpy'
but when i do : pip3 show numpy
Result :
Name: numpy
Version: 1.19.0
Summary: NumPy is the fundamental package for array computing with Python.
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email: None
License: BSD
Location: /usr/local/lib/python3.7/site-packages
Requires:
Required-by: pandas
Thanks for helping me fix it.