-
Notifications
You must be signed in to change notification settings - Fork 3k
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
incorrect exit status when package cannot be uninstalled #5073
Comments
Duplicate issue: #4737 |
#4737 is specifically about I'm not sure there's anything actionable from general discussions of principles. We'd be happy to consider PRs offering specific fixes - or indeed specific bug reports for individual cases such as this one. In this case, the description is about uninstall whereas the title is about install. @benoit-pierre can I assume it's the title that's wrong? I'm happy for this to remain open as a separate issue (and indeed to look at a PR fixing it if anyone wants to provide one ;-)) |
Yes, uninstall! |
This issue is a good starting point for anyone who wants to help out with pip's development -- it's simple and the process of fixing this should be a good introduction to pip's development workflow. See the discussion above to understand what the desired fix is. If there is not a corresponding pull request for this issue, it is up for grabs. For directions for getting set up, see our Getting Started Guide. If you are working on this issue and have questions, feel free to ask them here. If you've already contributed to pip, work on another issue without this label instead. |
@pradyunsg, I'ld love to contribute for this fix. |
Is this issue still relevant, I want to contribute @pradyunsg. If not, no worries. |
Update: I've restarted working on this. #11520 |
It's still open, so I'll start working on it. |
PR is created, but needs a review. @BenzhaminKim |
CI test from your PR hasn't been passed yet. You need to fix it. |
#10176 (review)
It gives |
Description:
Add a package' source directory to PYTHONPATH, and try to uninstall it with pip, e.g.:
The text was updated successfully, but these errors were encountered: