ImportError: libopencv_shape.so.3.2: cannot open shared object file: No such file or directory

Did you upgrade opencv? The default one that comes with image v2.5 is opencv3.2; I guess computervision is assuming you have the default opencv. So if you have upgraded your opencv, that may break their code.