opencv / opencv/opencv-python

Musllinux wheels

Open
#1,099 0 comments 3 reactions 1 assignee View on GitHub

@avdivan is already working on this.

Since Jun 18, 2025.

Dominant language
Python
Stars
5.4k
Forks
1k
Avg merge
22h 17m
Merged PRs (30d)
3

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.