Skip to content

OnnxRuntime Python Fix, master branch (2021.12.06.)

Made the new onnxruntime version use Python correctly. The new code makes use of both find_package(Python) and find_package(PythonInterp). (Which is pretty bad Microsoft! 😦) So we need to make sure from our side that both are forced to find "the correct version" of Python.

This is to fix the build issues showing up in the "new" CI setup after I merged in !885 (merged) without the necessary care. 😦

Merge request reports