Am Montag, dem 19.01.2026 um 10:44 +0000 schrieb andy pugh: > On Mon, 19 Jan 2026 at 10:05, Viesturs Lācis > <[email protected]> wrote: > > > Depends: python3 ( < 3.10) but 3.10.-1~22.04.1 is to be installed > > Depends: libboost-python1.74.0-py39 but it is not installable > > Depends: libpython3.9 (>=3.9.1) but it is not installable > > You could probably down-version Python3, install LinuxCNC and then > upgrade Python again, but that seems like a waste of time. > I don't know why LinuxCNC specifies <3.10 as I very much doubt that > it > will have any problem working with 3.10. >
The .deb file needs the python version it was built against (python extension modules are not binary compatible between major python versions) which seems to be a 3.9 variant and ubuntu 22.04 comes with 2.10. The best bet is probably to check out the source, switch to 2.9 branch, install all build dependencies, and build the .deb yourself on ubuntu 22.04. this should cover all steps https://www.linuxcnc.org/docs/devel/html/code/building-linuxcnc.html just follow "4.2 Building Debian Packages". regards -- Robert Schöftner <[email protected]> _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
