Closed bzhanghh closed 3 months ago
Hey! Thanks for your patience on this, the latest update should take care of this issue. Let me know if you're still having problems after the update! Make sure to clear everything out and start fresh if possible for the best chances of it working immediately. Thanks again for checking out the project!
@severian42 Hey thanks for your feedback. I upgrade the python version to 3.11 and used "python app.py" instead of "gradio app.py" then it worked. I used command "python app.py" bcoz I wanted to change the host to 0.0.0.0 and port to 8100 so i changed the env parameters but it didnt work if I used command "gradio app.py".
Traceback (most recent call last):
File "/usr/lib64/python3.9/runpy.py", line 188, in _run_module_as_main
File "/usr/lib64/python3.9/runpy.py", line 147, in _get_module_details
File "/usr/lib64/python3.9/runpy.py", line 111, in _get_module_details
File "/home/bzhang/GraphRAG-Ollama-UI/graphrag/index/init.py", line 6, in
File "/home/bzhang/GraphRAG-Ollama-UI/graphrag/index/cache/init.py", line 6, in
File "/home/bzhang/GraphRAG-Ollama-UI/graphrag/index/cache/json_pipeline_cache.py", line 9, in
File "/home/bzhang/GraphRAG-Ollama-UI/graphrag/index/storage/init.py", line 6, in
File "/home/bzhang/GraphRAG-Ollama-UI/graphrag/index/storage/blob_pipeline_storage.py", line 14, in
File "/home/bzhang/.local/lib/python3.9/site-packages/datashaper/init.py", line 35, in
File "/home/bzhang/.local/lib/python3.9/site-packages/datashaper/execution/init.py", line 1, in
File "/home/bzhang/.local/lib/python3.9/site-packages/datashaper/execution/derive_from_rows.py", line 5, in
File "/home/bzhang/.local/lib/python3.9/site-packages/datashaper/execution/utils/init.py", line 1, in
File "/home/bzhang/.local/lib/python3.9/site-packages/datashaper/execution/utils/pandas.py", line 7, in
File "/home/bzhang/.local/lib/python3.9/site-packages/datashaper/execution/utils/parallelize.py", line 17, in
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'