When trying to process images with the latest Windows binaries made by the GH actions runner, the following error is encountered:
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.
