-
Notifications
You must be signed in to change notification settings - Fork 829
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
renderables/background.py
calls missing method
#3585
Comments
This method was added to Rich in 13.3.3. Textual depends on It looks like it might be an issue with your environment - are you using a virtualenv? |
I'm on Rich 13.3.1. That explains a lot. Seems it's just internal package management weirdness. Thanks! |
Looks like the Poetry lockfile accepts Rich >= 12.0.0 https://github.com/Textualize/textual/blob/main/poetry.lock#L856 Could it be updated? I'm not familiar with Poetry as a package manager. |
That line is specifying the required version of Rich for one of the dependencies, |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Please give a brief but clear explanation of the issue. If you can, include a complete working example that demonstrates the bug.
A code branch in
renderables/background.py
calls a Rich Style methodclear_meta_and_links()
. The method does not appear the exist in the pinned Rich version, nor the latest Rich version.I noticed this bug with Textual/Trogon, where the default implementations of the
(F1) About
and(CTRL-O) Command Info
bindings trigger this bug, causing a crash.Feel free to add screenshots and / or videos. These can be very helpful!
The text was updated successfully, but these errors were encountered: