No module named 'numpy'

I installed tvm as Installation DOC, and Enable C++ Tests is OK, but when I run python3 relay_quick_start.py it show the errors:

Traceback (most recent call last): File “relay_quick_start.py”, line 40, in import numpy as np ModuleNotFoundError: No module named ‘numpy’

python3 -m pip install --user numpy