You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
This and #17 are two different things. This one is the most serious and is about pip silently overwriting files from previous packages it installed. In brief, if two unrelated packages a and b both have a foo.py file, in some circumstances (see pypa/pip#4625 for details) the second that gets installed overwrites the first, and pip does not notice.
Again, I am not sure if solving the issue is in the scope of what you are working on at the moment, but...
pradyunsg
changed the title
Verify that the new PIP does not overwrites files from other packages it installed
Do not overwrite files from already-installed packages
Apr 4, 2020
Following the suggestion in pypa/pip#988 (comment) I am submitting this test case here.
Instead of just repeating myself, the issue is pypa/pip#4625
Not sure if that is in scope with the new dependency resolver, but mentioning it and let you think about it for a moment can't hurt.
The text was updated successfully, but these errors were encountered: