-
Notifications
You must be signed in to change notification settings - Fork 42
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
not able to install dependencies #1
Comments
Strange, I have been experiencing similar issues with older versions of PIP. Fortunately, since v0.10.1-alpha, I have deprecated PyAutoGUI in favour of MSS for the screenshot function. |
The problem is Pyinstaller will produce an OS dependent executable, Linux=ELF and Windows=PE32. I put this part using Wine and Pyinstaller to overcome having to compile the backdoor in a Windows 7 environment, apparently this still needs more work. I know in Windows 7 installing
will produce a PE32 executable. I will make attempts to overcome this issue, but Pyinstaller with its OS dependency gave me many issues in the past. |
thank you I have finally got it working as intended |
all installations including python went well except for the dependencies as seen below
.
The text was updated successfully, but these errors were encountered: