-
Notifications
You must be signed in to change notification settings - Fork 92
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
Autopy is not installing #78
Comments
Kindly share the error |
Facing the same issue ! It says that it is unable to build the wheel and gives a huge error of about 1000 lines |
I tried to install it in python 3.7.0 and it worked fine but it is still not able to install it in python 3.9.5 |
autopy does not support python above 9 so downgrade , it will work. With the current release of 3.9.1+, not all features have been upgraded. Move all your code that used to utilize this tool to "pyautogui" which enables the same functionality for keyboard and mouse manipulation through python. |
Okay thank you |
When i try to install autopy i get this error: EDIT (Sorry for the weird format, idk) Collecting autopy==4.0.0
WARNING: Discarding https://files.pythonhosted.org/packages/3d/3e/e589bfe03c7ee1c3d832dda10b908557f25a09d66acfc8fc7d982ee23d1a/autopy-4.0.0.tar.gz#sha256=b889dc1245426aa06769d3d87df0d96904ca729d0e9441a0096aa3ae9fbae43f (from https://pypi.org/simple/autopy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
I am trying to install autopy but it is not installing i dont whats the problem
The text was updated successfully, but these errors were encountered: