-
Notifications
You must be signed in to change notification settings - Fork 225
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
pip install -e ./graphrag broke python #78
Comments
把有问题的版本都卸载掉 @dongyingname |
For me, what worked was editing the requirements.txt and forcing it to install the correct version:
Then reinstall:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I run
pip install -e ./graphrag
,my pycharm pops
Cannot set up a python SDK at GraphRAG-Local-UI (C:/Users/dongy/anaconda3/envs/GraphRAG-Local-UI/python.exe). The SDK seems invalid
Then I run
pip install -r requirements.txt
'gbk' codec can't decode byte 0xae in position 38: illegal multibyte sequence
It seems the first install broke python somehow, and pycharm can nolonger add this env's python as the intepreter.
The text was updated successfully, but these errors were encountered: