-
Notifications
You must be signed in to change notification settings - Fork 82
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
Gurobi installation with Julia #445
Comments
I have seen this problem in several different places but I can't sort it out.
Stacktrace: Stacktrace:
Updating registry at Gurobi.jl only supports the following versions:
Did you download and install one of these versions from gurobi.com? Found GUROBI_HOME = C:\Program Files\gurobi950\win64 Does this point to the correct install location?
Note: this has to be a full path, not a path relative to your current We're going to look for the Gurobi library in this directory: That directory has the following files: Stacktrace: It looks like I am using the right path but no luck :( |
You have a very old version of Gurobi.jl. Please update your packages. What is |
Hi Odow Thanks for the answer. My Gurobi version is v0.9.14
The problem is I cannot update the Gurobi. When I try doing that it says I have to import Pkg; Pkg.precompile()` or load the package and I cannot do them causes (maybe) my Gurobi is old.
Installed JSONSchema ─ v0.3.4 Is there any solution for this? |
It seems that StochasticPrograms does not support the latest version of JuMP and MOI: Either use an older version of Gurobi, or uninstall StochasticPrograms.jl. |
Closing since this is not an issue in Gurobi.jl. |
No description provided.
The text was updated successfully, but these errors were encountered: