出现以下错误:可能是因为你的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

 

相关文章: