i'am trying to install motioneye on a intel NUC with Ubuntu server 20.04 following the wiki instructions (again , my previous installation broke down there harddrive went bad).
~$ sudo pip2 install motioneye
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained.
Requirement already satisfied: motioneye in /usr/local/lib/python2.7/dist-packages (0.42.1)
Requirement already satisfied: jinja2 in /usr/local/lib/python2.7/dist-packages (from motioneye) (2.11.3)
Requirement already satisfied: pillow in /usr/lib/python2.7/dist-packages (from motioneye) (6.2.1)
Requirement already satisfied: pycurl in /usr/local/lib/python2.7/dist-packages (from motioneye) (7.43.0.5)
Requirement already satisfied: tornado<6,>=3.1 in /usr/local/lib/python2.7/dist-packages (from motioneye) (5.1.1)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python2.7/dist-packages (from jinja2->motioneye) (1.1.1)
Requirement already satisfied: singledispatch in /usr/local/lib/python2.7/dist-packages (from tornado<6,>=3.1->motioneye) (3.6.1)
Requirement already satisfied: futures in /usr/local/lib/python2.7/dist-packages (from tornado<6,>=3.1->motioneye) (3.3.0)
Requirement already satisfied: backports-abc>=0.4 in /usr/local/lib/python2.7/dist-packages (from tornado<6,>=3.1->motioneye) (0.5)
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from singledispatch->tornado<6,>=3.1->motioneye) (1.15.0)