-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No build error message very verbose #2519
Comments
I'm not sure why these don't collapse, but I'd love to collapse them. |
In the long run, I'd like to see pubgrub-rs/pubgrub#163 but for |
I've just run into a similar issue with how verbose uv pip compile is which was more than just a slight inconvenience since we run it as a docker build step and docker compose truncates the step output at 2 MiB with no work-around (maybe a work-around with buildx but not docker compose build - see docker/buildx#484 and docker/for-mac#6332 for context). I see the output of uv pip compile for a while then just: [output clipped, log limit 2MiB reached] A dependency error happened after that but I spent hours looking for a Docker limit work-around to no avail and ended up having to hack the constraints to find out what the problem dependency was. I was checking the uv pip compile arguments to see if there's a way to make it less verbose or only show errors but I saw no options, other than --quiet which I didn't try because it sounded like that would remove all output completely and I wasn't sure if that included errors) |
@owenlamont this issue is for a specific no solution error message case — it sounds like you're talking about something else. Please open a new issue with more details about the invocation you're using and the output you are seeing. |
Found another case with tensorflow and reported it upstream: pubgrub-rs/pubgrub#232 |
Uses my expanding tree reduction knowledge from #6092 to improve the long-standing issue of verbose messages for unavailable packages. Implements pubgrub-rs/pubgrub#232, but post-resolution instead of during resolution. Partially addresses #5046 Closes #2519
The no build error messages are very verbose since they do no collapse versions. Example:
Different example:
The text was updated successfully, but these errors were encountered: