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
user@machine:~/project_dir$ python mem0.py
Traceback (most recent call last):
File "/home/user/project_dir/mem0.py", line 1, in <module>
from mem0 import MemoryClient
File "/home/user/project_dir/mem0.py", line 1, in <module>
from mem0 import MemoryClient
ImportError: cannot import name 'MemoryClient' from partially initialized module 'mem0' (most likely due to a circular import) (/home/user/project_dir/mem0.py)
The directory is as follows:
project_dir/
- .venv/
- mem0.py
Any advice would be appreciated!
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
It's weird, as it used to work (like two months ago), but following the quickstart guide from the dashboard does not work.
Steps I did:
Created a new .venv environment and load it
Ran
pip install mem0ai
to install mem0Ran the file
mem0.py
that contains the following:I get the following error:
The directory is as follows:
Any advice would be appreciated!
The text was updated successfully, but these errors were encountered: