severian42 / GraphRAG-Local-UI

GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app.
MIT License
1.51k stars 173 forks source link

graphrag 0.2.0 requires aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1 which is incompatible #65

Open najsword opened 1 month ago

najsword commented 1 month ago

pip install -r requirement.txt find error: graphrag 0.2.0 requires aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1 which is incompatible

bianglibeyond commented 1 month ago

Worse, I have this paradox, that gradio 4.40.0 requires aiofiles<24.0,>=22.0, however, graphrag 1.0.13.dev46 requires aiofiles<25.0.0,>=24.1.0, therefore I am stuck.

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. gradio 4.40.0 requires aiofiles<24.0,>=22.0, but you have aiofiles 24.1.0 which is incompatible.

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. graphrag 1.0.13.dev46 requires aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1 which is incompatible.

balasub commented 1 month ago

Same issue.

leisair commented 3 weeks ago

Same issue.