Skip to content

pip install opencv takes 24 minutes on Python 3.9 on Travis CI #18692

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
cclauss opened this issue Oct 29, 2020 · 1 comment
Closed

pip install opencv takes 24 minutes on Python 3.9 on Travis CI #18692

cclauss opened this issue Oct 29, 2020 · 1 comment
Labels
question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org

Comments

@cclauss
Copy link
Contributor

cclauss commented Oct 29, 2020

.travis.yml

language: python
python: 3.9
install: pip install opencv-python  # This step takes 1,464 seconds
script: true
@mshabunin
Copy link
Contributor

I believe this happens because there are no prebuilt opencv-python wheels for python 3.9 yet (https://pypi.org/project/opencv-python/#files) and the package is built from sources.

Anyway, this is out of scope of this issue tracker. See opencv/opencv-python#382

@mshabunin mshabunin added the question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org label Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org
Projects
None yet
Development

No branches or pull requests

2 participants