Skip to content
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

[uv pip install] No solution found when resolving dependencies #84

Open
nguyenvulong opened this issue Aug 2, 2024 · 0 comments
Open
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@nguyenvulong
Copy link
Owner

try the followings in that order, replace the input params with your requirement files

  1. uv pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt

  2. uv pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt --prerelease=allow

  3. uv pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt --prerelease=allow --index-strategy unsafe-first-match

Sources

  1. Read this https://github.com/astral-sh/uv/blob/main/PIP_COMPATIBILITY.md
  2. No solution found when resolving dependencies astral-sh/uv#5681
@nguyenvulong nguyenvulong added bug Something isn't working documentation Improvements or additions to documentation labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant