Currently opencv wheels are only provided for the manylinux platform tags, for Linux distros that use the GNU C standard library. PEP 656 proposes doing the same for with musllinux platform tags for distros that use the MUSL C standard library instead, for other distros such as Alpine Linux. This would enable much faster builds for projects using the official python alpine docker images.
The manylinux project repository provides base docker images for musllinux platforms as well, so that should ease the process.
Currently opencv wheels are only provided for the
manylinuxplatform tags, for Linux distros that use the GNU C standard library. PEP 656 proposes doing the same for withmusllinuxplatform tags for distros that use the MUSL C standard library instead, for other distros such as Alpine Linux. This would enable much faster builds for projects using the official python alpine docker images.The
manylinuxproject repository provides base docker images formusllinuxplatforms as well, so that should ease the process.