Python ImportError: numpy.core.multiarray failed to import

1. Scenario: install the lower version of pytorch1.2, and prompt this error after installation

2. The reason is that Python is not up-to-date, but numpy is up-to-date, so reduce the version of numpy

3. Execute CONDA install – C CONDA forge numpy = 1.16

4. Problem solving.

Read More: