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
running the command poetry install fails with Failed: NonZeroResultCode: [WinRMPython] Result code: 1
runnning the same command from python using the pywinrm library does not error
running the command quietly (using the poetry -q flag) does not error
running the command from poetry version 1.1.7 does not error (as the output was changed a fair bit in 1.2.0)
From what I can see it seems to be an issue with the prettified output from poetry 1.2.0 and how this is handled in the plugin
this is from a windows server 2019 standard 64 bit (rundeck server) -> windows server 2022 standard 64 bit using the credssp transport option
default code executor is set to pywinrm with Script exit behaviour: exitcode
The text was updated successfully, but these errors were encountered:
running the command poetry install fails with
Failed: NonZeroResultCode: [WinRMPython] Result code: 1
From what I can see it seems to be an issue with the prettified output from poetry 1.2.0 and how this is handled in the plugin
this is from a windows server 2019 standard 64 bit (rundeck server) -> windows server 2022 standard 64 bit using the credssp transport option
default code executor is set to pywinrm with Script exit behaviour: exitcode
The text was updated successfully, but these errors were encountered: