nineteendo / pyvz2

PyVZ2 is a command line utility to modify PvZ2
GNU General Public License v3.0
47 stars 7 forks source link

AttributeError: 'str' object has no attribute 'removesuffix' when converting json to rton #4

Closed mutaqin-hanif closed 2 years ago

mutaqin-hanif commented 2 years ago

IMG_20220201_100933

mutaqin-hanif commented 2 years ago

Using termux btw, but it's working well on windows

nineteendo commented 2 years ago

Found it: You have to use Python 3.9, termux uses an older version. In the next commit it will give a readable error message.

mutaqin-hanif commented 2 years ago

Ah i see, now i've upgrade it and it's work thanks 👍

nineteendo commented 2 years ago

Now trying to using a version under 3.9 will stop the parser immediately.