Replies: 2 comments
-
As the error indicates, you have dependency conflict. I recommend using a virtual environment like virtualenv or Conda (https://docs.conda.io/projects/conda/en/stable/) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The error message suggests that the installed version of pydantic (2.9.2) is incompatible with the requirements of langchain and langchainplus-sdk, both of which need pydantic version <2. |
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
-
when running
pip3 install autogen-agentchat==0.4.0.dev3
i get
i use a mac. so please advise how to fix it
Beta Was this translation helpful? Give feedback.
All reactions