You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
using 0.6.9 Latest - docker
using the sdk
from letta_client import Letta
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'letta_client'
so the letta_client is not installed with the docker version ?
The text was updated successfully, but these errors were encountered:
Yes to use the new Python SDK you will need to do pip install letta-client. We will eventually add letta-client as a dependency to letta so they are all installed together.
Describe the bug
using 0.6.9 Latest - docker
using the sdk
from letta_client import Letta
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'letta_client'
The text was updated successfully, but these errors were encountered: