【发布时间】:2022-01-03 12:42:04
【问题描述】:
我一直在尝试使用 PyCharm 安装 cx_Oracle,它已成功安装,但我导入并运行脚本时出现以下错误:
DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found". See https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html for help
我该如何解决这个问题?
【问题讨论】:
-
您是否阅读了错误信息中提到的文档?
-
是的,但是按照步骤操作后仍然无法解决错误
标签: python python-import cx-oracle dpi