When building ONNX 1.18.0 wheels in containerized environments, cmake fails because it uses the system Python ( = 3.9.21) instead of the runtime Python version (3.12 ...
When building for onnx 1.18.0, cmake uses /usr/bin/python3 which version is "3.9.21". Required python version is 3.12. The following error prevents wheel building for ...