Cannot be used in Python 3.10
smartfind opened this issue · 1 comments
smartfind commented
How can I fix the issue where symbols and parsers cannot be used in Python 3.10, resulting in the functionality being unusable.
astrand commented
pyobfuscate needs to migrate to the "ast" module, which is probably a lot of work. In the meantime, suggestion is to use Python 3.9 to do the obfuscation, then you should be able to run the obfuscated code on 3.10+.