Problems using Gurobi in the Julia environment
Answeredusing JuMP
using Gurobi
model = Model(Gurobi.Optimizer)
Running the above code results in the following error
ERROR: Gurobi Error 10009: Version number is 12.0, license is for version 11.0
Here are the versions of the packages in my Julia environment.
Here are the versions of the packages in my Julia environment.

What do I do with the version of my Julia's package if I don't reinstall the new version of Gurobi?
0
-
Hi,
If you don't want to update your academic license so that it works with v12 then you will need to have a thorough read of the Gurobi.jl installation instructions: https://github.com/jump-dev/Gurobi.jl
If you installation relies on the binaries from Gurobi_jll.jl then you can pin the version of that package to 11.0.3. Alternatively you can download the full Gurobi 11.0.3 package from our website then follow the instructions for a manual install.
- Riley
0
Please sign in to leave a comment.
Comments
1 comment