-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot load HiGHS through JuMP #96
Comments
What is |
And |
The fact you've had these two failures, jump-dev/Clp.jl#131, makes me suspicious of your Julia installation.
What happens if you go: julia> using HiGHS_jll
julia> HiGHS_jll.is_available() |
Any update on this? |
I am having a similar issue. I installed HiGHS and it was working on my model earlier, but then stopped working seemingly spontaneously. When I run |
HiGHS does not use BinaryProvider. What is |
Julia installed via homebrew for M1 Mac in When I run
|
You have an old version of HiGHS installed that does not support M1. The current version of HiGHS.jl is v1.1.1. You need to update your packages. You need JuMP 0.22 or 0.23, HiGHS v1.1, and Ipopt v1 If
Download an official binary from https://julialang.org/downloads/ |
Resolved, thank you! For some reason it was downloading old versions of the package. Did not have to change the Julia binary. |
If you can confirm that the latest version of HiGHS works on the M1, I'll close this issue. It's likely that @mkyl had the same problem of installing an old version. Similarly to jump-dev/Clp.jl#131 (comment), I'll note that the M1 is not officially supported by Julia, so you can expect to encounter issues like this. |
On my model, HiGHS does seem to work on the M1. I think there was just an issue where is was consistently downloading the old version (even after removing the package and redownloading it). |
You probably have a conflict with other packages. In general, you should use a new environment for each project to avoid these compatibility issues. |
Closing because HiGHS does work on the M1. It's likely that @mkyl had an out-dated version. @mkyl, if you still have trouble after updating your packages to the latest version, please re-open this issue, or post on the community forum: https://discourse.julialang.org/c/domain/opt/13 |
I'm unable to access HiGHS in JuMP. I'm running Julia 1.7.0 on macOS 12.2.1. Minimal example:
The text was updated successfully, but these errors were encountered: