Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Using cplex python API with python3.6

    Posted 10/09/17 06:23 AM

    Originally posted by: MikaëlCapelle


    I have Cplex studio 12.7.1 and I would like to use it with docplex in python 3.6. I currently get the following error:

        

    Exception: CPLEX 12.7.0.0 is not compatible with this version of Python.

     

    But this seems a bit odd since using the community edition of "pycplex" (with Anaconda) and python 3.6 causes no such issue...

    Is there a way to "bypass" this version limitation with the academic version of Cplex?


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Using cplex python API with python3.6

    Posted 10/09/17 06:23 PM

    There is no workaround for this issue. In the next version we plan to support Python 3.6. In the meantime, with the academic version of 12.7.1 (or 12.7.0, as in your error message) you'll have to use Python 2.7 or 3.5.  See the detailed system requirements here.


    #CPLEXOptimizers
    #DecisionOptimization