Python——OSError: [Errno 9] Bad file descriptor

项目场景:

python


问题描述

所有关于Python文件读写操作均报错OSError: [Errno 9] Bad file descriptor。
Python——OSError: [Errno 9] Bad file descriptor_第1张图片


原因分析:

OSError,Windows版本更新的安全内容限制了文件访问。


解决方案:

  1. 前往设置的Windows安全中心
    Python——OSError: [Errno 9] Bad file descriptor_第2张图片
  2. 如图Python——OSError: [Errno 9] Bad file descriptor_第3张图片 3. 关闭文件夹限制访问即可Python——OSError: [Errno 9] Bad file descriptor_第4张图片

你可能感兴趣的:(python)