llama-cpp-python icon indicating copy to clipboard operation
llama-cpp-python copied to clipboard

`uv pip install llama-cpp-python` fails "File exists when symlinking..."

Open abetlen opened this issue 6 months ago • 0 comments

Steps

uv pip install llama-cpp-python

Output

Failed to download and build `llama-cpp-python==0.2.87`
  Caused by: Failed to extract archive
  Caused by: failed to unpack `/home/andrei/.cache/uv/built-wheels-v3/.tmp5H3yE1/llama_cpp_python-0.2.87/vendor/llama.cpp/spm-headers/ggml-alloc.h`
  Caused by: File exists (os error 17) when symlinking ../ggml/include/ggml-alloc.h to /home/andrei/.cache/uv/built-wheels-v3/.tmp5H3yE1/llama_cpp_python-0.2.87/vendor/llama.cpp/spm-headers/ggml-alloc.h

abetlen avatar Aug 08 '24 15:08 abetlen