出现以下错误:可能是因为你的numpy版本太低

ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' ImportError: numpy.core.multiarray failed to import

 

更新numpy的版本

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

 

相关文章:

  • 2021-09-25
  • 2021-07-19
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2021-11-16
相关资源
相似解决方案