raise ImportError(msg.format(path)) ImportError: Something is wrong with the numpy installation

【raise ImportError(msg.format(path)) ImportError: Something is wrong with the numpy installation】今天在用tensorflow的时候出现了下面的错误:

raise ImportError(msg.format(path)) ImportError: Something is wrong with the numpy installation. Whi.....

解决方法
pip uninstall numpy

一直运行这行命令,使得python中没有numpy为止
然后再安装:
pip install numpy


    推荐阅读