Python报错(Anaconda或者PyCharm): RuntimeError: The current Numpy installation (‘D:\Develop\anaconda\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

报错原因:
1、使用python3.9和numpy1.19.4时会发生此错误
2、numpy 1.19.4所有Python版本都无法执行的错误。使用以前的版本来解决该问题(版本问题

解决办法
file —》 setting 进入下画面

第二:双击进入对应的包

安装后再次运行即可成功

python报错:fails to pass a sanity check due to a bug in the windows runtime相关推荐

  1. RuntimeError: The current Numpy installation fails to pass a sanity check due to a bug in the window

    The temporary solution is to use numpy 1.19.3. pip install numpy==1.19.3

  2. Python 使用numpy报错:runtimeError: package fails to pass a sanity check解决方法

    Python中使用numpy和pandas时报错:RuntimeError: The current Numpy installation ('...\venv\lib\site-packages\n ...

  3. runtimeError: package fails to pass a sanity check解决方法

    目录 import pandas运行时报错 解决办法 import pandas运行时报错 raise RuntimeError(msg.format(__file__)) from None Run ...

  4. python报错ValueError: Must pass 2-d input. shape=(5, 1, 10)解决方案

    1.承接上一篇博文,上文提到append()函数中的参数ignore_index=True,如果加上该参数,是a.append(b,ignore_index=True),数据不支持的情况下会报错&qu ...

  5. Python报错: RuntimeError: The current Numpy installation (‘D:\\Develop\\anaconda\\lib\\site-packages\\

    Python报错: RuntimeError: The current Numpy installation ('D:\Develop\anaconda\lib\site-packages\numpy ...

  6. python 报错 IndentationError: expected an indented block SyntaxError: invalid character in identifie

    红色方框那里敲击一个空格就好! 输入要在全英情况下! 另外,还要注意括号的事情.括号别出错误! IndentationError: expected an indented block的报错: Syn ...

  7. Python安装库较慢问题,Python报错pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool解决方法

    本文参考:https://blog.csdn.net/sinat_26811377/article/details/99698807 出现问题 在安装第三方库的时候,Python报错pip._vend ...

  8. 解决Python报错UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 658: illegal multibyte

    解决Python报错–UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 658: illegal multibyte ...

  9. python报错UnicodeDecodeError: ‘ascii‘ codec can‘t decode byte 0xe8 in position 0 解决方案

    python报错UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 0 解决方案 参考文章: (1)python报 ...

最新文章

  1. 开发日记-20190617 关键词 bash命令尝试模拟点击事件
  2. kali linux 2.0配置更新源后apt-get update 报错
  3. Keil 5安装激活教程
  4. surfaceview结束后怎么处理_污泥压滤机处理后的污泥怎么处置
  5. 【编译原理】什么是上下文无关文法?
  6. 贪婪算法在解决哈夫曼树及编码问题中的应用
  7. clob oracle 连接_32天 Oracle 导入导出.
  8. 【雷达通信】基于matlab联邦滤波算法惯性+GPS+地磁组合导航仿真【含Matlab源码 1276期】
  9. 网路岗v1.2简单使用
  10. 电磁场理论-麦克斯韦方程组
  11. java里的文件显示繁体_java保存繁体网页打开后出现乱码
  12. 机器学习笔记(四)——正则化
  13. depts: deep expansion learning for periodic time series forecasting
  14. 【程序人生】《你相信上帝的存在吗?》
  15. SIPP测试使用指导
  16. [转载]实时 Java,第 4 部分: 实时垃圾收集
  17. fieldtrip学习——1.坐标系介绍(ctf坐标系和acpc坐标系简介)
  18. distill_basic_teacher
  19. 利用python将excle表格由xls转换为xlsx格式
  20. ROS的几个重要概念:节点、消息、主题、服务

热门文章

  1. 经纬度转小数格式 java_经纬度格式转换工具
  2. html实现选择头像,HTML5实现上传头像图片大小选择(简单实现)
  3. 前端开发的辛酸史(2)之织梦教程
  4. 跟着Cell学作图 | 12.韦恩图(Vennerable包)
  5. sql查询数据库表中重复数值
  6. TCP/IP知识总结面试题之Socket服务
  7. Pandas详解十之Dropna滤除缺失数据
  8. matlab输入符号怎么打,matlab 输入符号
  9. 利用计算机解决古代数学问题鸡兔同笼,古代人是怎样解决“鸡兔同笼”得问提的?...
  10. 执行HiveSql时报错“FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTa”