Skip to content
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

from letta_client import Letta ModuleNotFoundError: No module named 'letta_client' #2351

Open
quantumalchemy opened this issue Jan 13, 2025 · 3 comments

Comments

@quantumalchemy
Copy link

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 ?
@sarahwooders
Copy link
Collaborator

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.

@quantumalchemy
Copy link
Author

will this still work without the rest api -- when updated?

from letta import create_client, LLMConfig, EmbeddingConfig, ChatMemory
from letta.utils import get_human_text, get_persona_text
client = create_client() 

@quantumalchemy
Copy link
Author

Yes but I thought this was the old sdk & to be replaced by Letta? So will this be good after updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants