Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Python 中使用了一段时间的 Cx_oracle,但我最近无法在 Python 中导入 cx_oracle 并收到此错误:
ImportError: DLL load failed: Insufficient system resources exist to complete the requested service.
此外,我收到 McAfee 安全警报,如下所示:
我重新安装了 cx_oracle 几次,但没有成功。有什么建议么?
最简单的答案是使用cx_Oracle以下命令的旧版本:
cx_Oracle
pip uninstall cx_Oracle pip install -Iv cx_Oracle=="enter the version number here"
原因是 McAfee 可能未与最新版本的 cx_Oracle 或任何其他 Python 模块集成。
还有其他几种解决方案,包括: