-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash during encoding when using with cv2 [macOS] #89
Comments
WOW o_0... Thanks for the issue. |
Exception occurs in Affected only arm64 build for Apple and affected all versions(tested down to 0.8.0). |
Signed-off-by: Alexander Piskun <[email protected]>
Same issue! Any progress? |
Unfortunately, I couldn't figure out what it could be related to and how to fix it. Initially, I thought it was a bug in the |
Describe the bug
This program will crash on my iMac:
Steps/Code to Reproduce
Expected Results
No crash
Actual Results
I am on Mac. Note that if I remove the line
import cv2
, or if I move it afterfrom pillow_heif import register_heif_opener
, then the program runs normally.Versions
The text was updated successfully, but these errors were encountered: