Re: Failed installation on Ubuntu 22.04LTS (both git and pip methods)

2023-05-07 Thread Thomas Passin
After my last post, I found the fix for the "xcb" problem with PyQt5. It was in a discussion thread from several years ago, and I haven't verified that it still works (but I suspect it does): sudo apt-get install libxcb-xinerama0 On Sunday, May 7, 2023 at 10:44:46 AM UTC-4 Thomas Passin wrote:

Re: Failed installation on Ubuntu 22.04LTS (both git and pip methods)

2023-05-07 Thread Thomas Passin
I created a new Ubuntu VM with 22.04.2. To install the "guest additions" so that the Ubuntu window could be resized ot something useful, I had to run sudo apt-get install gcc make perl I installed pip with sudo apt install python3-pip Then I installed Leo from PyPi: python3 -m pip install -

Re: Failed installation on Ubuntu 22.04LTS (both git and pip methods)

2023-05-07 Thread Thomas Passin
Someone else recently had problems on Ubuntu 22 LTS. Look at this discussion here on the Groups site: Install Problems on Ubuntu 22 The OP never said how or if Leo finally got to work, so I've been hoping some of the suggestions helped.

Failed installation on Ubuntu 22.04LTS (both git and pip methods)

2023-05-07 Thread David McNab
Hi there, I'm getting back to Leo after some years away. However, the installation is failing on my Ubuntu 22.04LTS system. I carefully followed the instructions for git install, and the pip step installed quite a few other packages, some of which mentioned PyQt. But when I ran 'leo', what I g