-
Notifications
You must be signed in to change notification settings - Fork 360
Description
Answer the following questions:
-
What is your version of Python? Is it 32-bit or 64-bit?
Python 3.7.3 64bit Miniconda Install -
What is your cx_Oracle version?
7.2.1 -
What exact command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
When executing the connection in Jupyter Notebook: df = pd.read_sql(query, con=conn) -
What error(s) you are seeing?
DPI-1047 Cannot locate a 64-big Oracle Client Library -
What OS (and version) is Python executing on?
Windows 10 64bit -
What is your version of the Oracle client (e.g. Instant Client)? How was it installed? Where is it installed?
Instant Client 19.3 unzipped and installed to c:\instantclient_19_3 and has also been added to the windows path. -
What is your Oracle Database version?
12.2 -
What is the
PATHenvironment variable (on Windows) orLD_LIBRARY_PATH(on Linux) set to? On macOS, what is in~/lib?
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;C:\instantclient_19_3 -
What Oracle environment variables did you set? How exactly did you set them?
None -
Do you have a small, single Python script that immediately runs to show us the problem?