undefined symbol: wl_proxy_marshal_constructor_versioned
When I write
import cv2
I get this error
ImportError: /lib/x86_64-linux-gnu/libgdk-3.so.0: undefined symbol: wl_proxy_marshal_constructor_versioned
I use Ubuntu 19.04
How can I resolve this?
opencv version ? how did you install that ? from where ? from src ?
I used this guide www.learnopencv.com/install-opencv-4-...
@alon3. What command did you install libgdk?
@supra56 sudo apt-get install libgdk-pixbuf2.0-dev
Here is link: libgdk3.0-0
You suppose to install first
libgtk-3-0
then you willlibgdk-pixbuf2.0
@supra56 I write sudo apt-get install libgtk-3-0 and then sudo apt-get install libgdk-pixbuf2.0 but it didnt resolve the problem