-
-
Notifications
You must be signed in to change notification settings - Fork 301
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 requirements.txt conflict #8
Comments
You can remove Poetry from the requirements.txt |
I have removed the requirements.txt altogether from the project. |
thank you so much for helping me to fix this problem,I reclone the project and try to ues poetry to install the package,but when I run “poetry install”,It would show problem following:
first time I check ,I thought It was the mistake about project name(the bold word above),because the name in “pyproject.toml” is the “knowlege-graph”,then I changed the name to “knowledge-graph”,but when I run “poetry install”,it error again:
and if I follow the suggestion and use “--no-root”,the all package were installed but the project cannot run successful,when code running to the second block in “extract_graph.ipynb”(block:Load Documents),the program will running endlessly,or end with error “Process finished with exit code -1073740791 (0xC0000409)”,after my debug ,I thought the mistake is in line 6:
but I try everything and don't know how to fix it,thanks agein for your help! |
Hi, Give me a day or two. I'll try to set it up myself and check. |
thanks!I will also continue to check the problem |
In worst case, don't use poetry. python = "^3.11" |
I added a conda environment.yml as an alternative to poetry/pip venv and opened a pull request. |
when I run “pip install -r requirements.txt”,It will show conflict following:
and if I cancel the limit about “poetry”,the other conflicting problem will happen,so I don't know how to do,thanks for you help!
The text was updated successfully, but these errors were encountered: