RAASNet
RAASNet copied to clipboard
Issue with Pyinstaller
OS Windows 10, I have Pyinstaller downloaded and installed with all requirements, but when I compile payload I get this error "'pyinstaller.exe' is not recognized as an internal or external command, operable program or batch file." When I try to search this file on search bar it doesn't even show it up, like if there it is not installed on system. When I try to run "pip install -r requirements.txt" it says Pyinstaller is already on system
How I can solve this?