You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you guys consider printing conda list after conda environments are created? Currently, there is no way to see which packages are downloaded.
I am trying to debug #7211. It must be either an RTD issue or an issue with conda downloading a different version of something -- but unfortunately, if it is a conda issue, I cannot debug it.
Details
Would you guys consider printing
conda list
after conda environments are created? Currently, there is no way to see which packages are downloaded.I am trying to debug #7211. It must be either an RTD issue or an issue with conda downloading a different version of something -- but unfortunately, if it is a conda issue, I cannot debug it.
This issue is similar to #5006, but that issue was dismissed on the basis that the
pip install
step already shows the packages installed. The same is not true for conda environments.Expected Result
Packages downloaded by
conda env create
are shown.Actual Result
No packages shown:
The text was updated successfully, but these errors were encountered: