0
点赞
收藏
分享

微信扫一扫

RuntimeError: The current Numpy installation (‘D:\\Program Files\\python37\\lib\\site-packages\\nump


项目场景:

pip install numpy
import numpy

RuntimeError: The current Numpy installation (‘D:\Program Files\python37\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

解决方案:

numpy的版本太新了,是1.19.4,使用1.19.3版本

pip install numpy==1.19.3


举报

相关推荐

0 条评论