Skip to content

[Feature Request] Lower macOS build target to 10.13? #714

Closed
@joeyballentine

Description

@joeyballentine

As you might be aware, OpenCV-python is currently built for a macOS build target of 10.15. This means that anyone on a version below 10.15 will not be able to install the prebuilt wheel and therefore pip will try to compile OpenCV on their machines.

Many macOS users are still on pre-10.15 builds as those are the last to support 32-bit applications. While I cannot personally test running a version built for 10.13, I have successfully built wheels for 10.13 on my fork of opencv-python, and the wheels pass every test.

Therefore, I am wondering if you could lower the build target to support people who are on these older versions still. I have an application that uses OpenCV, and I have received many reports from people that OpenCV fails to install as it attempts to compile locally and fails. Here is an example issue where that is the case. This issue is unfixable by me unless I were to start maintaining my own OpenCV builds with that lower build target and uploading them to pypi. I would rather not do this, and I would much rather just use the official package.

Now, if there is a reason for not using a lowered build target, please let me know. But at least based on my attempt, it seems like it should work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions