-
Notifications
You must be signed in to change notification settings - Fork 50
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
Issue with Install #201
Comments
@chelseas this is your problem. You can't install the latest version of SCS with an old version of JuMP and GLPK. The correct solution is to update this package. The reason that Julia doesn't find you a feasible set of packages to install is because NeuralVerification doesn't specify it's compatibility bounds: NeuralVerification.jl/Project.toml Lines 27 to 30 in 237f092
x-ref jump-dev/SCS.jl#254 |
It might be sufficient to just remove NeuralVerification.jl/Project.toml Line 8 in 237f092
from Project.toml. |
Ohhhh! It wasn't a mysterious solution to SCS -- I updated JuMP to 0.21.10. Wait I don't understand -- if NeuralVerification.jl is fine with any version of JuMP and GLPK why can't Julia find a feasible set of packages to install? |
Ideally the SCS would still install, but the BinaryProvider infrastructure is brittle, particularly on new machines (are you on a Mac? Julia 1.7?). It's one reason why we changed from BinaryProvider to the JLL packages, and now we never have these issues 😄. |
Hi @chelseas, does this mean you solved the problem? I could take a look at whether we need GLPKMathProgInterface anymore if need be, since it sounds like removing it would resolve the issue as well. |
Yea if you could take a look that would be great.
…On Wed, Apr 13, 2022, 3:26 PM tomerarnon ***@***.***> wrote:
Hi @chelseas <https://github.com/chelseas>, does this mean you solved the
problem? I could take a look at whether we need GLPKMathProgInterface
anymore if need be, since it sounds like removing it would resolve the
issue as well.
—
Reply to this email directly, view it on GitHub
<#201 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRQXSRSTZZGFSA6GRA6JBLVE5CZNANCNFSM5TIWUBAQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Getting this error on install into a new environment:
Also why are the JuMP, GLPK and MathOptInterface versions so old? Can we bump them to latest?
The text was updated successfully, but these errors were encountered: