-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict while npm install latest langchain #4337
Comments
🤖 Hey there @avk-saas! 🚀 Nice to see you back. Hope you're doing awesome! Based on the similar issues found in the langchainjs repository, it seems like the dependency conflict you're experiencing might be due to the version of
npm uninstall cohere-ai
npm install [email protected]
npm uninstall langchain
npm install langchain If the issue persists, you can also try running: npm install langchain --with-legacy-peer-deps This command will ignore the peer dependencies and install Alternatively, you can use Additionally, a new version of npm install chromadb This should resolve the dependency tree issue. If the issue still persists, it might be due to other conflicting dependencies in your project. In this case, you might need to update your dependencies to the versions required by LangChain Please let me know if this helps or if you need further assistance. Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Also having this issue, subscribing to the thread. |
For now can you use We should start splitting more of these packages out/loosening restrictions too. |
Hi, @avk-saas, I'm helping the langchainjs team manage their backlog and am marking this issue as stale. It seems like the issue involves a conflict when trying to install the latest version of langchain using npm, specifically relating to dependency conflicts with replicate and puppeteer. The comments suggest steps to resolve the conflict, including uninstalling and reinstalling specific versions of dependencies, using Could you please confirm if this issue is still relevant to the latest version of the langchainjs repository? If it is, please let the langchainjs team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or the issue will be automatically closed in 7 days. Thank you! |
npm install langchain gives dependancy conflict with replicate and puppeteer...these version have to be upgraded
The text was updated successfully, but these errors were encountered: