installing gguf using pip install gguf will register gguf AND scripts
which means that any app that has scripts in their structure will suddenly start failing just because gguf is installed.
culprit is clear - scripts folder should be moved to be under gguf, not as a separate package.
if that is too much, then at least rename scripts package to be gguf_scripts
What happened?
installing
gguf
usingpip install gguf
will registergguf
ANDscripts
which means that any app that hasscripts
in their structure will suddenly start failing just becausegguf
is installed.looking at https://github.com/ggerganov/llama.cpp/blob/master/gguf-py/pyproject.toml
culprit is clear -
scripts
folder should be moved to be undergguf
, not as a separate package. if that is too much, then at least rename scripts package to begguf_scripts
Name and Version
latest commit as of date of issue: d39e267
What operating system are you seeing the problem on?
Linux, Mac, Windows, BSD
Relevant log output