-
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
Make the upgrade-pip prompt look less like an error (to a new user) #5420
Comments
The nagging prompt causes users to break the system. There should be an option to disable the prompt. |
There is. There's a |
Note that #5346 is a separate issue to silence this warning entirely when Upstream PR: https://github.com/pypa/pip/pull/5368/files |
The point of this issue here is not that pip's upgrade prompt can cause users to break their systems (that's a whole other deal). That's #5346 as @ncoghlan pointed out. The point here is that for someone who's getting started, when they have an outdated pip and have an error in the installation, the upgrade instructions seem like the solution to the error in installation. Either the message needs be clearer in that case or at least somehow show that it's not related to the error. |
This can probably be closed with the merge of #10959 which changed the prompt to be much less scary. Stealing the screenshot, here's what it looks like now: |
pip's current upgrade prompt can be confusing for new users where they confuse the upgrade advice as advice for fixing errors they're facing.
One of the solutions for this would be to make the upgrade prompt look different from the error output so that a new user does not confuse it with the same.
Context: pypa/packaging-problems#149
The text was updated successfully, but these errors were encountered: