Skip to content

Show log of conda creating environment #7849

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

Closed
wants to merge 1 commit into from

Conversation

alkino
Copy link

@alkino alkino commented Jan 20, 2021

Here conda is running our own conda environment.txt, let be verbose to check everything is fine.

Copy link
Member

@stsewd stsewd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, this was done since the output isn't really helpful #5093

@stsewd
Copy link
Member

stsewd commented Jan 20, 2021

If you need to show the list of packages installed, we can enable this feature for your project

if self.project.has_feature(Feature.LIST_PACKAGES_INSTALLED_ENV):
self.python_env.list_packages_installed()

@alkino
Copy link
Author

alkino commented Jan 20, 2021

I agree that progress bar are really useless, but at least telling what is installed.

Maybe executing a conda list at the end of the command would help?

@alkino
Copy link
Author

alkino commented Jan 20, 2021

If you need to show the list of packages installed, we can enable this feature for your project

if self.project.has_feature(Feature.LIST_PACKAGES_INSTALLED_ENV):
self.python_env.list_packages_installed()

What about an option in the .readthedocs.yml to show that?

@stsewd
Copy link
Member

stsewd commented Jan 20, 2021

@alkino see #7005

@alkino
Copy link
Author

alkino commented Jan 20, 2021

Oh good ;) I can close this so.

@alkino alkino closed this Jan 20, 2021
@alkino alkino deleted the verbose-conda-create-env branch January 20, 2021 15:23
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

Successfully merging this pull request may close these issues.

2 participants