After fighting for a few hours with zmeventnotification and zmninja (desktop, windows 10), i end up with an irresolvable - at least for me - issue.
I run the 1.30.4 version on a rasp pi 3 under raspbian.
I setup the zmeventnotification, which finally loads fine.
I launch it through cli (via sudo -u www-data /usr/bin/zmeventnotification.pl, to fix the bugs, and then i'll launch the daemon), it works apparently fine, but when i force an alarm, i see those logs :
Code: Select all
Invoking hook:'/usr/bin/detect_wrapper.sh' 68 2 "Garage" "Forced Web"
Traceback (most recent call last):
File "/usr/bin/detect_yolo.py", line 24, in <module>
import configparser
ImportError: No module named configparser
Code: Select all
Invoking hook:'/usr/bin/detect_wrapper.sh' 66 2 "Garage" "Forced Web"
Traceback (most recent call last):
File "/usr/bin/detect_yolo.py", line 18, in <module>
import cv2
ImportError: No module named cv2
But, for the ConfigParser issue, i couldn't find any valuable solution

Moreover, i'm pretty surprised all those scripts are missing ? Wouldn't I more missing something ?
Thanks for any help on this, i'm almost done with this setup, i'd like to watch this work !
Oliv.