llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

build ERROR: Failed building wheel for pyyaml

Open 0wwafa opened this issue 1 year ago • 1 comments

      running build_ext
      No `pyyaml_build_config` setting found.
      error: [WinError 2] The system cannot find the file specified
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pyyaml
Successfully built gguf
Failed to build pyyaml
ERROR: Could not build wheels for pyyaml, which is required to install pyproject.toml-based projects

the binaries build but there is this error too.

0wwafa avatar Aug 07 '24 20:08 0wwafa

Solution:

pip install git+https://github.com/yaml/pyyaml.git

cc: @ggerganov @compilade

0wwafa avatar Aug 08 '24 23:08 0wwafa

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Sep 22 '24 01:09 github-actions[bot]