Replies: 1 comment
-
Having the same issue, not sure what the problem is, but the docs do not build either if this is the case. |
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.
-
In the HOME directory of the langchain source code, execute the following command:
poetry install --with lint,typing,test
However, the following errors were thrown, and I have a few questions to ask:
(1) Why is it necessary to perform a downgrade operation on modules such as langchain-core, and how can we avoid downgrading?
(2) Why can't it find the module "langchain-monorepo"?
(3) How can the langchain source code be compiled in order to understand the principles of langchain and contribute code to langchain?
My development environment:
Python: Set up using conda, Python version 3.8.18
Langchain: GitHub's master branch.
The error message is as follows:
Beta Was this translation helpful? Give feedback.
All reactions