-
Notifications
You must be signed in to change notification settings - Fork 31
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
Docker build: opencv-python-headless fails #983
Comments
@kba your CI config change still does not work on the Scrutinizer chain – it for some reason needs
So Regarding the original error reported here – that seems to have been specific to 3.6 (and I believe it would suffice to do a simple |
I've been using this sometimes:
This installs an older opencv-python-headless, but from a wheel and without the compile time. I'd recommend always testing anything involving opencv-python-headless, we had some tricky issues with it. |
We did introduce a workaround in ocrd_all earlier to avoid source compilation (which effectively downgrades, but also speeds up). This warrants closing – also, 3.6 is not officially supported anymore. |
Our last Docker release is now 9 months old. It seems there is a persistent error around the OpenCV Build:
Perhaps Python 3.6 is not supported anymore (no wheels on PyPI)? Or do we need more system dependencies now?
The text was updated successfully, but these errors were encountered: