Please provide the following information when requesting support.
Hardware - GPU (A100/A30/T4/V100) A10g
Hardware - CPU
Operating System Ubuntu
Riva Version 2.8.1
TLT Version (if relevant)
How to reproduce the issue ? (This is for errors. Please share the command and the detailed log here)
Hello everyone!
During my Riva installation, everything works except this one “pip3 install riva_api-2.3.0-py3-none-any.whl”,
Deployed with NVIDIA GPU-Optimized AMI on AWS
Received error message:
“ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: ‘/home/ubuntu/riva_quickstart_v2.8.1/riva_api-2.8.1-py3-none-any.whl’”
Could anyone help me on that?
Thanks!
Hi @hulkdesign
Thanks for your interest in Riva
Apologies, riva_api-<x.y.z>-py3-none-any.whl is not longer packed with riva quickstart
Are you trying to use riva-sample app, can you share the link of the tutorial followed
Thanks
Hi @hulkdesign
In replacement of unavailable riva_api-<x.y.z>-py3-none-any.whl
Please install the below package
pip install nvidia-riva-client
And use the following branch
Thanks
Thanks for the input.
Upon following each individual step and executing python3 main.py, it prompted “ModuleNotFoundError: No module named ‘riva_api’”
Looks still like the riva api file issue. Could you help further on this?
Thanks!
BTW, just remembered that during the pip installation, it displayed like wheel file v2.8.0 but QuickStart version is 2.8.1. Not sure if the version mismatch is the reason.
@hulkdesign
Apologies that you are facing “ModuleNotFoundError: No module named ‘riva_api’”
Can you share the complete traceback
Are you sure you are using sven-update-riva-api-calls branch
can you check with git branch
Thanks
I have same error too, here is the complete traceback
Traceback (most recent call last):
File "main.py", line 12, in <module>
from client.webapplication.start_web_application import start_web_application
File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/client/webapplication/start_web_application.py", line 8, in <module>
from client.webapplication.server.server import *
File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/client/webapplication/server/server.py", line 22, in <module>
from riva.chatbot.chatbots_multiconversations_management import create_chatbot, get_new_user_conversation_index, get_chatbot
File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/chatbot/__init__.py", line 8, in <module>
from .chatbot import *
File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/chatbot/chatbot.py", line 10, in <module>
from riva.asr.asr import ASRPipe
File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/asr/__init__.py", line 8, in <module>
from .asr import *
File "/root/riva_quickstart_v2.11.0/sample-apps/virtual-assistant/riva/asr/asr.py", line 11, in <module>
import riva_api.riva_audio_pb2 as ra
ModuleNotFoundError: No module named 'riva_api'