Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Debugging failed subprocesses is challenging #45

Open
jan-janssen opened this issue Oct 29, 2024 · 0 comments
Open

[bug] Debugging failed subprocesses is challenging #45

jan-janssen opened this issue Oct 29, 2024 · 0 comments

Comments

@jan-janssen
Copy link
Member

The generated error message is rather cryptic:

File ~/miniconda3/envs/test/lib/python3.12/site-packages/conda_subprocess/interface.py:173, in run(input, capture_output, timeout, check, *popenargs, **kwargs)
    172     if check and retcode:
--> 173         raise CalledProcessError(
    174             retcode, process.args, output=stdout, stderr=stderr
    175         )
    176 return CompletedProcess(process.args, retcode, stdout, stderr)

CalledProcessError: Command '['/usr/bin/bash', '/tmp/tmp9gthc775']' returned non-zero exit status 127.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant