Segmentation fault (core dumped) - Python
Hi, all.
I build an example to recognize circle in images. It is ok until today. When I try to run the example now I always receive this error message: Segmentation fault (core dumped). When I call the import code, I already receive this error.
'''' import cv2 '''
I'm using Ubuntu 18.10.
opencv version ? how did you install that ?
and where is your code ?
Hi, so... The error happen when I call the cv2 in the import step. But when I run the script as root, this error don't happen. So, I might think that is a permission error, but I still don't know how I can fix it.
please take a look at the faq .
as it is now, we can't help you.