Catching Stderr #4331
RINGULARITTY
started this conversation in
Ideas
Catching Stderr
#4331
Replies: 1 comment 1 reply
-
Could you provide a minimal reproduction using the v0.4 API? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Assistant asked the user to install a lib :
pip install distutils
However, user has returned :
exitcode: 1 (execution failed)
Code output:
Which means that he didn't return the stderr, while stderr is :
ERROR: Could not find a version that satisfies the requirement distutils (from versions: none)
Which would help the assistant to fix its mistake.
It sounds there is no config variable where I can specify to also add stderr to dialogs.
It sounds to be a must have because it would avoid a lot of result failure.
Beta Was this translation helpful? Give feedback.
All reactions