Getting the following installation issue: ```warni...
# ask-ai
b
Getting the following installation issue:
Copy code
warning: The package `livekit-agents==1.1.1` does not have an extra named `inworld`
pyproject.toml
has:
Copy code
"livekit-agents[deepgram,google,openai,silero,turn-detector,inworld]~=1.0"
t
Thanks for reaching out, Prathamesh. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
The error occurs because the
inworld
integration is not included as an extra in the
livekit-agents
package. Instead, it is distributed as a separate plugin package. To resolve this, you need to install the dedicated plugin package for Inworld:
Copy code
pip install livekit-plugins-inworld
This should address the issue. Sources: uv.lock
b
Untitled
Got the above error
t
Could you share a bit more about the error you ran into while installing the Inworld plugin? Any specific error messages or logs you have would really help me understand what’s going on. Sources: livekit-agents/pyproject.toml
b
This is what I got
t
Could you please share the exact error message or any logs you got during the installation? That way, I can better understand what’s going on and help you sort it out.