导入tensorflow包的时候,报错No module named’ numpy. core._multiarray_umath’

tensorflow本身是依赖numpy的

报错原因:现有的numpy版本过低

**解决方案:

  1. 更新numpy
  2. 卸载numpy,重新安装numpy**

在cmd控制台中输入命令:pip install -U numpy

ModuleNotFoundError: No module named' numpy. core._multiarray_umath'

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-10-16
  • 2021-06-16
  • 2021-06-07
猜你喜欢
  • 2021-12-07
  • 2022-12-23
  • 2021-09-30
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案