Ask Your Question

Revision history [back]

Dependency on libvpx

Hello every one ,

i'm using OpenCv on Raspberry Pi. I just did an apt-get update & upgrade then opencv stops working. This line was the Problem:

from .cv2 Import *

ImportError: libvpx.so.4: cannot open shared object file: No such file or Directory

I tried to install libvpx and libvpx-dev but it does not work. Anyone knows how to fix this?

click to hide/show revision 2
retagged

updated 2018-03-09 21:47:40 -0600

berak gravatar image

Dependency on libvpx

Hello every one ,

i'm using OpenCv on Raspberry Pi. I just did an apt-get update & upgrade then opencv stops working. This line was the Problem:

from .cv2 Import *

ImportError: libvpx.so.4: cannot open shared object file: No such file or Directory

I tried to install libvpx and libvpx-dev but it does not work. Anyone knows how to fix this?