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
_constructor_extract_conda_pkgs
Add exception handling to the multi-threaded execution of _constructor_extract_conda_pkgs because current errors are not descriptive.
It helps users identify problems with the installation. See here for an example: ContinuumIO/anaconda-issues#13334
The error message should show the error of api.extract.
api.extract
No response
The text was updated successfully, but these errors were encountered:
pkgs/
See #59
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Checklist
What is the idea?
Add exception handling to the multi-threaded execution of
_constructor_extract_conda_pkgs
because current errors are not descriptive.Why is this needed?
It helps users identify problems with the installation. See here for an example: ContinuumIO/anaconda-issues#13334
What should happen?
The error message should show the error of
api.extract
.Additional Context
No response
The text was updated successfully, but these errors were encountered: