Bug#876145: python-pip: pip install --system as non-root shouldn't default --ignore-installed

2018-01-03 Thread Kjell Braden
On Wed, 3 Jan 2018 17:02:14 +0100 Kjell Braden wrote:> Also note that the virtualenv detection fails on python3 venv, breaking > the --system-site-packages option. Disregard that, this can be worked around by invoking "python3 -m pip" instead of "pip3", and is a different issue.

Bug#876145: python-pip: pip install --system as non-root shouldn't default --ignore-installed

2018-01-03 Thread Kjell Braden
On Mon, 18 Sep 2017 21:21:31 -0400 Peter Amstutz wrote: > When running "pip install --system" as a non-root user, the change in > set_user_default.patch forces the --ignore-installed flag to be enabled. > > This has the effect of breaking pip for use cases that install packages as > non- > root

Bug#876145:

2017-09-18 Thread Peter Amstutz
I left out the --system flag in my example. Just to be clear: pkg_A (requires pkg_B==1.0) pkg_C (requires pkg_B>=1.0) $ pip install --system pkg_A # installs pkg_B==1.0 $ pip install --system pkg_C # ignores pkg_B==1.0, installs pkg_B==2.0 $ pkg_A pkg_resources.ContextualVersionConflict: (pkg_

Bug#876145: python-pip: pip install --system as non-root shouldn't default --ignore-installed

2017-09-18 Thread Peter Amstutz
Source: python-pip Version: 9.0.1-2 Severity: normal Dear Maintainer, When running "pip install --system" as a non-root user, the change in set_user_default.patch forces the --ignore-installed flag to be enabled. This has the effect of breaking pip for use cases that install packages as non- roo