Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Lennart Sorensen via talk
On Mon, Nov 07, 2022 at 02:53:55PM -0500, Stewart Russell via talk wrote: > You bet! I think it will continue for some time. > > I *think* that systems are only supposed to provide an executable called > "python3" now, but de facto, the executable "python" seems to be a > free-for-all. I only foun

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Lennart Sorensen via talk
On Sun, Nov 06, 2022 at 11:59:21PM -0500, Stewart C. Russell via talk wrote: > Did you accidentally install "python-is-python2"? It will break modern > things in a hilarious manner. > > There's python-is-python3 to undo the damage. Well anything that follows the guidelines from python upstream wo

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Seneca Cunningham via talk
> On Nov 7, 2022, at 16:21, Evan Leibovitch wrote: > (Now what do I do with all this cruft in ~/.local and ~/.cache?) Depends upon what it is. It could be python modules, Firefox cache files, bits and bobs from zsh accessories, nvim swap files, who knows. That’s the joy of the XDG Base Direc

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Evan Leibovitch via talk
Hi Seneca, So... I reinstalled all of the Ubuntu Python module packages you mentioned, without much progress until I reinstalled python3-attr. Then the errors and messages reduced but I could see other things missing. Re-installing python3-babelfish and python-automat have reduced the error messag

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Evan Leibovitch via talk
On Mon, Nov 7, 2022 at 10:42 AM D. Hugh Redelmeier via talk wrote: > I get almost all my software from my distro (Fedora Linux). But there are > reasons > to get things through Python's "pip". Surely these two sources clash. > I'm almost certain that this is at least a partial source of my p

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Stewart Russell via talk
On Mon, Nov 7, 2022 at 10:41 AM D. Hugh Redelmeier via talk wrote: > Wow. The Python2 -> Python3 transition is still claiming victims! > You bet! I think it will continue for some time. I *think* that systems are only supposed to provide an executable called "python3" now, but de facto, the ex

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Seneca Cunningham via talk
On Nov 6, 2022, at 21:14, Evan Leibovitch via talk wrote: > > Ubuntu server 22.04 LTS But did you install all your packages and dependencies through normal Ubuntu packages? The paths in the “deluged” traceback suggest that not all of them were, but that’s going on my old understanding that Ub

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread D. Hugh Redelmeier via talk
| From: Stewart C. Russell via talk | Did you accidentally install "python-is-python2"? It will break modern things | in a hilarious manner. | | There's python-is-python3 to undo the damage. Wow. The Python2 -> Python3 transition is still claiming victims! I am not sold on containers, but it

Re: [GTALUG] Borked Python setup, please help

2022-11-07 Thread Evan Leibovitch via talk
Thanks, but didn't help. Evan Leibovitch, Toronto Canada @evanleibovitch / @el56 On Mon, Nov 7, 2022 at 12:00 AM Stewart C. Russell via talk wrote: > On 06/11/2022 21.14, Evan Leibovitch via talk wrote: > > > I must have done something really wrong when an app I was trying to > install a few d