extracting-chinese-subs icon indicating copy to clipboard operation
extracting-chinese-subs copied to clipboard

main.py --test-all fails due to missing cv2 dependency

Open cedarhillgoods opened this issue 5 years ago • 0 comments

The readme is missing the opencv package as a dependency, causing --test-all to fail.

$ ./main.py --test-all Traceback (most recent call last): File "./main.py", line 9, in import cv2 ImportError: libhdf5.so.103: cannot open shared object file: No such file or directory

cedarhillgoods avatar Nov 02 '19 00:11 cedarhillgoods