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 ...
The proposed ONNX setup.py patch should be implemented as a build-time modification following the repository's established patching patterns. This will resolve the wheel building failures across all ...