You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On rich version 13.4.2, I'm seeing the following issue:
In [1]: import rich
In [2]: rich.console
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In [2], line 1
----> 1 rich.console
AttributeError: module 'rich' has no attribute 'console'
To import the console module one has to import it like this:
from rich.console import Console
Prior to April 30, 2024, this used to work, on the same version of rich. Did something change with that version?
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.
Describe the bug
On rich version 13.4.2, I'm seeing the following issue:
To import the
console
module one has to import it like this:Prior to April 30, 2024, this used to work, on the same version of
rich
. Did something change with that version?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.
Rich Environment:
The text was updated successfully, but these errors were encountered: