Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only

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

  • 1.  Can not Deploy Cplex Model to cloud (Streamlit Share) using IBM CPLEX Academic Initiative

    Posted Wed November 09, 2022 11:52 AM
    Hello there,

    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! :)


    ------------------------------
    Patel
    ------------------------------

    #DecisionOptimization