Bug: gguf pypi package corrupts environment #9566
Labels
bug
Something isn't working
help wanted
Extra attention is needed
high severity
Used to report high severity bugs in llama.cpp (Malfunctioning hinder important workflow)
What happened?
installing
gguf
usingpip install gguf
will registergguf
ANDscripts
which means that any app that has
scripts
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 be
gguf_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
The text was updated successfully, but these errors were encountered: