-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add "env consistency" health check to conda doctor
/ no solver
#14799
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
Conversation
A test for a environment with unmet |
This may need to special case virtual packages as I do not think they exist as entries in |
This is taken care of already. Sorry for the noise. |
@ForgottenProgramme need to update |
7043119
Description
This PR adds a new health check to
conda doctor
called "env consistency check". This detects whether the environment is consistent or not. It does so by checking for missing dependencies.A previous PR (#14726) was created to achieve the same but by engaging the solver and determining the "final_state".
Resolves #14715
Closes #14726
Checklist - did you ...
news
directory (using the template) for the next release's release notes?