Bug#964117: [Python-modules-team] Bug#964117: python3-pip: pip fails to list all outdated packages

2020-07-02 Thread Vipul
> Any idea how can I fix above error? After looking for it on the Internet, I found this[1] bug report on Launchpad issue tracker. It happens because pip didn't catch exceptions in index.py, consistently (see spitfire1900's[2] comment) and has fixed in pip v19.1+[3]. [1]:

Bug#964117: [Python-modules-team] Bug#964117: python3-pip: pip fails to list all outdated packages

2020-07-02 Thread Vipul
> This was already fixed under bug #912379 in Testing/Unstable. Sorry, for not checking Testing's closed bugs list, also. I've applied same patch as commit 0eebde34[1] in "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py" file; but now I'm getting another error message: $ pip3 list

Bug#964117: python3-pip: pip fails to list all outdated packages

2020-07-01 Thread Vipul
Package: python3-pip Version: 18.1-5 Severity: normal Dear Maintainer, I'm was trying to list all outdated packages using `pip3 list --outdated` command, but I'm getting following error message: $ pip3 list --outdated Exception: Traceback (most recent call last): File