-
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
Failed to install Gurobi to Julia #410
Comments
Interesting! It certainly looks like it found it. What is the output of versioninfo()
import Libdl
Libdl.dlopen("E:\\gurobi911\\win64\\bin\\gurobi91.dll") |
Here is the output: julia> versioninfo() julia> import Libdl julia> julia> Libdl.dlopen("E:\gurobi911\win64\bin\gurobi91.dll") |
Is it possible that you downloaded Gurobi 64 bit while your OS is 32 bit? |
You need to make sure you use 64-bit Julia because Gurobi doesn't support 32-bit. Install the "64-bit (installer)" link from here: https://julialang.org/downloads/. |
Problem solved! |
I’m having trouble installing Gurobi 9.1. My license is up to date and the new Gurobi has been installed in the correct location. I’ve also added the correct path prior to building the package: ENV["GUROBI_HOME"] = "E:\gurobi911\win64".
However, when I put the command in Julia:
Error building
Gurobi
would occur. Please find the error message below:The text was updated successfully, but these errors were encountered: