-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win11 Livekit Server - ImportError: cannot import name 'api' from 'livekit' (unknown location) #302
Comments
Hey @macazaga! We're working on better Windows docs, let me know if this is helpful: https://01.openinterpreter.com/software/server/windows-livekit You might want to try |
Hi @KillianLucas , thank you for your response! I honestly felt like I got a message from a celebrity. Congrats on this incredible project! I followed the steps you shared and now I've a different error. but this happens when I run the command line: Starting light server (required for livekit server) on localhost, on the port before |
Describe the bug
After following the guide for 01 in Windows I runned the command:
poetry run 01 --server livekit --qr --expose
And powershell / cmd shows the following:
Using python3.11 (3.11.9)
⠴ Traceback (most recent call last):
File "", line 1, in
File "C:\Users\maca1\Miniconda3\Lib\importlib_init_.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "M:\oi\01\software\main.py", line 17, in
from livekit import api
ImportError: cannot import name 'api' from 'livekit' (unknown location)
Screenshots
Desktop:
Additional context
I also tried running the light server:
poetry run 01 --server light
And returns the same error.
The text was updated successfully, but these errors were encountered: