欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

解决RuntimeError: The current Numpy installation (‘C:\\Users\\...\\....\\self_drive_car\\lib\\site-pac

程序员文章站 2024-01-02 21:20:40
解决RuntimeError: The current Numpy installation (‘C:\Users\…\…\self_drive_car\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:报错信息RuntimeError: The current Numpy insta...

解决RuntimeError: The current Numpy installation (‘C:\Users\…\…\self_drive_car\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:

报错信息

RuntimeError: The current Numpy installation ('C:\\Users\\...\\....\\self_drive_car\\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:

解决办法

pip install numpy==1.15 -i https://pypi.douban.com/simple

报错原因

numpy-1.19.4版本太高,需要降低版本

欢迎大家交流学习,任何问题都可以留言

本文地址:https://blog.csdn.net/weixin_41194171/article/details/110670186

上一篇:

下一篇: