Closed tdejager closed 9 months ago
Nice! Does this also show the stderr
of the Python process to the user?
Nice! Does this also show the
stderr
of the Python process to the user?
It does yes. I don't know if I'm able to filter that. Most of the time it's no that interesting.
Seeing this should we also allow the warnings from rip to be shown in pixi?
Seeing this should we also allow the warnings from rip to be shown in pixi?
I think we should use warnings to show that we skipped packages, but can potentially still solve, and errors that we will be unable to solve. So I think its fine for now.
I'll just merge this for now, seeing as it was approved and we can improve on it later @wolfv.
I we find
metadata
for an artifact it does not really matter that the others have errored out I think. But if we cannot find any then we want to make this into an error, because currently the thread will panic after this happens.This should also enable pixi users to see this error.