Results 3 comments of john-sp

This is a valid issue, but one way to get around this is to use docker. It is not a perfect solution but it will work

You may want to blur some of the info in the image

I managed to fix it by downgrading onnx to 1.16.1 Command to fix it (must have venv active when running command) `pip install onnx==1.16.1` See the [onnx issue](https://github.com/onnx/onnx/issues/6267) for more...