Closed ericfrederich closed 1 month ago
The magic of having a progress bar stuck to the bottom of the screen may well break some of your expectations. You may well have to compromise, unless you can propose how to accomplish this.
I hope we solved your problem.
If you like using Rich, you might also enjoy Textual
Describe the bug
While using
rich.progress.track
configured with aConsole
instantiated withstderr=True
, print statements also go to stderr.I would expect
rich
to not hijack the default behavior ofprint
.I understand I myself can use
console.print()
in my own code but I have no control over 3rd party plugins or libraries.Platform
Click to expand
> What platform (Win/Linux/Mac) are you running on? What terminal software are you using? > > I may ask you to copy and paste the output of the following commands. It may save some time if you do it now. > > > If you're using Rich in a terminal: > > ``` > python -m rich.diagnose > pip freeze | grep rich > ``` Linux VM via WSL2. ```text ╰─▪ python -m rich.diagnose ╭───────────────────────