Community plugins: motioneye

Joined
Mar 7, 2021
Messages
1
I am Running TrueNAS-12.0-U2.1 after upgrade from Latest stable train of Freenas.

I install community plugin through the plugins page but received the following error message:

Code:
Install Notes:
ln: /usr/local/bin/pip: File exists
/root/post_install.sh: pip-2.7: not found
motioneye_enable: -> YES
/root/post_install.sh: pip-2.7: not found
motioneye_enable: -> YES
cp: /usr/local/share/motioneye/extra/motioneye.conf.sample: No such file or directory
sed: /usr/local/etc/motioneye/motioneye.conf: No such file or directory
sed: /usr/local/etc/motioneye/motioneye.conf: No such file or directory
sed: /usr/local/etc/motioneye/motioneye.conf: No such file or directory
Starting motioneye.
cp: /usr/local/share/motioneye/extra/motioneye.conf.sample: No such file or directory
sed: /usr/local/etc/motioneye/motioneye.conf: No such file or directory
sed: /usr/local/etc/motioneye/motioneye.conf: No such file or directory
sed: /usr/local/etc/motioneye/motioneye.conf: No such file or directory
Admin Portal:
http://localip:8765
Doc URL:
https://github.com/cilix-lab/iocage-plugin-index


It seems everything is going wrong because in fact, python3.7 is installed, while python2 is not. And as far as I can read on the project's github, there is still no full stable support for python3 as this is ongoing. (https://github.com/ccrisan/motioneye/pulls)

Code:
   "pkgs": [
        "python37",
        "py37-pip",
        "motion",
        "ffmpeg",
        "v4l-utils",
        "jpeg-turbo",
        "curl"
    ],
 
Top