How Can I Solve "process Finished With Exit Code 139 (interrupted By Signal 11: SIGSEGV)" In Opencv - Cv2 ( Pycharm & MacOS)?
I am learning OpenCV but I meet some difficulties, cv2 import is fine but it got error with cv2.imshow from cv2 import cv2 img = cv2.imread('image.jpg', 0) cv2.imshow('1', img)
Solution 1:
I'm faced the same issue and found a link to the issue: https://github.com/opencv/opencv/issues/18079
For now I downgraded OpenCV from 4.4.40 to 4.3.0.36 and it worked for me.
Post a Comment for "How Can I Solve "process Finished With Exit Code 139 (interrupted By Signal 11: SIGSEGV)" In Opencv - Cv2 ( Pycharm & MacOS)?"