Skip to content

nemo2riva incompatible riva-speech 2.19.0 #62

Description

@o-alexandre-felipe

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions