You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for sharing this package, it looks really interesting for my ChemE applications!
I've tried a clean install, I used a Pkg.activate("testEnv"); Pkg.add("EAGO") to setup EAGO, then ran the example in the Readme.md. I get the following error
UndefVarError: _Derivatives not defined Stacktrace: [1] include @ ./Base.jl:419 [inlined] [2]
I'm running this in Jupyter on VSCode, on WSL2 and Julia 1.8. It looks to me like JuMP is missing the _Derivatives. Is this a version error with JuMP and should I pin an earlier version?
Thanks,
Marcus
The text was updated successfully, but these errors were encountered:
Thanks for trying it out! Seems there was a lingering julia version requirement that caused an old version of EAGO to be installed by default (v0.6.1), which was probably causing the error you're seeing.
I've pushed out a new version (v0.7.2) that should be the new default when you call Pkg.add("EAGO"), which should get the Readme example working. Let me know if you're still getting any errors!
Hi,
Thanks for sharing this package, it looks really interesting for my ChemE applications!
I've tried a clean install, I used a
Pkg.activate("testEnv"); Pkg.add("EAGO")
to setup EAGO, then ran the example in the Readme.md. I get the following errorI'm running this in Jupyter on VSCode, on WSL2 and Julia 1.8. It looks to me like JuMP is missing the
_Derivatives
. Is this a version error with JuMP and should I pin an earlier version?Thanks,
Marcus
The text was updated successfully, but these errors were encountered: