idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

Failures when running `idaes get-examples`

Open lbianchi-lbl opened this issue 3 years ago • 0 comments

(Originally reported by @Andresj89)

Running idaes get-examples results in an error:

idaes get-examples -d /tmp/foo
Internal Error: Could not find an examples release
matching IDAES version 2.0.0
You can manually pick  version with '-V/--version'
or install from a local directory with '--local'.
Use '-l/--list-releases' to see all versions.
--------------------------------------------------
You can report this error by visiting the Github
software page at:
    https://github.com/idaes/idaes-pse/issues
and clicking on 'New issue', or by sending email
to '[email protected]'. Please include the
command or actions you took, and the resulting
message, in the report.
--------------------------------------------------
  • My guess is that this is due to switching to 2.0.0dev0 (starting with #759)
  • I've tried to address this by updating the version and idaes-compatibility.json in examples-pse (https://github.com/IDAES/examples-pse/commit/79dfed7ade2a352bf9d847bbd155ed40bf6d4559), but it did not seem to have an effect

lbianchi-lbl avatar Mar 24 '22 14:03 lbianchi-lbl