admin管理员组

文章数量:1612098

解决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/simple
报错原因
numpy-1.19.4版本太高,需要降低版本
欢迎大家交流学习,任何问题都可以留言

本文标签: numpyInstallationRuntimeErrorCurrentUsers