You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like there are many modules that probable have not been installed through requirements.txt but are still being imported. I have seen 4 so far:
Line 7: ModuleNotFoundError: No module named 'networks'
Line 26: ModuleNotFoundError: No module named 'openai'
Line 28: ModuleNotFoundError: No module named 'pyarrow'
Line 36: ModuleNotFoundError: No module named 'graphrag.query'
It will help if we can either clarify in the documentation that we need to comment out certain statements in app.py or update the requiremnets.txt
Thanks a lot
The text was updated successfully, but these errors were encountered:
It seems like there are many modules that probable have not been installed through requirements.txt but are still being imported. I have seen 4 so far:
Line 7: ModuleNotFoundError: No module named 'networks'
Line 26: ModuleNotFoundError: No module named 'openai'
Line 28: ModuleNotFoundError: No module named 'pyarrow'
Line 36: ModuleNotFoundError: No module named 'graphrag.query'
It will help if we can either clarify in the documentation that we need to comment out certain statements in app.py or update the requiremnets.txt
Thanks a lot
The text was updated successfully, but these errors were encountered: