GridApps D Python installation #97
Answered
by
poorva1209
MaximeBaudette
asked this question in
API
|
I'm trying to install GridApps D python API, but I'm getting a "ConnectFailedException:" when trying to instanciate the GridApps object. I've seen in your build logs that you have a similar error. Could you point me to a tag of the latest stable install so I can pip install a working version? |
Answered by
poorva1209
Feb 12, 2021
Replies: 1 comment 6 replies
|
@tonya1 @craig8 I think this is happening because gridappsd:develop container does not have the latest gridappsd-python with token-auth updates. Can you manually push the latest gridappsd-python to GridAPPS-D develop container to resolve this issue? @MaximeBaudette Meanwhile, please use './run.sh -t v2020.11.0" for the last stable release after executing "./stop.sh -c" to remove all the containers and data for the currently installed develop tag. |
6 replies
Answer selected by
MaximeBaudette
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tonya1 @craig8 I think this is happening because gridappsd:develop container does not have the latest gridappsd-python with token-auth updates. Can you manually push the latest gridappsd-python to GridAPPS-D develop container to resolve this issue?
@MaximeBaudette Meanwhile, please use './run.sh -t v2020.11.0" for the last stable release after executing "./stop.sh -c" to remove all the containers and data for the currently installed develop tag.