Replies: 1 comment 4 replies
-
It sounds like you're encountering version conflicts due to multiple
For more detailed steps on resolving common version conflicts, you can refer to the LangChain documentation [1]. If you need further assistance, feel free to provide specific error messages, and I can help troubleshoot those as well. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Checked other resources
Commit to Help
Example Code
none
Description
Hey guys,
I'd love to start using
Langserve
as it seems to be an amazing tool.I'm also switching from
LangchainJS
toLangchain
(python) since a lot of things are still missing in JS.So the complexity is at the max.
The problem that I am having is that when I try to add a package, it comes with an extra
pyproject.toml
, on top of the root one forLangserve
, that has extra dependencies and stuff, so far so good.But when trying to install these a lot of version errors start to pop out of everywhere and when you try to modify one file the other one starts complaining about something else.
So my question is, do we need 2 pyproject files, do we merge the dependencies somehow?
is there a tool to fix that. Poetry doesn't seem to help right now.
Thanks
System Info
none
Beta Was this translation helpful? Give feedback.
All reactions