Closed v3ss0n closed 1 year ago
sprintlog-backend-sprintlog-1 | File "/workspace/app/src/app/init.py", line 5, in
it imports fine in python shell
Not able to reproduce this. Here are my steps:
$ poetry init
$ poetry add livekit-server-sdk-python
$ poetry install
# test.py
from livekit import RoomServiceClient,VideoGrant,AccessToken
$ poetry run python test.py
Are you sure you are running your program in the virtual environment from poetry? i.e. with poetry run
or poetry shell
Closing for now
After adding in poetry , i got error at runtime that livekit module not found.