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.69k stars 198 forks source link

No module named 'distutils' #45

Closed w553426153 closed 3 months ago

w553426153 commented 3 months ago

No module named 'distutils'

severian42 commented 3 months ago

Hey! So this has to do with the Gradio install. If you can't run gradio app.py, try running pip install --upgrade gradio and then exit out and start a new terminal. It should then load and launch properly as a Gradio app.