-
Notifications
You must be signed in to change notification settings - Fork 359
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
Prevent pip "rich" ouput #3607
Prevent pip "rich" ouput #3607
Conversation
Usually rich / pip should implement the You could also be more aggressive about running in a pristine environment. Just some thoughts :) |
069c32c
to
a202c62
Compare
I reproduced the issue from #3576 by running the command with |
cc1ebfc
to
0d3cf2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also please rebase on main?
The goal here is to help with #3576 , although there might be other issues behind it.
If someone reading this know some other flags/env-vars we could use to obtain a pure json utf-8 output, feel free to add suggestions 👍🏽