Occurs when trying to import a module that is not installed.
import numpy as np
print(np.array([1, 2, 3]))ModuleNotFoundError: No module named 'numpy'
pip install numpyTried to use a module before installing it.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||