Skip to content
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

Add a pip check command. #3745

Closed
wants to merge 1 commit into from
Closed

Add a pip check command. #3745

wants to merge 1 commit into from

Conversation

BrownTruck
Copy link
Contributor

This command ensures that all packages installed have all the
requirements they need, and that requirements have compatible
versions. This is useful because pip can install incompatible
dependencies[1], or a user may have manually (un)installed a
package.

[1] #775

This is loosely inspired by Haskell's ghc-pkg check, which has a similar purpose.


This was automatically migrated from #1001 to reparent it to the master branch. Please see original pull request for any previous discussion.

Original Submitter: @Wilfred

This command ensures that all packages installed have all the
requirements they need, and that requirements have compatible
versions. This is useful because pip can install incompatible
dependencies[1], or a user may have manually (un)installed a
package.

[1] pypa#775
@NotSqrt
Copy link

NotSqrt commented Oct 5, 2016

FYI, this fails for upper/lowercase mix in names.
Typical examples: Django/django, jinja2/Jinja.

@xavfernandez
Copy link
Member

Closing this since it was merged via #3750

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants