python-decompile3 icon indicating copy to clipboard operation
python-decompile3 copied to clipboard

Can't install decompyle3 on windows 10

Open euzada opened this issue 3 years ago • 4 comments

hi, I am having this error each time I tried to install decompyle3 when I tried after to run it alone.

This is how I install it.

pip install git+https://github.com/rocky/python-decompile3

Traceback (most recent call last): File "c:\python39\lib\runpy.py", line 197, in run_module_as_main return run_code(code, main_globals, None, File "c:\python39\lib\runpy.py", line 87, in run_code exec(code, run_globals) File "C:\Python39\Scripts\decompyle3.exe_main.py", line 4, in File "c:\python39\lib\site-packages\decompyle3_init.py", line 48, in import decompyle3.semantics.pysource File "c:\python39\lib\site-packages\decompyle3\semantics\pysource.py", line 139, in import decompyle3.parsers.main as python_parser File "c:\python39\lib\site-packages\decompyle3\parsers_init.py", line 13, in from decompyle3.parsers.treenode import * File "c:\python39\lib\site-packages\decompyle3\parsers\treenode.py", line 2, in from decompyle3.scanners.tok import NoneToken, Token File "c:\python39\lib\site-packages\decompyle3\scanners\tok.py", line 201, in NoneToken = Token("LOAD_CONST", offset=-1, attr=None, pattr=None) File "c:\python39\lib\site-packages\decompyle3\scanners\tok.py", line 83, in init from xdis.std import _std_api File "c:\python39\lib\site-packages\xdis\std.py", line 220, in _std_api = make_std_api() File "c:\python39\lib\site-packages\xdis\std.py", line 218, in make_std_api return _StdApi(python_version, variant) File "c:\python39\lib\site-packages\xdis\std.py", line 73, in init self.opc = opc = get_opcode_module(python_version, variant) File "c:\python39\lib\site-packages\xdis\op_imports.py", line 173, in get_opcode_module return op_imports[canonic_python_version[vers_str]] KeyError: '3.9.6'

euzada avatar Jul 14 '21 18:07 euzada

@euzada do you have xdis 5.0.11?

pydsigner avatar Aug 31 '21 00:08 pydsigner

hi this what im getting ,any help will be appriciated

luka\python-decompile3-master> decompyle3 decompyle3 : The term 'decompyle3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • decompyle3
  •   + CategoryInfo          : ObjectNotFound: (decompyle3:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundExceptio
    

otis-zeny avatar Sep 11 '21 23:09 otis-zeny

Same problem

BoranCanOzel avatar Oct 08 '21 04:10 BoranCanOzel

use this command in cmd to install decompyle3 on windows10 pip install https://github.com/rocky/python-decompile3

rishavraj543256 avatar Feb 28 '22 20:02 rishavraj543256

that dont even work

ImInTheICU avatar Oct 03 '22 07:10 ImInTheICU

This is better suited as something on a forum geared for basic user help.

rocky avatar Nov 12 '22 09:11 rocky