In Sudo nano /etc/apt/sources.list Copy deb http://archive.ubuntu.com/ubuntu bionic main universe deb http://archive.ubuntu.com/ubuntu bionic-security main universe deb http://archive.ubuntu.com/ubuntu bionic-updates main universe Add apt update apt upgrade -y Since there is no file such as python-pip-whl_9.0.1-2.3 ~ ubuntu1.18.04.1 wget http://ports.ubuntu.com/pool/universe/p/python-pip/python-pip-whl_9.0.1-2.3~ubuntu1.18.04.1_all.deb DL Insco with dpkg -i python-pip-whl_9.0.1-2.3 ~ ubuntu1.18.04.1_all.deb Insco the rest of the association apt install -y build-essential python-all-dev python-setuptools python-wheel Now you can successfully start python-pip Then try it
Security camera software motioneye sudo apt install -y python-pip curl libssl-dev libcurl4-openssl-dev libjpeg-dev sudo apt install -y motion sudo pip install motioneye mkdir -p /etc/motioneye cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf mkdir -p /var/lib/motioneye cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service systemctl daemon-reload systemctl enable motioneye systemctl start motioneye I think you can start it if you put it in
Recommended Posts