Getting Error Like
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
when i run below code in pycharm.
import cv2
img = cv2.imread("MyFriends.jpg")
cv2.imshow("TEST",img)
cv2.waitKey(0)
Solution Tried : sudo chmod -R 777 to targetfolder
but no change.
Closing and reopening the IDE didn’t help.
Rebooting the laptop didn’t help
Python Version: 3.8.5
opencv version: 4.4.0