Trying to use this inside yesterday's release of riva-speech.
FROM nvcr.io/nvidia/riva/riva-speech:2.19.0
RUN apt update && apt install cmake -qq -y
RUN pip3 install git+https://github.com/nvidia-riva/nemo2riva@r2.19.0
ERROR: Could not find a version that satisfies the requirement
onnxruntime==1.16.3 (from nemo2riva)
(from versions: 1.17.0, 1.17.1, 1.17.3, 1.18.0, 1.18.1, 1.19.0, 1.19.2, 1.20.0, 1.20.1, 1.21.0)
27.84 ERROR: No matching distribution found for onnxruntime==1.16.3
I tried many other combinations without success.
The error occurs because the image uses python 3.12, and this module requires onnxruntime==1.16.3 that requires python<=3.11>=3.7.
onnxruntime<=1.17.0>=1.20.0 are compatible with python<=3.12>=3.7.
Trying to use this inside yesterday's release of riva-speech.
I tried many other combinations without success.
The error occurs because the image uses python 3.12, and this module requires onnxruntime==1.16.3 that requires python<=3.11>=3.7.
onnxruntime<=1.17.0>=1.20.0 are compatible with python<=3.12>=3.7.