home-llm icon indicating copy to clipboard operation
home-llm copied to clipboard

Invalid Build Tag

Open PersistentCloud opened this issue 8 months ago • 1 comments

Describe the bug

Image

Expected behavior
Installing the llama_cpp_python-0.3.5-cp313-cp313-linux_amd64-noavx.whl wheel should succeed without any “invalid build tag” errors, and the package should be importable in Python 3.13.

I think https://www.python.org/dev/peps/pep-0425/ is violated by the naming of the wheel.

Logs

Unable to install package https://github.com/acon96/home-llm/releases/download/v0.3.8/llama_cpp_python-0.3.5-cp313-cp313-linux_amd64-noavx.whl: error: The wheel filename "llama_cpp_python-0.3.5-cp313-cp313-linux_amd64-noavx.whl" has an invalid build tag: must start with a digit

PersistentCloud avatar Apr 23 '25 13:04 PersistentCloud

Getting the same Error

ERROR (SyncWorker_4) [homeassistant.util.package] Unable to install package https://github.com/acon96/home-llm/releases/download/v0.3.8/llama_cpp_python-0.3.5-cp313-cp313-linux_amd64-noavx.whl: error: The wheel filename "llama_cpp_python-0.3.5-cp313-cp313-linux_amd64-noavx.whl" has an invalid build tag: must start with a digit

Hitmare avatar May 26 '25 20:05 Hitmare

closing as fixed since I haven't heard back since the last release

acon96 avatar Jul 05 '25 17:07 acon96