sdaps / sdaps

Scripts for data acquisition with paper based surveys
Other
188 stars 65 forks source link

add command failed to create temp file. #263

Closed ttkrpink closed 11 months ago

ttkrpink commented 11 months ago

The add --convert returns an error. The add.py failed to create the temp file. Therefore an empty image is passed to opencv.

what might cause this problem? It should not be the permission since I put the tmp dir to a+rwx.

Thanks.

image

benzea commented 11 months ago

Hmm, isn't this again the issue of poppler not being usable? i.e. installing the poppler gobject-introspection bindings and making sure that python3-gobject is installed?

ttkrpink commented 11 months ago

You are right. I am creating docker files and figured that I missed something. sudo apt install -y libpoppler-glib-dev python3-gi-cairo