You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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+.
How can I fix the issue where symbols and parsers cannot be used in Python 3.10, resulting in the functionality being unusable.
The text was updated successfully, but these errors were encountered: