Python报错: RuntimeError: The current Numpy installation (‘D:\Develop\anaconda\lib\site-packages\numpy\init.py’) fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
错误信息
RuntimeError: The current Numpy installation (‘D:\Develop\anaconda\lib\site-packages\numpy\init.py’) fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
解决办法:
在anaconda
的prompt
命令行窗口下运行:
pip install numpy==1.19.3
成功。
来源:oschina
链接:https://my.oschina.net/u/4339204/blog/4710582