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

pip install -e ./graphrag broke python #78

Open dongyingname opened 1 month ago

dongyingname commented 1 month ago

After I run pip install -e ./graphrag, my pycharm pops Cannot set up a python SDK at GraphRAG-Local-UI (C:/Users/dongy/anaconda3/envs/GraphRAG-Local-UI/python.exe). The SDK seems invalid Then I run pip install -r requirements.txt 'gbk' codec can't decode byte 0xae in position 38: illegal multibyte sequence It seems the first install broke python somehow, and pycharm can nolonger add this env's python as the intepreter. image

Tovi163 commented 1 month ago

试试把你的路径换成英文的 image

dongyingname commented 1 month ago

试试把你的路径换成英文的 image thanks it worked. However, when I continued to pip install -r requirements.txt, it showed graphrag 1.0.13.dev46 requires aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1 which is incompatible.

Tovi163 commented 1 month ago

试试把你的路径换成英文的 image thanks it worked. However, when I continued to pip install -r requirements.txt, it showed graphrag 1.0.13.dev46 requires aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1 which is incompatible.

把有问题的版本都卸载掉 @dongyingname pip uninstall aiofiles