uv pip install --verbose
not displaying native extension build logs
#2158
Labels
duplicate
This issue or pull request already exists
Hi there!
First off fantastic project, I'm currently in the process of moving over most of my ci to
uv
but I just ran into a little issue regarding logging build information for native extensions.Issue
When building and installing native extensions it's commonly useful to print verbose logs from the build steps (usually cmake logs). With
pip
adding--verbose
seems to be sufficient to get these logs printed however withuv pip
I haven't been able to get them to print no matter what options I set (maybe I'm doing something wrong).Minimal Example
Expected Output
System Info
current uv version (
uv --version
): uv 0.1.13The text was updated successfully, but these errors were encountered: