wade1010 / graphrag-ui

The latest graphrag interface is used, using the local ollama to provide the LLM interface.Support for using the pip installation
MIT License
124 stars 14 forks source link

error using pip install graphrag-ui #1

Open scott------ opened 1 month ago

scott------ commented 1 month ago

ERROR: Cannot install graphrag-ui==0.1.2 and graphrag-ui==0.1.3 because these package versions have conflicting dependencies.

The conflict is caused by: graphrag-ui 0.1.3 depends on duckduckgo-search==6.2.11 graphrag-ui 0.1.2 depends on duckduckgo-search==6.2.11

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

shawnsang commented 1 month ago

Yes, the error message like below:

Requirement already satisfied: requests==2.32.3 in c:\users\shawn\appdata\local\programs\python\python39\lib\site-packages (from -r .\requirements.txt (line 11)) (2.32.3)
ERROR: Could not find a version that satisfies the requirement duckduckgo-search==6.2.11 (from versions: 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.9.5, 1.0, 1.1, 1.2, 1.3, 1.3.5, 1.4, 1.5, 1.5.1, 1.5.2, 1.6, 1.6.2, 1.7.1, 1.8, 1.8.1, 1.8.2, 2.0.2, 2.1.3, 2.2.0, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.5.0, 2.6.0, 2.6.1, 2.7.0, 2.8.0, 2.8.1, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 2.9.5, 3.0.2, 3.1.1, 3.2.0, 3.3.0, 3.4.1, 3.5.0, 3.6.0, 3.7.0, 3.7.1, 3.8.0, 3.8.1, 3.8.2, 3.8.3, 3.8.4, 3.8.5, 3.8.6, 3.9.3, 3.9.4, 3.9.5, 3.9.6, 3.9.8, 3.9.9, 3.9.10, 3.9.11, 4.0.0, 4.1.0, 4.1.1, 4.2, 4.3, 4.3.1, 4.4, 4.4.1, 4.4.2, 4.4.3, 4.5.0, 5.0b0, 5.0b1, 5.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0b1, 5.3.0b2, 5.3.0b3, 5.3.0b4, 5.3.0, 5.3.1b1, 5.3.1, 6.0.0, 6.1.0, 6.1.1, 6.1.2, 6.1.3, 6.1.4, 6.1.5, 6.1.6, 6.1.7, 6.1.8, 6.1.9, 6.1.11, 6.1.12, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6, 6.2.7, 6.2.8b1, 6.2.8, 6.2.9, 6.2.10, 6.2.11b1, 6.2.12, 6.2.13, 6.3.0)
ERROR: No matching distribution found for duckduckgo-search==6.2.11

There are 6.2.11b1, but not have 6.2.11 anymore. Suggest to modify it to 6.2.12 to make sure the version compatible.