reid41/QA-Pilot

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

holchan opened this issue · 1 comments

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

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