-
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
Installation Issues #387
Comments
That's weird. It certainly looks like it should have worked. What's the output of using Libdl
Libdl.dlopen("C:\\Program Files\\gurobi911\\win64\\bin\\gurobi91.dll") |
It looks like you have 32-bit Julia installed. You need to install the 64-bit version: https://julialang.org/downloads/ |
julia> Libdl.dlopen("C:\Program Files\gurobi911\win64\bin\gurobi91.dll") |
thank you! |
No problem. |
I have tried installing Gurobi to use with Julia on ATOM/Juno several times and I cannot get it to work. I get this error message and it tells me to post it here so hopefully someone can help. I'm very new to this, the only coding experience I have really is with Matlab.
The text was updated successfully, but these errors were encountered: