I am installing docplex
using pip install docplex
and it shows:
Successfully installed docplex-2.22.213
When I run the code it says:
- CP Optimizer 12.10.0.0 -
But since the latest ILOG CPLEX Optimization Studio is 20.1
I would expect to see CP Optimizer 20.1
.
What is the reason for pip
not installing the latest version?
- OS : macOS Big Sur version 11.2
- Python : 3.7.3