Open sebastianangerhausen opened 1 day ago
This is very weird. You should not have been able to trigger the WARNING: redefinition of constant
.
How did you update Gurobi_jll?
Try:
] add Gurobi Gurobi_jll
] precompile Gurobi_jll
] precompile Gurobi
Close Julia, then restart Julia.
I think this is because you had Revise loaded when you updated the package, and it's managed to get things into a weird state. This doesn't seem like an issue in Gurobi_jll.jl.
After updating
Gurobi_jll
from version 11.0.2 to 11.0.3, the Julia instance crashes every time in a way that I can only quickly take a screenshot until the REPL is closed automatically. This is the information I could retain:I believe, the responsible line is
Solver.jl:82
, which containswhere
solver_env
is the previously created solver environment.When I updated the
Gurobi.jl
package, I got the following warnings:I am using a Windows computer, so the
x86_64-w64-mingw32
wrapper should be the one in question.@odow If I remember correctly, you don't use Windows. So please let me know, if I can provide any more details helping to solve the issue.