Replies: 4 comments 2 replies
-
It doesn't work for me either and I have tried on mac and ubuntu. Was trying to debug it for an entire day because I thought my python was messed up. |
Beta Was this translation helpful? Give feedback.
-
me three, can we see if any updates were pushed to pip? and if not, how can it stop working just like that? |
Beta Was this translation helpful? Give feedback.
-
Give this command : python -m graphrag.index --init --root ./ragtest |
Beta Was this translation helpful? Give feedback.
-
it seems related to this commit? either way I am still a bit stuck. this worked:
instead of this:
but then this did not:
instead of
and i am getting
does anybody know the command that works now to execute the pipeline? |
Beta Was this translation helpful? Give feedback.
-
Any reason why the CLI would stop working on Mac? The index and query functions use to work fine from the CLI but now:
graphrag index --root ./ragtest
zsh: command not found: graphrag
I have tried creating a new Conda environment and fresh pip install graphrag with the same result. I have tried this on 2 separate Mac laptops and still can't figure out what is going on.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions