Error in implementing Sample Apps (with RASA NLU)

Please provide the following information when requesting support.

Hardware - GPU - V100
Hardware - CPU - Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz
Operating System - Linux
Riva Version - 2.8.1
Reproduce Error - Following the steps mentioned in Virtual Assistant (with Rasa) — NVIDIA Riva

  • After downloading the nvidia riva quickstart the steps asks to execute the following :
    •  cd riva_quickstart_v<x.y.z>
       pip install riva_api-<x.y.z>-py3-none-any.whl
      
    • but there is no riva_api file in the quickstart directory. (i downloaded riva 2.8.1)

hence I am getting riva_api module not found error when I run the sample app - error shown below.

import riva_api.riva_audio_pb2 as ra
ModuleNotFoundError: No module named ‘riva_api’

Hi @varun.c57

Thanks for your interest in Riva

Apologies, yes there is no riva_api-<x.y.z>-py3-none-any.whl in the quickstart directory,
I will report to the team about this and get back soon

Thanks

Hi @varun.c57

I have some updates

Apologies since pip install riva_api-<x.y.z>-py3-none-any.whl

Please install the below package

pip install nvidia-riva-client

and please use the following branch for your virtual assistant

Thanks

1 Like