admin管理员组

文章数量:1612099

问题描述

Python运行时报错:RuntimeError: The current Numpy installation (‘E:\Python\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/y3dm3h86

解决方案

卸载numpu1.19.4

pip uninstall numpy

安装numpu1.19.3

pip install numpy==1.19.3 -i https://pypi.tuna.tsinghua.edu.cn/simple

这里建议使用清华镜像安装

本文标签: RuntimeErrorPythonCurrentInstallationnumpy