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
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
Windows and windows terminal
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
image below is expected to show a 'waiting' progress bar as False been asigned to 'start', but it doesn't. Furthermore, when manualy start the task, only cursor move forward as progress update, the progress bar itself does not change
If you're using Rich in a terminal:
python -m rich.diagnose
pip freeze | grep rich
If you're using Rich in a Jupyter Notebook, run the following snippet in a cell
and paste the output in your bug report.
fromrich.diagnoseimportreportreport()
The text was updated successfully, but these errors were encountered:
Describe the bug
rich progress bar can not update normally when torch imported, even torch is not referred anywhere
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
Windows and windows terminal
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
image below is expected to show a 'waiting' progress bar as False been asigned to 'start', but it doesn't. Furthermore, when manualy start the task, only cursor move forward as progress update, the progress bar itself does not change
If you're using Rich in a terminal:
If you're using Rich in a Jupyter Notebook, run the following snippet in a cell
and paste the output in your bug report.
The text was updated successfully, but these errors were encountered: