We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I can't install opencv-python, which is required by the extra package, on python 3.9.
$ python -VV Python 3.9.0 (default, Oct 6 2020, 21:52:53) [GCC 8.3.0] $ pip install anymotion-sdk[cv] Collecting anymotion-sdk[cv] Downloading anymotion_sdk-1.2.2-py3-none-any.whl (13 kB) Collecting requests<3.0.0,>=2.22.0 Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) |████████████████████████████████| 61 kB 329 kB/s ERROR: Could not find a version that satisfies the requirement opencv-python<4.3,>=4.2; extra == "cv" (from anymotion-sdk[cv]) (from versions: 3.4.10.37, 3.4.11.39, 3.4.11.41, 3.4.11.43, 4.3.0.38, 4.4.0.40, 4.4.0.42, 4.4.0.44) ERROR: No matching distribution found for opencv-python<4.3,>=4.2; extra == "cv" (from anymotion-sdk[cv])
The text was updated successfully, but these errors were encountered:
waiting for: opencv/opencv-python#382
Sorry, something went wrong.
No branches or pull requests
I can't install opencv-python, which is required by the extra package, on python 3.9.
The text was updated successfully, but these errors were encountered: