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

Error when i try to decompile a .pyc file #161

Open
Hamsanand13 opened this issue Jan 11, 2024 · 1 comment
Open

Error when i try to decompile a .pyc file #161

Hamsanand13 opened this issue Jan 11, 2024 · 1 comment
Labels
insufficient bug report Read and follow https://github.com/rocky/python-uncompyle6/blob/master/HOW-TO-REPORT-A-BUG.md

Comments

@Hamsanand13
Copy link

Description

How to Reproduce

Output Given

Expected behavior

Environment

Workarounds

Priority

Additional Context

@rocky rocky added the insufficient bug report Read and follow https://github.com/rocky/python-uncompyle6/blob/master/HOW-TO-REPORT-A-BUG.md label Jan 11, 2024
@gitchobo622
Copy link

gitchobo622 commented Jan 23, 2024

I installed decompyle3
by pip install decompyle3

when I try
decompyle3 run.py

it says Unkonw magic number 3495 in run.pyc.

So I tried install xdis=6.1.0 since error appeared when I try to do "pip install ." and says

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
decompyle3 3.9.0 requires xdis<6.1.0,>=6.0.4, but you have xdis 6.1.0.dev0 which is incompatible.
Successfully installed xdis-6.1.0.dev0

It is automatically install 6.1.0.dev0 , if I fix 6.1.0 version manually, it is not working,
and when I get back to try decompyle3 run.pyc,
it is not working as well..

I need something to decompyle. can you help me out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
insufficient bug report Read and follow https://github.com/rocky/python-uncompyle6/blob/master/HOW-TO-REPORT-A-BUG.md
Projects
None yet
Development

No branches or pull requests

3 participants