ImportError: numpy.core.multiarray failed to import

针对遇到的如题导入失败的问题:首先卸载原有的numpy  pip uninstall numpy 

  卸载完成  安装最新版本的numpy   pip install -U numpy

想了解更多类似问题,请点击大神博客。博客地址




你可能感兴趣的:(python,numpy,导入错误)