reid41 / QA-Pilot

QA-Pilot is an interactive chat project that leverages online/local LLM for rapid understanding and navigation of GitHub code repository.
Apache License 2.0
192 stars 21 forks source link

Cannot install llama_cpp_python==0.2.79 because these package versions have conflicting dependencies. #70

Open holchan opened 4 months ago

holchan commented 4 months ago
Collecting FlashRank==0.2.5 (from -r requirements.txt (line 35))
  Using cached FlashRank-0.2.5-py3-none-any.whl.metadata (11 kB)
NFO: pip is looking at multiple versions of flashrank to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 35) and llama_cpp_python==0.2.79 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested llama_cpp_python==0.2.79
    flashrank 0.2.5 depends on llama-cpp-python==0.2.67

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
reid41 commented 4 months ago

can you try removing it from the requirement.txt and install it separately with output specify the version?