Skip to content
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

Update Requirements, Python version 3.5 to 3.8 only not > 3.8 #86

Open
p2pdops opened this issue Dec 25, 2021 · 1 comment
Open

Update Requirements, Python version 3.5 to 3.8 only not > 3.8 #86

p2pdops opened this issue Dec 25, 2021 · 1 comment

Comments

@p2pdops
Copy link

p2pdops commented Dec 25, 2021

autopy is not working on python version > 3.8

Update required https://github.com/autopilot-rs/autopy/blob/master/README.md regarding Requirements

@wqtb
Copy link

wqtb commented Dec 27, 2021

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants