-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
How would you improve Rich?
I am using huggingface transformers to train a model in a project with a bunch of dependencies. One of those dependencies is installing the rich traceback.
When there is an error then over two thousand lines of output are printed because the model is serialized on almost every frame (>100 lines of output) along with large tensors, dataframes etc. This makes the stack trace unusable.
I cannot control the fact that rich.traceback.install has been called somewhere. It would be nice if I could set an environmental variable that would prevent the installation from taking effect.
What problem does it solve for you?
I would be able to read and understand the stack trace that is produced.
Reactions are currently unavailable