-
Notifications
You must be signed in to change notification settings - Fork 15
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
MadNLPGraph Installation #269
Comments
Hi @pjavanrood, Have you tried uninstalling the packages that are causing the installation issues? |
Hi @sshin23 |
@pjavanrood I also could not install MadNLPGraph on Julia 1.9. The problem is that MadNLPGraph downgrades MadNLP to an old version which is incompatible with Julia 1.9 ( |
Chiming in here; I started some work on updating MadNLPGraph here some time ago, but I ran into issues and benched the work. I can certainly give that PR another look, but it would likely be a short term fix as it is quite bespoke. Since there is interest in MadNLPGraph, perhaps it is a good time to nail down requirements with GraphOptInterface.jl @sshin23 😉 |
I have tried installing MadNLPGraph multiple times, however I get the error below every time.
I have tried re-installing Julia and all the dependencies, however the issue doesn't seem to resolve.
I would appreciate your help.
✗ MadNLP
✓ JuMP
✓ GLPK
✓ Plasmo
✗ MadNLPGraph
22 dependencies successfully precompiled in 148 seconds. 51 already precompiled.
13 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
2 dependencies errored. To see a full report either run
import Pkg; Pkg.precompile()
or load the packages2 dependencies had warnings during precompilation:
┌ MathOptInterface [b8f27783-ece8-5eb3-8dc8-9495eed66fee]
│ WARNING: method definition for promote_operation at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/mutable_arithmetics.jl:74 declares type variable N but does not use it.
│ WARNING: method definition for promote_operation at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/mutable_arithmetics.jl:81 declares type variable N but does not use it.
│ WARNING: method definition for #normalize_and_add_constraint#124 at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/constraints.jl:13 declares type variable T but does not use it.
│ WARNING: method definition for get at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/struct_of_constraints.jl:83 declares type variable T but does not use it.
│ WARNING: method definition for set at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:415 declares type variable T but does not use it.
│ WARNING: method definition for modify at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:462 declares type variable F but does not use it.
│ WARNING: method definition for check_type_and_multiple_names at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:516 declares type variable T but does not use it.
│ WARNING: method definition for check_type_and_multiple_names at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:527 declares type variable T but does not use it.
│ WARNING: method definition for get at /home/pjavan/.julia/packages/MathOptInterface/YDdD3/src/Bridges/Constraint/indicator_sos.jl:186 declares type variable CI but does not use it.
└
┌ MutableArithmetics [d8a4904e-b15c-11e9-3269-09a3773c0cb0]
│ WARNING: method definition for mutable_operate_to_fallback at /home/pjavan/.julia/packages/MutableArithmetics/0Y9ZS/src/interface.jl:502 declares type variable N but does not use it.
│ WARNING: method definition for mutable_operate_fallback at /home/pjavan/.julia/packages/MutableArithmetics/0Y9ZS/src/interface.jl:505 declares type variable N but does not use it.
│ WARNING: method definition for #int_test#8 at /home/pjavan/.julia/packages/MutableArithmetics/0Y9ZS/src/Test/config.jl:9 declares type variable T but does not use it.
│ WARNING: method definition for #scalar_test#13 at /home/pjavan/.julia/packages/MutableArithmetics/0Y9ZS/src/Test/config.jl:9 declares type variable T but does not use it.
│ WARNING: method definition for #quadratic_test#14 at /home/pjavan/.julia/packages/MutableArithmetics/0Y9ZS/src/Test/config.jl:9 declares type variable T but does not use it.
│ WARNING: method definition for #array_test#34 at /home/pjavan/.julia/packages/MutableArithmetics/0Y9ZS/src/Test/config.jl:9 declares type variable T but does not use it.
│ WARNING: method definition for #sparse_test#36 at /home/pjavan/.julia/packages/MutableArithmetics/0Y9ZS/src/Test/config.jl:9 declares type variable T but does not use it.
The text was updated successfully, but these errors were encountered: