Resolved ImportError: numpy.core.multiarray failed to import

1. Error message

ImportError: numpy.core.multiarray failed to import

2. Reason for error

The version of torch depends on the problem. The numpy version is too high and does not match torch. So if this kind of problem occurs, try to reduce the numpy version!

3. Solution

pip install numpy==1.15.0

Guess you like

Origin blog.csdn.net/mahoon411/article/details/112074810