簡體   English   中英

McAfee Endpoint 安全警報“系統資源不足”在 Python 中使用 cx_Oracle:

[英]McAfee Endpoint security Alert "Insufficient system resources" using cx_Oracle in Python:

我在 Python 中使用了一段時間的 Cx_oracle,但我最近無法在 Python 中導入 cx_oracle 並收到此錯誤:

ImportError: DLL load failed: Insufficient system resources exist to complete the requested service.

此外,我收到 McAfee 安全警報,如下所示:

在此處輸入圖像描述

我重新安裝了 cx_oracle 幾次,但沒有成功。 有什么建議么?

最簡單的答案是使用以下命令使用舊版本的cx_Oracle

pip uninstall cx_Oracle
pip install -Iv cx_Oracle=="enter the version number here"

原因是 McAfee 可能無法與最新版本的 cx_Oracle 或任何其他 Python 模塊集成。

還有其他幾種解決方案,包括:

  1. 卸載 McAfee 或您擁有的任何防病毒軟件
  2. 更新驅動程序
  3. 掃描磁盤驅動程序以解決問題
  4. 修改注冊表

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM