
在cmd终端运行以下代码,重新安装numpy,一般就这两个版本,都试一下
pip install -U numpy==1.21.5 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U numpy==1.19.5 -i https://pypi.tuna.tsinghua.edu.cn/simple
你这里写的啥呀
把你的lib目录添加到环境变量中
D:lAPP\Anaconda\envs\xxxx\Library\bin
这个网页可能有用
https://numpy.org/devdocs/user/troubleshooting-importerror.html
从新下载新板本
numpy版本太低了,与你python版本不匹配,应该升级
cmd 直接执行 pip install --upgrade numpy==1.23.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
您的采纳就是我最大的动力,谢谢!!!