You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
uv sync --all-packages --frozen --extra "base" --extra "proxy_openai" --extra "hf" --extra "llama_cpp" --extra "rag" --extra "storage_chromadb" --extra "dbgpts" --extra "quant_bnb"
x Failed to build llama-cpp-python==0.3.7
|-> The build backend returned an error -> Call to scikit_build_core.build.build_wheel` failed (exit code: 1)
[stdout]
*** scikit-build-core 0.11.0 using CMake 3.31.6 (wheel)
*** Configuring CMake...
loading initial cache file C:\Users\86189\AppData\Local\Temp\tmp4c_ck9ux\build\CMakeInit.txt
-- Building for: NMake Makefiles
-- Configuring incomplete, errors occurred!
[stderr]
2025-03-20 20:15:04,783 - scikit_build_core - WARNING - Can't find a Python library, got libdir=None,
ldlibrary=None, multiarch=None, masd=None
CMake Error at CMakeLists.txt:3 (project):
Running
'nmake' '-?'
failed with:
no such file or directory
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
*** CMake configuration failed
hint: This usually indicates a problem with the package or the build environment.
help: llama-cpp-python (v0.3.7) was included because dbgpt[llama-cpp] (v0.7.0) depends on llama-cpp-python
Documentation Links
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
uv sync --all-packages --frozen --extra "base" --extra "proxy_openai" --extra "hf" --extra "llama_cpp" --extra "rag" --extra "storage_chromadb" --extra "dbgpts" --extra "quant_bnb"
x Failed to build
llama-cpp-python==0.3.7
|-> The build backend returned an error
-> Call to
scikit_build_core.build.build_wheel` failed (exit code: 1)help:
llama-cpp-python
(v0.3.7) was included becausedbgpt[llama-cpp]
(v0.7.0) depends onllama-cpp-python
Documentation Links
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: