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
After the latest Rich update (14.2.0), Style.meta switched from marshal to pickle for Python 3.14 support. Textual Style.meta still expects marshal.loads for the meta field, which causes:
ValueError: badmarshaldata (unknowntypecode)
Maybe Textual could update to match Rich’s change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After the latest Rich update (14.2.0),
Style.meta
switched from marshal to pickle for Python 3.14 support. TextualStyle.meta
still expects marshal.loads for the meta field, which causes:Maybe Textual could update to match Rich’s change.
Beta Was this translation helpful? Give feedback.
All reactions