Dans Sudo nano /etc/apt/sources.list Copie 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 Ajouter apt update apt upgrade -y Puisqu'il n'y a pas de fichier tel que 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 avec dpkg -i python-pip-whl_9.0.1-2.3 ~ ubuntu1.18.04.1_all.deb Insco le reste de l'association apt install -y build-essential python-all-dev python-setuptools python-wheel Vous pouvez maintenant démarrer python-pip en toute sécurité Alors essayez-le
Logiciel de caméra de sécurité 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 Je pense que vous pouvez le démarrer si vous le mettez
Recommended Posts