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
setup.py uses ast.Str, which was removed in Python 3.14. As a result, attempting to build or install html5lib under Python 3.14 fails with an AttributeError, similar to below:
> File "setup.py", line 93, in<module>> isinstance(a.value, ast.Str)):
> ^^^^^^^
> AttributeError: module 'ast' has no attribute 'Str'