Import error after successful installation of tensorflow numpy.core.umath failed to import

1 Problem description

ImportError: numpy.core._multiarray_umath failed to import
ImportError: numpy.core.umath failed to import

2 Solution

Reinstall numpy related to it

pip install -U numpy -i https://pypi.tuna.tsinghua.edu.cn/simple/1

problem solved.

Guess you like

Origin blog.csdn.net/a1456123a/article/details/115322291