A fix for this was implemented upstream in
<URL: 
https://github.com/LinuxCNC/linuxcnc/commit/e2c10a8ac20c37c231367d3731c79846082b3a53
 >.
Unfortunately, the change in src/configure.ac, where

  python3 -c 'import distutils.sysconfig; 
print(distutils.sysconfig.get_python_lib())'

was replaced with

  python3 -c 'import sysconfig; print(sysconfig.get_path("platlib"))'

changes the used path from /usr/lib/python3/dist-packages to
/usr/local/lib/python3.11/dist-packages, which put the python library
files in the wrong location.

I am not sure what a good solution is for this, but just wanted to
document the problem.

-- 
Happy hacking
Petter Reinholdtsen


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to