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

uninstall bug #8110

Closed
Saphyel opened this issue Apr 22, 2020 · 3 comments
Closed

uninstall bug #8110

Saphyel opened this issue Apr 22, 2020 · 3 comments
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@Saphyel
Copy link

Saphyel commented Apr 22, 2020

Environment

  • pip version: any
  • Python version: any
  • OS: any

Description
when you run pip uninstall you only remove the packages listed.

Expected behavior
Any dependencies added by the packages should be removed too. There's no value to keep in the system dead dependencies.

How to Reproduce
run pip uninstall

Output

@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label Apr 22, 2020
@gutsytechster
Copy link
Contributor

@Saphyel I am not sure but if dependency of the listed project is also the dependency of the one which you've not mentioned with uninstall command. Then uninstalling that dependency would break the package functioning of which you don't want to uninstall.

@sbidoul
Copy link
Member

sbidoul commented Apr 22, 2020

Hello, I think this is a duplicate of #5823.

@uranusjr
Copy link
Member

And also #2635 at this point. The situation is changing a bit with the new resolver and the REQUESTED implementation, but this is not possible until (at least) both of these are implemented.

I’m closing this as a duplicate; we can track this feature in #5823, which contains much more detailed information.

@uranusjr uranusjr added the resolution: duplicate Duplicate of an existing issue/PR label Apr 22, 2020
@triage-new-issues triage-new-issues bot removed the S: needs triage Issues/PRs that need to be triaged label Apr 22, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

4 participants