This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM69A: The base version of onnxruntime does not support Python 3.11.

Part Number: PROCESSOR-SDK-AM69A
Other Parts Discussed in Thread: AM69A

Currently, I am trying to run software that includes ONNX runtime inference on the AM69A. This software is written in Python 3.11. However, it seems that the ONNX runtime provided by TI is based on ONNX runtime version 1.14, which only supports up to Python 3.10. Could you please update the base ONNX runtime version to support Python 3.11? Additionally, if there is a way to run the ONNX runtime provided by TI on Python 3.11, could you please let me know?