Re: Leo 6.7.8.post1 is ready for testing

2024-03-19 Thread Thomas Passin
On Linux systems that don't allow installing user packages with pip because the system python is managed by the system, you can force installation using the --break-system packages option, like this: python3 -m pip install --user --upgrade --break-system-packages leo==6.7.8.post1 You will know

Re: Leo 6.7.8.post1 is ready for testing

2024-03-19 Thread Thomas Passin
Installed OK on Ubuntu 22.04, Python 3.10. On Tuesday, March 19, 2024 at 10:31:46 PM UTC-4 Thomas Passin wrote: > python3 -m pip install --user --upgrade leo==6.7.8.post1 succeeded on > Linux Debian, although I had to install *libxcb-cursor0* afterwards, as > we've been seeing on some other di

Re: Leo 6.7.8.post1 is ready for testing

2024-03-19 Thread Thomas Passin
python3 -m pip install --user --upgrade leo==6.7.8.post1 succeeded on Linux Debian, although I had to install *libxcb-cursor0* afterwards, as we've been seeing on some other distros. After the install: Leo 6.7.8.post1 Python 3.9.2, PyQt version 6.6.2 linux On Tuesday, March 19, 2024 at 5:39:2

Leo 6.7.8.post1 is ready for testing

2024-03-19 Thread Edward K. Ream
You can now install Leo *6.7.8.post1* from pypi . This "post" release changes only distribution-related files. See PR #3835 for the details. The "post1" prefix is required to meet the more stringent py

Re: ENB: Distribution challenges

2024-03-19 Thread Edward K. Ream
On Tue, Mar 19, 2024 at 9:03 AM Thomas Passin wrote: > > On Monday, March 18, 2024 at 5:43:22 PM UTC-4 Edward K. Ream wrote: > > *I would greatly appreciate help debugging either PR*. My *guess* is that > pyproject.toml needs only a tweak, but finding that tweak has not been > easy!!! > > At last

Re: ENB: Distribution challenges

2024-03-19 Thread Thomas Passin
On Monday, March 18, 2024 at 5:43:22 PM UTC-4 Edward K. Ream wrote: This Engineering Notebook post briefly summarizes the challenges in distributing Leo on pypi. *I would greatly appreciate help debugging either PR*. My *guess* is that pyproject.toml needs only a tweak, but finding that tweak

Re: ENB: Distribution challenges

2024-03-19 Thread Edward K. Ream
On Tue, Mar 19, 2024 at 5:05 AM Edward K. Ream wrote: > In this kind of challenging project, I look for small gains. Here are today's: And one more. Now that I can test locally, there is no need for a timestamp. Indeed, the .toml file will be different, so the overall hash will be different too

Re: ENB: Distribution challenges

2024-03-19 Thread Edward K. Ream
On Monday, March 18, 2024 at 4:43:22 PM UTC-5 Edward K. Ream wrote: This Engineering Notebook post briefly summarizes the challenges in distributing Leo on pypi. In this kind of challenging project, I look for small gains. Here are today's: *Test locally* *Aha/Doh*: test my wheel file *wit