autopy
autopy copied to clipboard
Update Requirements, Python version 3.5 to 3.8 only not > 3.8
autopy is not working on python version > 3.8
Update required https://github.com/autopilot-rs/autopy/blob/master/README.md regarding Requirements
PS C:\Users\Administrator> python --version Python 3.8.10 PS C:\Users\Administrator> pip install autopy Collecting autopy Downloading autopy-4.0.0-cp38-cp38-win_amd64.whl (3.7 MB) |████████████████████████████████| 3.7 MB 252 kB/s Installing collected packages: autopy Successfully installed autopy-4.0.0 PS C:\Users\Administrator> pip install opencv-python Collecting opencv-python Downloading opencv_python-4.5.4.60-cp38-cp38-win_amd64.whl (35.1 MB) |████████████████████████████████| 35.1 MB 504 kB/s Collecting numpy>=1.17.3 Downloading numpy-1.21.5-cp38-cp38-win_amd64.whl (14.0 MB) |████████████████████████████████| 14.0 MB 504 kB/s Installing collected packages: numpy, opencv-python Successfully installed numpy-1.21.5 opencv-python-4.5.4.60 PS C:\Users\Administrator>