pip breaks installed packages unrelated to the one installed (or their dependencies) #6494
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
type: bug
A confirmed bug or unintended behavior
Environment
In the NVIDIA-provided 18.10-py3 container
Description
I need to add packages (describing just one for the sake of the issue) to my environment. Since the NVIDIA container does not provide
venv
I am usingpip
's-t
option instead.I don't have root on this machine (not even in the container) so I do:
Expected behavior
Running the previous should either install patsy and its dependencies, or not. Hopefully the former. Instead it breaks a third package.
How to Reproduce
Notice how
patsy
is not originally installed.Output
This is related to #5178 and probably #988 (the mother of all my anger about
pip
)The text was updated successfully, but these errors were encountered: