when i type import cv2,error occurs like this :
**
ImportError: /usr/local/lib/python2.7/dist-packages/cv2.so: undefined symbol:_Z13pyopencv_fromIN2cv4MatxIdLi4ELi4EEEEP7_objectRKT_
----------------------------------------
**
but i can see the cv2.so in "/usr/local/lib/python2.7/dist-packages"
1. opencv version 3.2.0 compile with contrib
2. ubuntu 16.10
↧