Wikipedia-Scraping-with-LLM-Agents icon indicating copy to clipboard operation
Wikipedia-Scraping-with-LLM-Agents copied to clipboard

Compiler issue: llama-index 0.8.5.post2 requires langchain<=0.0.266,>=0.0.262, but you have langchain 0.0.352 which is incompatible.

Open MrsBookik opened this issue 1 year ago • 0 comments

I'm learning python, so please forgive me if my issue is stupid.

I did pip install -r requirements.txt and got this:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
llama-index 0.8.5.post2 requires langchain<=0.0.266,>=0.0.262, but you have langchain 0.0.352 which is incompatible.

i am confused now because an older version from langchain seems to be required as the version being used. How to handle this?

MrsBookik avatar Feb 11 '24 13:02 MrsBookik