-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building Gurobi
:
#333
Comments
It seems your version of Gurobi.jl (v0.7.3) is too old and does not support Gurobi v9.0. You should use at least Gurobi.jl v0.7.4. |
I am using Gurobi 9.0.2 |
Per the error message:
You need to upgrade to the latest version of import Pkg
Pkg.status("Gurobi")
Pkg.update()
Pkg.status("Gurobi") # Check 0.8.x |
julia> Pkg.status("Gurobi") julia> julia> Pkg.update() julia> |
This might be a JuliaPro issue, which restricts the set of package versions you can use. Either install Gurobi 8, or install the full version of Julia. |
I installed Gurobi 8.0.1 and there was no error. Thank you :) |
Hi!
I have this error when I try to install gurobi pkg.
I appreciate your help!
The text was updated successfully, but these errors were encountered: