无法通过pip install onnxruntime-gpu 来安装onnxruntime-gpu
注意onnxruntime-gpu支持CPU和GPU,但是onnxruntime仅支持CPU!
原因是:目前不支持在aarch64架构下通过pip install的方式安装。

参考链接:https://github.com/microsoft/onnxruntime/issues/6124
解决方式:下载对应版本的安装包,离线安装

安装包链接:https://elinux.org/Jetson_Zoo#ONNX_Runtime
安装方式:下载后在打开终端pip3 install onnxruntime_gpu #Tab补齐