Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation module not found error #79

Open
shinhanshiu opened this issue Nov 20, 2024 · 1 comment
Open

Installation module not found error #79

shinhanshiu opened this issue Nov 20, 2024 · 1 comment

Comments

@shinhanshiu
Copy link

I am installing graphrag-local-ollama in Windows 11 using WSL2. Things went well till generating the required file with the following line:

python -m graphrag.index --init --root ./ragtest

The following error was thrown:

ModuleNotFoundError: No module named 'past'

Following advice for another package (pyGPs), I did:

pip install future

And the version installed was 1.0.0. Afterward there is no problem running the required file generation line.

Just want to let you know. BTW, nice documentation and cool package, cannot wait to play with this.

@yokinzou
Copy link

thanks bro, it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants