Issue #356 - Set Linux and Mac OS Builds to Python 3.12#367
Conversation
|
May want to mention needing to do this on Mac OS: |
|
Tested the package on Mac OS X. Works when Python 3.12 is installed. |
|
On Ubuntu 22, failed multiple ways:
The Python issue can be fixed. The libc/libc++ issues cannot. Does this mean Ubuntu 22 is not supported? Will try tomorrow with Ubuntu 24. Will try to move the build back to 22.04 (older libc/libc++) so that it works with anything from 22.04 onwards. ETA: This did help with installing the DEB package on Ubuntu 22.04. Will see tomorrow if it works easily on newer Ubuntu. Will need to add a warning to the "using binaries" section. |
|
Tested with Ubuntu 24. Works fine. Here's the requirements: Now will move to testing an RPM-based Linux - RHEL. Will also need to make sure that these use the same versions of libc/libc++. |
|
Installed RHEL 9. As expected, the Python version there is 3.9.10, so specs did not work out of the box: Also, the requirements for libc are the same - However, the C++ requirement (3.4.30) is not met: Will try to update from 9.0 to something better. |
|
Works on SLES 15.7 after installing the correct Python - lib/libc++ versions match between DEB and RPM |
No description provided.