Traceback (most recent call last): File "D:\Down...
# ask-ai
d
Traceback (most recent call last): File "D:\Downloads\rag3\voice_server.py", line 3, in <module> from livekit import agents File "D:\Downloads\rag3\venv\Lib\site-packages\livekit\agents\__init__.py", line 23, in <module> from . import cli, ipc, llm, metrics, stt, tokenize, tts, utils, vad, voice # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Downloads\rag3\venv\Lib\site-packages\livekit\agents\cli\__init__.py", line 1, in <module> from .cli import run_app File "D:\Downloads\rag3\venv\Lib\site-packages\livekit\agents\cli\cli.py", line 5, in <module> from .. import utils File "D:\Downloads\rag3\venv\Lib\site-packages\livekit\agents\utils\__init__.py", line 1, in <module> from livekit import rtc File "D:\Downloads\rag3\venv\Lib\site-packages\livekit\rtc\__init__.py", line 43, in <module> from .audio_stream import AudioFrameEvent, AudioStream, NoiseCancellationOptions File "D:\Downloads\rag3\venv\Lib\site-packages\livekit\rtc\audio_stream.py", line 172 def from_track(00 ^^
t
Thanks for reaching out, Arjun. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Could you share a bit more about your setup? Like, which version of the LiveKit Python SDK you’re working with, and if you’ve tweaked any of the SDK files? That way, I can get a better idea of what might be going on and help you out more effectively.
d
how to to python sdk version
t
Hey there! You can easily check the version of the LiveKit Python SDK you have installed in a couple of ways: 1. Using Python Code: Just run this little snippet to see the version: `import livekit.rtc print(livekit.rtc.version)`This will show you the version of the
livekit-rtc
package you’re working with. 2. Look at Your Dependency Files: Take a peek at files like
requirements.txt
,
pyproject.toml
, or
Pipfile
in your project. They usually list the versions of your LiveKit packages, something like:
livekit-agents==1.5.0
If you want me to walk you through anything or have other questions, just give me a shout—I’m here to help! Sources: livekit-protocol/livekit/protocol/version.py | pkg/agentfs/sdk_version_check_test.go | livekit-plugins/livekit-plugins-simli/livekit/plugins/simli/version.py
d
livekit==1.0.7 livekit-agents==1.0.20 livekit-api==1.0.2 livekit-plugins-cartesia==1.0.20 livekit-plugins-deepgram==1.0.20 livekit-plugins-elevenlabs==1.0.20 livekit-plugins-noise-cancellation==0.2.3 livekit-plugins-openai==1.0.20 livekit-plugins-silero==1.0.20 livekit-plugins-turn-detector==1.0.20
t
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!
d
<livekit==1.0.7 livekit-agents==1.0.20 livekit-api==1.0.2 livekit-plugins-cartesia==1.0.20 livekit-plugins-deepgram==1.0.20 livekit-plugins-elevenlabs==1.0.20 livekit-plugins-noise-cancellation==0.2.3 livekit-plugins-openai==1.0.20 livekit-plugins-silero==1.0.20 livekit-plugins-turn-detector==1.0.20> this is the verssion i am using is there any new vwesion ?