oracle / python-cx_Oracle

Python interface to Oracle Database now superseded by python-oracledb
https://oracle.github.io/python-cx_Oracle
Other
890 stars 361 forks source link

DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found". #651

Closed kalpanamedarametla closed 1 year ago

kalpanamedarametla commented 1 year ago

I Installed cx_Oracle using pip install. It was successfully installed. But when I run the code I see the below error, and also unable to find the module DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found".

Request you please support on the same. Thank you

cjbj commented 1 year ago

Review the documentation: https://cx-oracle.readthedocs.io/en/latest/user_guide/initialization.html

Also, consider upgrading to the latest version of cx_Oracle, now called python-oracledb: see the release announcement.

cjbj commented 1 year ago

Closing - no activity.