一般出现这样的错误,主要是因为numpy的版本过高,可以适度降低一下numpy版本,如导入pytorch,即: import torch
我用清华镜像重新指定版本是
python3 -m pip install numpy==1.14.5 -i https://pypi.tuna.tsinghua.edu.cn/simple
一般出现这样的错误,主要是因为numpy的版本过高,可以适度降低一下numpy版本,如导入pytorch,即: import torch
我用清华镜像重新指定版本是
python3 -m pip install numpy==1.14.5 -i https://pypi.tuna.tsinghua.edu.cn/simple
本文标题:ImportError: numpy.core.multiarr
本文链接:https://www.haomeiwen.com/subject/wvabectx.html
网友评论