From 49a9b8f195a15a81c85aee42af4ed33e76d02379 Mon Sep 17 00:00:00 2001 From: QWQ <84507946+BlackTea-c@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:28:30 +0800 Subject: [PATCH] Update README.md if the code report you there is no Module named langchain_community --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc026e71..ec6077e6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Voyager requires Python ≥ 3.9 and Node.js ≥ 16.13.0. We have tested on Ubunt git clone https://github.com/MineDojo/Voyager cd Voyager pip install -e . +pip install langchain_community==your-langchain-version --no-deps(if the code report you there is no Module named langchain_community) ``` ## Node.js Install