Re: Error when updating user Python packages

2022-02-20 Thread Nicholas Geovanis
On Sun, Feb 20, 2022, 2:21 AM Christian Britz wrote: > > > On 2022-02-20 03:35 UTC+0100, Nicholas Geovanis wrote: > > > Probably you should be using the pip3 command instead. It may not be > > installed, > > so I think this will install it: > > sudo apt-get install python3-pip > > python3-pip is

Re: Error when updating user Python packages

2022-02-20 Thread Christian Britz
On 2022-02-20 03:35 UTC+0100, Nicholas Geovanis wrote: > Probably you should be using the pip3 command instead. It may not be > installed, > so I think this will install it: >  sudo apt-get install python3-pip python3-pip is installed. I think it came with the Debian installer. It makes no di

Re: Error when updating user Python packages

2022-02-19 Thread Nicholas Geovanis
On Sat, Feb 19, 2022 at 3:00 PM Christian Britz wrote: > Hello Debian users, > > I would like to update the Python3 packages which I installed for my > local user via pip. > > The command "pip list --user --outdated" gives the following error > messages. This is on Debian stable. Any ideas? > Pr

Re: Error when updating user Python packages

2022-02-19 Thread Christian Britz
It happens also when I run sudo pip list --outdated, so I think it is not related to my user profile. On 2022-02-19 21:59 UTC+0100, Christian Britz wrote: > Hello Debian users, > > I would like to update the Python3 packages which I installed for my > local user via pip. > > The command "pip lis