Bug#949733: python-pip: 'pip install' don't work for python2 in Debian10

2020-02-24 Thread Robin Gustafsson
Hi, I've seen this before and I'm fairly sure that it's an issue from the system version of pip interacting badly with a pip-installed version of pip. However, I also cannot reproduce it now. It has been discussed upstream [1] and a compatibility layer has been added to avoid it [2][3]. That may

Bug#949733: python-pip: 'pip install' don't work for python2 in Debian10

2020-01-26 Thread Joan Luc Labòrda
I did use the system python command, it was a pip 9 version and i hacked it by changing the line "from pip._internal import main" to "from pip import main" then i could upgrade to pip 20.0.1 and now it works fine Le 25/01/2020 à 23:56, Andreas Beckmann a écrit : Control: tag -1 = moreinfo

Bug#949733: [Python-modules-team] Bug#949733: python-pip: 'pip install' don't work for python2 in Debian10

2020-01-25 Thread Emmanuel Arias
Hi, I had similar issues, when I didn't clean the environment, e.g. I had a .local/lib/python2.7/site-packages When I removed that folder, I was not have problems with python-pip Cheers, Arias Emmanuel @eamanu http://eamanu.com El sáb., 25 de ene. de 2020 a la(s) 20:00, Andreas Beckmann

Bug#949733: python-pip: 'pip install' don't work for python2 in Debian10

2020-01-25 Thread Andreas Beckmann
Control: tag -1 = moreinfo unreproducible On Fri, 24 Jan 2020 10:17:34 +0100 joanluc wrote: > When invoking `usr/bin/pip' with any command of it, the program crashes with > the message : > "Traceback (most recent call last): > File "/usr/bin/pip", line 9, in > from pip._internal import

Bug#949733: python-pip: 'pip install' don't work for python2 in Debian10

2020-01-24 Thread joanluc
Package: python-pip Version: 18.1-5 Severity: grave Tags: a11y Justification: renders package unusable Dear Maintainer, When invoking `usr/bin/pip' with any command of it, the program crashes with the message : "Traceback (most recent call last): File "/usr/bin/pip", line 9, in from