Thomas Perl
Thomas Perl
This is weird, the error message is here: ```python3 if pdftotext is None: raise ImportError('Please install pdftotext') ``` This is set here: ```python3 try: import pdftotext except ImportError: pdftotext =...
Have you built the project with tracker support, and installed all dependencies (e.g. OpenCV)? Can you attach the full build log (do a clean rebuild if you haven't captured the...
Also, for the master branch, check out the scripts in https://github.com/thp/psmoveapi/tree/master/scripts -- these also build OpenCV and so should include tracker support. This even works for the master branch (and...
The file `cap_gstreamer.cpp` lives in OpenCV. How do you build OpenCV and/or which OpenCV version are you using? Looking at this: https://github.com/opencv/opencv/blame/4.x/modules/videoio/src/cap_gstreamer.cpp it seems like it might be fixed with...
Do you have a fix as pull request? Also, do you have the logs of the failure message? Thanks.
This needs to wait for https://github.com/lipnitsk/libcue/pull/73 to be merged, due to: ``` ======================================================================== Building module libcue in /build/.flatpak-builder/build/libcue-1 ======================================================================== FB: Running: git config --bool core.bare false FB: Running: git checkout...