-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Show better error if virtual env is broken #2595
Conversation
Hi, thanks for the work! I feel the |
@uranusjr You are right. I think we can show this error message something like this, |
Maybe something like “… rebuild the virtual environment, e.g. |
Yeah, that's also good. But I think that if it comes to specifying the python version, it still might be confusing for them. Then I think we shouldn't even specify the |
I’m very bad at figuring out what is more understandable for newcomers, so I’ll leave the decision to you :) I’ll merge either way. |
Well, I think the first one you suggested was good so I am going with it. |
5284454
to
f141911
Compare
addresses PR pypa#2595
addresses PR pypa#2595
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [ ]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shows the better error to the user if virtual env is broken
also suggests commands that can solve the issue
Closes #1918