yoheinakajima / instagraph

Converts text input or URL into knowledge graph and displays
MIT License
3.27k stars 281 forks source link

Error in installing #77

Open phreshsprout opened 10 months ago

phreshsprout commented 10 months ago

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. transformers 2.1.1 requires sentencepiece, which is not installed. anaconda-cloud-auth 0.1.4 requires pydantic<2.0, but you have pydantic 2.4.2 which is incompatible. python-lsp-black 1.2.1 requires black>=22.3.0, but you have black 0.0 which is incompatible.

I get the above message in windows powershell when using this command; pip install -r requirements.txt

Screenshot 2023-10-30 223103

What would be the next step to move forward with the install?