-
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
pip install --user -e tries to uninstall system-wide version, unlike pip install --user #4296
Comments
Did you mean to say with non I guess using Funny, there's no |
Sorry, I meant with non-editable, user installs. The example code was incorrect, I changed it. |
Relevant here: #4575 |
As a workaround, it works to do |
@ppham27 I am not sure if that workaround no longer works in general but for packages that dropped See https://gist.github.com/ssbarnea/d74648c926efc991999d227d2c379981 The irony is that while it fails, |
I see the same behaviour even with a minimal setup.py file (the Workaround is forcing virtual environment and running |
Description:
Tried to install pylint in user, editable mode. Failed as pip tries to uninstall the system-wide version.
While this could be a reasonable behavior, this is inconsistent with non-editable installs, which do NOT attempt to remove the system-wide version
What I've run:
The text was updated successfully, but these errors were encountered: