We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The generated error message is rather cryptic:
The text was updated successfully, but these errors were encountered: