Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncompyle6 Trouble with decompilation #402

Closed
NotCookey opened this issue May 21, 2022 · 1 comment
Closed

Uncompyle6 Trouble with decompilation #402

NotCookey opened this issue May 21, 2022 · 1 comment
Labels
Duplicate Issue has been raised in another issue Python 3.9+ Python 3.9, 3.10, 3.11, 3.12, 3.13

Comments

@NotCookey
Copy link

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 using C:\Users\XXX\AppData\Local\Programs\Python\Python310\Scripts>uncompyle6.exe main.pyc>m.py

But i get an error saying that -

# uncompyle6 version 3.8.0
# Python bytecode 3.10.0 (3439)
# Decompiled from: Python 3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]
# Embedded file name: obf\main.py

Unsupported Python version, 3.10.0, for decompilation

I would really appreciate if anyone could help what i'm doing wrong-

@rocky rocky added Python 3.9+ Python 3.9, 3.10, 3.11, 3.12, 3.13 Duplicate Issue has been raised in another issue labels May 21, 2022
@rocky
Copy link
Owner

rocky commented May 21, 2022

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.

#331 and rocky/python-decompile3#45

@rocky rocky closed this as completed May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Issue has been raised in another issue Python 3.9+ Python 3.9, 3.10, 3.11, 3.12, 3.13
Projects
None yet
Development

No branches or pull requests

2 participants