Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/276.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
McAfee端点安全警报“;系统资源不足”;在Python中使用cx_Oracle:_Python_Windows_Cx Oracle_Mcafee - Fatal编程技术网

McAfee端点安全警报“;系统资源不足”;在Python中使用cx_Oracle:

McAfee端点安全警报“;系统资源不足”;在Python中使用cx_Oracle:,python,windows,cx-oracle,mcafee,Python,Windows,Cx Oracle,Mcafee,我在Python中使用Cx_oracle已有一段时间,但最近无法在Python中导入Cx_oracle,因此出现以下错误: ImportError: DLL load failed: Insufficient system resources exist to complete the requested service. 此外,我收到McAfee安全警报,如下所示: 我重新安装了几次cx_oracle,但它都不起作用。有什么建议吗?最简单的答案是使用较旧版本的cx\u Oracle并使用以

我在Python中使用Cx_oracle已有一段时间,但最近无法在Python中导入Cx_oracle,因此出现以下错误:

ImportError: DLL load failed: Insufficient system resources exist to complete the requested service.
此外,我收到McAfee安全警报,如下所示:


我重新安装了几次cx_oracle,但它都不起作用。有什么建议吗?

最简单的答案是使用较旧版本的
cx\u Oracle
并使用以下命令:

pip uninstall cx_Oracle
pip install -Iv cx_Oracle=="enter the version number here"
原因是McAfee可能无法与最新版本的cx_Oracle或任何其他Python模块集成

还有其他几种解决方案,包括:

  • 卸载McAfee或您拥有的任何防病毒软件
  • 更新驱动程序
  • 扫描磁盘驱动程序以解决此问题
  • 修改注册表