Can not Deploy Cplex Model as WebApp to cloud (Streamlit Share) using IBM CPLEX Academic Initiative

121 views Asked by At

I have built the Cplex Model for scheduling in Python, here I am using IBM CPLEX Academic Initiative. I have also created simple WebApp (With basic UI of uploading data to feed to the model & getting result) for my model using Streamlit, it works fine on my localhost.

But when I try to deploy it on cloud (Streamlit cloud), it throes me an error for Cplex. (i.e. docplex.cp.utils.CpoException: Executable file 'cpoptimizer' does not exists). I get it that on my machine I have installed the Python API for CPLEX Academic Initiative, but I am wondering how to use that in my webApp on Cloud.

Any help or suggestions would be appreciated. Thank you so much in advance! Hope to hear any solution! :)

0

There are 0 answers