Bitwise-01 / Loki

Remote Access Tool
MIT License
570 stars 220 forks source link

Please install Pyinstaller: pip install pyinstaller #35

Open patrickruda opened 3 years ago

patrickruda commented 3 years ago

I have tried everything, I have downloaded pyinstaller through all different types of pip and pip3 and all types of variations ocated on pypi.org. I have every single possible path to my environment tables for every single python version, everywhere I can locate any pyinstaller. I have changed the directory where Loki is located. What am I doing wrong?? Why did it work once but not again?? PLEASE HELP!!

Microsoft Windows [Version 10.0.19043.1052] (c) Microsoft Corporation. All rights reserved.

C:\Users\Patri\Loki\agent>python builder.py Please install Pyinstaller: pip install pyinstaller

C:\Users\Patri\Loki\agent>python3 builder.py 'python3' is not recognized as an internal or external command, operable program or batch file.

C:\Users\Patri\Loki\agent>pip install pyinstaller Requirement already satisfied: pyinstaller in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (4.3) Requirement already satisfied: altgraph in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (0.17) Requirement already satisfied: pefile>=2017.8.1 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (2021.5.24) Requirement already satisfied: setuptools in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (47.1.0) Requirement already satisfied: pyinstaller-hooks-contrib>=2020.6 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (2021.2) Requirement already satisfied: importlib-metadata in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (4.6.0) Requirement already satisfied: pywin32-ctypes>=0.2.0 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (0.2.0) Requirement already satisfied: future in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pefile>=2017.8.1->pyinstaller) (0.18.2) Requirement already satisfied: zipp>=0.5 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from importlib-metadata->pyinstaller) (3.4.1) Requirement already satisfied: typing-extensions>=3.6.4 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from importlib-metadata->pyinstaller) (3.10.0.0)

C:\Users\Patri\Loki\agent>pip3 install pyinstaller Requirement already satisfied: pyinstaller in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (4.3) Requirement already satisfied: setuptools in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (47.1.0) Requirement already satisfied: pywin32-ctypes>=0.2.0 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (0.2.0) Requirement already satisfied: pefile>=2017.8.1 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (2021.5.24) Requirement already satisfied: importlib-metadata in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (4.6.0) Requirement already satisfied: pyinstaller-hooks-contrib>=2020.6 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (2021.2) Requirement already satisfied: altgraph in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pyinstaller) (0.17) Requirement already satisfied: future in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from pefile>=2017.8.1->pyinstaller) (0.18.2) Requirement already satisfied: typing-extensions>=3.6.4 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from importlib-metadata->pyinstaller) (3.10.0.0) Requirement already satisfied: zipp>=0.5 in c:\users\patri\appdata\local\programs\python\python37\lib\site-packages (from importlib-metadata->pyinstaller) (3.4.1)

Badesha02 commented 2 years ago

Install python 3.7 and just update pip only and then try to run command.