I have installed IBM CPLEX Studio 2212, and am attempting to verify that I have installed the academic version to remove the limit on DOCPLEX. However, upon install there is no python folder in the directory, which all instructions I have found ask me to go to in order to use the provided setup.py. I have installations of Python version's 3.10 and 3.11.
Does anyone have any advice? There was no checkbox on the installation wizard to include python, did I miss out a step or install the wrong thing? All the best!
I have installed IBM CPLEX Studio 2212, and am attempting to verify that I have installed the academic version to remove the limit on DOCPLEX. However, upon install there is no python folder in the directory, which all instructions I have found ask me to go to in order to use the provided setup.py. I have installations of Python version's 3.10 and 3.11.
Does anyone have any advice? There was no checkbox on the installation wizard to include python, did I miss out a step or install the wrong thing? All the best!
Share Improve this question asked Mar 31 at 10:09 TrevTrev 175 bronze badges1 Answer
Reset to default 0In Release notes for CPLEX 22.1.2
CPLEX Python API now installed using pip and conda
Describes important changes to the CPLEX Python API for users.
The CPLEX Python API is no longer delivered with CPLEX Optimization Studio. To install the CPLEX Python API use pip and conda.
For example: pip install cplex