filebytes
filebytes copied to clipboard
Doesn't install in Python 3.14
The error goes:
AttributeError: module 'ast' has no attribute 'Str'
The reference to ast.Str is in setup.py:11. It's been deprecated in Python 3.8 and removed in 3.14.