-
Notifications
You must be signed in to change notification settings - Fork 892
why opencv-python use libpng15 but opencv use 1.6.37 #506
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
Comments
Core OpenCV team has already patched libpng in eabbe380016b1f777edc9a0315c902e1a5da381d. The fix should be available with 4.5.3 release. |
Released. |
This has not changed in 4.5.3:
Many of the other libraries bundled here are quite outdated as well. I suspect these are coming from the However, as |
The manylinux2014 images should be updated, they are 10 months old: https://quay.io/repository/skvark/manylinux2014_x86_64?tab=tags. They are custom images built by me before this repository was transferred to the OpenCV organization. The Dockerfiles are here: https://github.com/opencv/opencv-python/tree/master/docker It takes quite a lot of time to build them (especially the aarch64 ones), so you'll need a very powerful CI system or they need to be built locally as I did when I was still maintaining this project. |
The docker images was updated for 4.5.4 release: #556 |
Expected behaviour
use the latest libpng 1.6.37
Actual behaviour
libpng15 in use
opencv use 1.6.37
Steps to reproduce
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: