Replies: 6 comments 4 replies
-
Hey @LauYoung7! 👋 I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Let's squash those bugs together! To resolve the version conflicts between
Here is the correct installation sequence: pip install langchain==0.2.3
pip install langchain-core==0.2.5
pip install langgraph==0.0.8 This ensures that all packages are compatible with each other. If you encounter any further issues, please check the specific version constraints in the |
Beta Was this translation helpful? Give feedback.
-
@LauYoung7 Try to install the most recent version of each package. langchain and langchain-core should be on 0.2.x Follow the error messages from pips dependency solver -- as it'll tell you which versions conflict with one another. |
Beta Was this translation helpful? Give feedback.
-
Hi, have you found a solution for this please ? I have the same problem. |
Beta Was this translation helpful? Give feedback.
-
Same problem. |
Beta Was this translation helpful? Give feedback.
-
what a cluster. |
Beta Was this translation helpful? Give feedback.
-
same problem |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I want to install the latest version langchain and the other packages, but these software have version conflicts. For example, i installed the latest langchain-core-0.2.5, but the langgraph-0.0.8 needed the langchain-core 0.1.52 , it would show this error: langchain 0.2.3 has requirement langchain-core<0.3.0,>=0.2.0, but you'll have langchain-core 0.1.52 which is incompatibl.

how can I solve these problems? Thanks a lot.
System Info
langchain==0.2.3
langchain-core==0.1.52
langchain-text-splitters==0.2.1
langgraph==0.0.8
langserve==0.2.2
langsmith==0.1.75
language-selector==0.1
platform:Ubuntu 20.04.6 LTS x86_64 GNU/Linux
python version:3.8.10
Beta Was this translation helpful? Give feedback.
All reactions