conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
142 stars 46 forks source link

[ENH] - Run conda info and mamba info before solve #659

Closed costrouc closed 8 months ago

costrouc commented 9 months ago

Feature description

We need more info within the build process to help debug issues. We need to excessively print information when building environments.

Value and/or benefit

Helps debugging.

Anything else?

No response

dharhas commented 9 months ago

Also add

conda config --show-sources

nkaretnikov commented 8 months ago

Status update: opened a PR that fixes this, see #693