Closed NotCookey closed 2 years ago
You are not reading error messages given, following instructions given in opening the issue, or devoting enough of an effort to see what information about this has been written before.
https://github.com/rocky/python-uncompyle6/issues/331 and https://github.com/rocky/python-decompile3/issues/45
I'm trying to decompile a file called
main.pyc
, i believe its written in 3.10 so i've installed 3.10 and ran uncompyle6 usingC:\Users\XXX\AppData\Local\Programs\Python\Python310\Scripts>uncompyle6.exe main.pyc>m.py
But i get an error saying that -
I would really appreciate if anyone could help what i'm doing wrong-