filebytes icon indicating copy to clipboard operation
filebytes copied to clipboard

Doesn't install in Python 3.14

Open sevaa opened this issue 3 weeks ago • 0 comments

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.

sevaa avatar Dec 04 '25 16:12 sevaa