code :
cx_Oracle.init_oracle_client(lib_dir=r"…\hi\instantclient-basic-windows.x64-11.2.0.4.0\instantclient_11_2")
error while deploying
File “/mount/src/pegging_table/hi/oracle_db.py”, line 3, in
cx_Oracle.init_oracle_client(lib_dir=r"…\hi\instantclient-basic-windows.x64-11.2.0.4.0\instantclient_11_2")
the whole folder is present in the repo
Hi @Atharvsingh2602
It seems this is an Oracle installation issue, there are ample resources on the internet describing how to install the Oracle client, here are a few for installing on Windows (inferring from the windows.x64
installation given in the error message).
thats the thing it is running perfect on my own computer but while uploading it to streamlit cloud and depoying the application this error is shown
so its from the git hub or streamlit side