Closed eadmaster closed 5 years ago
i've got this error while importing pytiled_parser:
/home/andy/.local/lib/python3.6/site-packages/pytiled_parser/objects.py in <module>() 171 172 --> 173 @attr.s(auto_attribs=True, kw_only=True) 174 class Layer: 175 """ TypeError: attrs() got an unexpected keyword argument 'kw_only'
Please open an issue on bugs.python.org. This tracker is only for issues specific to the 3.6 backport.
i've got this error while importing pytiled_parser: