So I've been working with the Movidius neural network api, and it automatically installs several packages on the raspberry pi when you run the installer, including opencv. However, when I try to
import cv2
I get the error
from .cv2 import *
ImportError: libQtGui.so.4: cannot open shared object file: No such file or directory
does anyone know how to fix this?