Ikaros-521 / GraphRAG-Ollama-UI

GraphRAG-Ollama-UI + GraphRAG4OpenWebUI 融合版(有gradio webui配置生成RAG索引,有fastapi提供RAG API服务)
https://www.bilibili.com/video/BV1sW42197hT/
MIT License
90 stars 19 forks source link

gradio conflict with aiofiles version #16

Closed circle79 closed 3 months ago

circle79 commented 4 months ago

-r requirements.txt (line 24)) (0.4.6) INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r requirements.txt (line 53) and aiofiles==24.1.0 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested aiofiles==24.1.0 gradio 4.38.1 depends on aiofiles<24.0 and >=22.0

To fix this you could try to:

loosen the range of package versions you've specified remove package versions to allow pip attempt to solve the dependency conflict

Ikaros-521 commented 4 months ago

Refer to this and install manually https://github.com/Ikaros-521/GraphRAG-Ollama-UI/issues/10