Hi all,
I’ve tried to install pip wheels from here:
https://elinux.org/Jetson_Zoo#ONNX_Runtime
I’m on Jetson TX2 with jetpack 4.4, python3.6
I’ve tried the all versions from 1.4.0 to 1.11.0
For all of them the same error happens after running:
$ pip3 install onnxruntime_gpu-1.4.0-cp36-cp36-linux_aarch64.whl
ERROR: onnxruntime_gpu-1.4.0-cp36-cp36-linux_aarch64.whl is not a supported wheel on this platform.
Any idea?
Hi,
The package you used is built for Python 3.8.
If you are using the default Python 3.6, please pick up the one that supports Python 3.6.
Thanks
The filename is misleading (now edited to fix it), I downloaded all the available python3.6 .whl files and tried to install them with python3.6, all failed.
Then I got one of the python3.8 (1.11.0) .whl, tried to install with python3.8 (venv), with same failure.
Found the problem.
The error is due to incorrect filename.
It should be (for version 1.11.0, python3.6)
onnxruntime_gpu-1.11.0-cp36-cp36m-linux_aarch64.whl