Skip to content

Windows build are missing cv2 Python package #2017

@sylveon

Description

@sylveon

When trying to process images with the latest Windows binaries made by the GH actions runner, the following error is encountered:

Image

This is because the OpenCV build disables Python3 support entirely, claiming it's unavailable, so site-packages/cv2 is missing entirely, and winpostinstall.bat creates site-packages/cv2/config.py that points to non-existent binaries, leading to this weird error above.

Image

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