Replies: 1 comment
-
hey @Raysin-cn , the pip install camel-ai[all] Alternatively, if you're using uv pip install -e ".[all, dev, docs]" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Camel version 0.2.60, when I configure the following memory, I encounter the problem ImportError: Missing required modules: qdrant_client
In this file, camel/utils/commons.py line 18, is there any special consideration?
It seems that the qdrant_client package was ignored when pip install camel-ai, because I solved the problem after executing pip install qdrant_client.
Beta Was this translation helpful? Give feedback.
All reactions