-
Notifications
You must be signed in to change notification settings - Fork 17
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
EAGO fails to precompile #43
Comments
Thanks for the heads up. Explanation: The EAGO v0.2.1 had an open upper bound on a few packages (Julia included). Since a Julia 1.4 version hasn't been tagged yet this results in this older version loading and creates some issues due to a lack of upper bounds on other package dependencies. We're in the process of finalizing a tag with support for Julia 1.4 (with the next couple days). So that should resolve this issue. |
@OliverEvans96 We've tagged version 0.4 which should fix this issue. Let us know if you have any future issues. We're also in the process of putting together a roadmap for this. So let us know if there is any functionality you are particularly interested in. P.S. I believe EAGO is working well with Gurobi and GLPK now. CPLEX's MOI wrapper seems a little less robust currently, so I'd avoid it for now. |
I think this and any similar future issues have been resolved by EAGO supporting julia ~1 now. So I'm closing this out. If that is incorrect then I'll re-open this on request. |
Starting from a fresh install of Julia 1.4, EAGO gives me the following precompilation error:
The text was updated successfully, but these errors were encountered: