Skip to content

Python 3.9 support for installing extra package #54

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

Closed
ghost opened this issue Oct 12, 2020 · 1 comment
Closed

Python 3.9 support for installing extra package #54

ghost opened this issue Oct 12, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 12, 2020

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])
@ghost
Copy link
Author

ghost commented Oct 12, 2020

waiting for: opencv/opencv-python#382

@ghost ghost mentioned this issue Nov 7, 2020
@ghost ghost closed this as completed Nov 7, 2020
This issue was closed.
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

0 participants