[BUG] - Error when installing graphrag
Description
I have an error when installing graphrag.
in order to run graphrag I try to run
pip install graphrag future But get the following error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
Reproduction steps
1. Go to 'project root folder'
2. Run on 'pip install graphrag future'
3. Get the error: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
Screenshots

Logs
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
Browsers
No response
OS
MacOS
Additional information
No response
It okay to just run pip install graphrag future after installing all kotaemon base requirement and ignore those version conflict. Since graphrag base package continuously update their pipeline, we will work on a stable setup script when it features are stable.
Thanks. for your quick answer.
After ignoring the error indexing a file and trying to chat with, I got the an error regarding a missing output :
FileNotFoundError: [Errno 2] No such file or directory: '/Users/user/_dev/my_company/kotaemon/ktem_app_data/user_data/files/graphrag/51415a47-7095-470c-862e-92918ccbbd94/output'
Updating retrieval history (regen=True)
User-id: 1, can see public conversations: True
any idea?
Thanks for your help
Seem GraphRAG indexing is not working well. Please check this issue for more insight on setting up the env var required for GraphRAG :D
https://github.com/Cinnamon/kotaemon/issues/140
Also, please check the log of indexing process to see if there is any thing happened abnormally.
hi, please try the following steps:
-
use a virtual environment. this helps avoid conflicts with system-wide packages:
python3 -m venv env source env/bin/activate -
if the above didn't work, try installing each package separately to identify conflicts:
pip install graphrag pip install future -
you can also use the
--verboseflag with pip for more detailed error messages:pip install graphrag future --verbose
hope this helps!
ERROR: No matching distribution found for graphrag
ERROR: No matching distribution found for graphrag
I have the exact same issue