Hi,
I have worked for days on trying to fix this and didnt find anything related, so I hope you can help me here.
I want to use Amazon Nova Sonic in a Livekit Agent that I deploy to Livekit Cloud.
I always get:
ERROR:agent:UNHANDLED EXCEPTION: ImportError: The 'realtime' module requires optional dependencies. Please install them with: pip install 'livekit-plugins-aws[realtime]'
I have tried:
Included livekit-plugins-aws[realtime] in requirements.txt and from livekit.plugins import aws in my agent.py
Switched to using pyproject.toml to include livekit-plugins-aws[realtime]
How can I include the livekit-plugins-aws[realtime] plugin for an Agent deployed to Livekit Cloud?
Thank you in advance!
Hi,
I have worked for days on trying to fix this and didnt find anything related, so I hope you can help me here.
I want to use Amazon Nova Sonic in a Livekit Agent that I deploy to Livekit Cloud.
I always get:
ERROR:agent:UNHANDLED EXCEPTION: ImportError: The 'realtime' module requires optional dependencies. Please install them with: pip install 'livekit-plugins-aws[realtime]'
I have tried:
Included livekit-plugins-aws[realtime] in requirements.txt and from livekit.plugins import aws in my agent.py
Switched to using pyproject.toml to include livekit-plugins-aws[realtime]
How can I include the livekit-plugins-aws[realtime] plugin for an Agent deployed to Livekit Cloud?
Thank you in advance!