creamy-byte-34126
08/08/2025, 10:05 PMtall-airline-16756
08/08/2025, 10:05 PMtall-airline-16756
08/08/2025, 10:06 PMlivekit.agents.telemetry
module isn’t being found. No worries—let’s get this sorted out together! First, please make sure you’ve installed the package correctly by running this command:
pip install "livekit-agents[deepgram,openai,cartesia,silero,turn-detector]~=1.0"
Once that’s done, you should be able to import the telemetry module like this:
from livekit.agents.telemetry import *
If you’re still running into trouble, a quick uninstall and reinstall often does the trick. Just run:
pip uninstall livekit-agents -y
pip install "livekit-agents[deepgram,openai,cartesia,silero,turn-detector]~=1.0"
Hope this helps! Feel free to reach out if you need any more assistance.
Sources: examples/voice_agents/requirements.txt