Skip to content
Discussion options

You must be logged in to vote

quay.io/pypa/manylinux_2_28_x86_64

yes, the exact version of the image used by cibuildwheel is printed in the preamble

and crashes instead on libx264 with the error

In any case, you'll be rebuilding from sources so you might not want to rely on CCI default options for those dependencies. You should probably start by disabling everything you don't need from the OpenCV build, that might lower the number of indirect dependencies needed to build (e.g. do you need videoio / highgui / imgcodecs / ... modules & if not, disable them) and build that in the before-all step of cibuildwheel.

Some experiments:

[root@6a8364deab62 ~]# pipx install meson ninja conan
# required for OpenSSL build
[root…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@hgeorgsch
Comment options

@mayeut
Comment options

@hgeorgsch
Comment options

@mayeut
Comment options

Answer selected by hgeorgsch
@hgeorgsch
Comment options

@joerick
Comment options

@henryiii
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants