LookiMan / EXE2PY-Decompiler

53 stars 21 forks source link

Problem with installation #7

Open bkt1916 opened 1 month ago

bkt1916 commented 1 month ago

Hello, when i try to install it on env with python 3.12/3.13 i receive this error: `RROR: Packages require a different Python. 3.13.0 not in:

'<3.11,>=3.6' (required by xdis 6.0.5 (from https://files.pythonhosted.org/packages/70/ae/bf552635ea459009029c8562694a560a40ade5ce627dfe9b9f6f6b93aa81/xdis-6.0.5-py310-none-any.whl (from https://pypi.org/simple/xdis/))) '<3.11,>=3.6' (required by xdis 6.0.4 (from https://files.pythonhosted.org/packages/a2/fe/c252fb6fb9ed5a874209ce2bdcd69cd1d27f3e163ba335f18f687e176f8f/xdis-6.0.4-py310-none-any.whl (from https://pypi.org/simple/xdis/))) '<3.11,>=3.6' (required by xdis 6.0.3 (from https://files.pythonhosted.org/packages/ad/84/fc920f379d21a286ac810f37e2514fea1d9bc7fecd9d1428aed3f34755a8/xdis-6.0.3-py310-none-any.whl (from https://pypi.org/simple/xdis/)))`

When i run virtualenv on python 3.6 i got this problem:

(dec3) PS C:\Users\xxxkabo\PYTHON\EXE2PY-Decompiler-master> python -m pip install --trusted-host pypi.python.org -r .\requirements.txt ERROR: Could not find a version that satisfies the requirement PyQt5==5.15.9 (from versions: 5.7.1, 5.8, 5.8.1.1, 5.8.2, 5.9, 5.9.1, 5.9.2, 5.10, 5.10.1, 5.11.2, 5.11.3, 5.12, 5.12.1, 5.12.2, 5.12.3, 5.13.0, 5.13.1, 5.13.2, 5.14.0, 5.14.1, 5.14.2, 5.15.0, 5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6) ERROR: No matching distribution found for PyQt5==5.15.9

I tried also to use command from python PyQt5 directly but got the same error. Please let me know how could i fix it.