I have updated my Julia to 1.10.2 indeed, and the version of Gurobi.jl is 1.2.1, all packages are newly installed for Julia 1.10.2.
I have also downloaded the newest Gurobi 11 and updated the licence which support Gurobi 11
When I run the solver, the version is still 9.5.0
Even when I try to run a Gurobi model in Julia’s terminal, it is also 9.5.0, same to Anaconda.
I find the problem. When I look at “system/Library”, I find a “gurobi950” folder, and there is no gurobi11 folder… Should I delete it and re-install the new one?
But, when I use Python to run Gurobi, it is Gurobi 11…