On Sun, Sep 18, 2022 at 6:42 PM Bill Deegan <b...@baddogconsulting.com> wrote: > SCons 4.0.1 is fairly old and doesn't seem to be compatible with Python 3.10. > The latest SCons 4.4.0 is available and works fine with Python 3.10 Actually it's not a compatibility issue, but a behaviour change with Python 3.10 as I know. It (or some module) now installs binaries into /usr/local/bin instead of the normal /usr/bin path. Packaged SCons 4.4.0 and it fails the same way due to installing binaries under /usr/local/bin directory. For the moment I don't know how to skip 'local' from the installation path, but will move back binaries directly after installation.
Regards, Laszlo/GCS