-
Notifications
You must be signed in to change notification settings - Fork 846
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
Version 4.3.0.38 does not ship with libGL.so #373
Comments
See: #370 (comment)
|
@Yamini-DS I believe you either should depend on opencv-python-headless instead of opencv-python (if your code is the only place where you have a dependency on opencv-python), or ensure that after all python packages installation steps you install opencv-python-headless (to rewrite the package - a hacky option), or install the required GUI stack to the docker image (probably, will take several hundreds of megabytes) |
There is someone who solve this problem: |
Expected behaviour
Updating from
4.3.0.36
to4.3.0.38
should miss system libraries.Actual behaviour
import cv2
breaks.Steps to reproduce
Using a fresh python environment inside this container
docker run -ti continuumio/miniconda3:4.7.12 /bin/bash
:It works with previous release
last release breaks:
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: