当前位置:   article > 正文

RuntimeError: The current Numpy installation (‘D:\\Program Files\\python37\\lib\\site-packages\\nump_exe 在其中一台电脑报the current numpy installation

exe 在其中一台电脑报the current numpy installation

项目场景:

pip install numpy
import numpy
  • 1
  • 2

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
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/270307
推荐阅读
相关标签
  

闽ICP备14008679号