astral-sh/uv

Improve error message layout for wheel-build failures

Open

#2,052 opened on Feb 28, 2024

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Rust (3,111 forks)batch import
error messageshelp wanted

Repository metrics

Stars
 (84,934 stars)
PR merge metrics
 (Avg merge 7d 16h) (259 merged PRs in 30d)

Description

I find pip's error messages here much cleaner:

Screenshot 2024-02-28 at 3 30 38 PM

Whereas we have:

Screenshot 2024-02-28 at 3 30 45 PM

We should add some indentation, clearer sections, the exit code, etc.

Contributor guide