rknn-toolkit2
rknn-toolkit2 copied to clipboard
Can't install package .whl : ERROR 'is not a supported wheel on this platform'
When I try to install the package I get this error. sudo pip3 install rknn_toolkit2-1.5.0+1fa95b5c-cp310-cp310-linux_x86_64.whl ERROR: rknn_toolkit2-1.5.0+1fa95b5c-cp310-cp310-linux_x86_64.whl is not a supported wheel on this platform.
I have Python 3.10.12 on Ubuntu 22.04 / Successfully installed Cython-3.0.0 / TensorFlow 2.10.1 installed since 2.8.0 was not an option.
I need to convert my own .onnx to .rknn
FYI Running the demo example works https://github.com/rockchip-linux/rknn-toolkit2/tree/master/rknn_toolkit_lite2/examples/inference_with_lite. (including installing https://github.com/rockchip-linux/rknn-toolkit2/blob/master/rknn_toolkit_lite2/packages/rknn_toolkit_lite2-1.5.0-cp310-cp310-linux_aarch64.whl)
edit nevermind schould be run on X86 cpu not on the rock.
What did you use that was 32 bit for the conversion?