-
Notifications
You must be signed in to change notification settings - Fork 57
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
Precompiling Ipopt fails on unsupported platform and OpenSpecFun_jll #455
Comments
I'm not sure what error caused this, but it doesn't seem to be related to Ipopt.jl. I also can't reproduce this on my M1 Mac. Did you do any previous package operations that got cancelled in some corrupt state? Edit: I've asked about this on slack. |
The suggestion is just to run |
Thanks for the suggestion. I tried doing As a side note to @giordano, my manifest shows I was already on Thanks for the help both of you. |
That' not what I said in the link: you're stacking multiple environments, and whatever version of JLLWrappers is loaded first in one of your environments that's the winning one. As an example:
The last environment I activate says I have JLLWrappers 1.7.0, but the package had actually been loaded before (perhaps indirectly through other packages) with a different version and that's what's actually being used. I can't say this property of stacked environments of happily allowing incompatible packages is particularly nice, because you end up in situation where you have a version of package which shouldn't be there, and it seemingly isn't there, but it's coming from somewhere else. |
Thanks for the explanation, I believe that is the issue due to different versions in base and local environment. I updated to Julia 1.11 and instantiating there seemed to resolve it. |
After adding Ipopt, I get this error
So I reverted from the automatic
OpenSpecFun_jll v0.5.6+0
with an olderadd [email protected]
and it added v0.5.5+2. I removed and re-added Ipopt 1.7.1, andusing
now works fine. Theriscv64-linux
error is strange, because this is a Mac:I'm not sure if the problem is Ipopt, but I didn't see an issues page for OpenSpecFun_jll.
The text was updated successfully, but these errors were encountered: