client/server gurobi version
AnsweredHey there,
I am trying to run my LP code which is written in python (v 3.8) using gurobipy (installed via anaconda) by connecting it to the instance of gurobi solver we have on azure. It fails to run a simple script and to me it seems the following is the issue:
- the version of the client software is 9.1.1 and the one on server is 9.0. I don’t think we can upgrade the server since it will cause issues for others and I cannot downgrade the client side since on anaconda channel, 9.1.1 is the only available version.
Any thought on how to fix this?
Thank you so much!!
Hessam
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Hessam,
You cannot use newer Gurobi clients with an older Gurobi Compute Server. You need to downgrade your client version. This can be done by running
conda install -c gurobi gurobi=9.0
You may need to uninstall your previous Gurobi version first.
Cheers,
Matthias0
Post is closed for comments.
Comments
2 comments