How to install/add oracle instantclient in ylm file or any other way?

I am trying to connect to oracle database which works on my local server with the Oracle instantclient installed. When I deployed the app, it says it can’t find the oracle client library and it seems to need to install/add the instantclient library separately in .ylm file or otherway. Can you please help?

Hey @EUNHEE_CHOI,

Thanks for sharing your question! It looks like Oracle instantclient can be added to your environment.yml file (although I should note that this listing does not appear to be owned by Oracle, so YMMV / I would be cautious with installing it).

Check out Conda’s docs on creating your environment.yml file here and Streamlit’s docs on managing requirements here.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.