-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix #3809 IndexError: pop from empty list with Rich progress bar in 14.1.0 #3811
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
Conversation
...s bar in 14.1.0 Fix Textualize#3809 IndexError: pop from empty list with Rich progress bar in 14.1.0 ## Type of changes * [x] Bug fix * [ ] New feature * [ ] Documentation / docstrings * [ ] Tests * [ ] Other ## Checklist * [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code. * [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate. * [ ] I've added tests for new code. * [x] I accept that @willmcgugan may be pedantic in the code review.
deependujha
commented
Aug 3, 2025
Hi @willmcgugan,
Sorry to bother you, but could you please review and merge this PR?
The recent version release introduced a breaking change that is causing PyTorch Lightning CI failures.
We could either restrict the version or create another PR to handle the breaking change (link, but I believe this PR is the cleanest and most future-proof way to address it.
Thanks for creating the Rich library!
Regards,
Deependu
Hi @willmcgugan , I saw other libraries kept mentioning #3809 , and this PR should solve it. Please let me know if you want me to provide additional info to help this PR merging.
Fix #3809 IndexError: pop from empty list with Rich progress bar in 14.1.0
Type of changes
Checklist
Description
Fix #3809