In Sudo nano /etc/apt/sources.list Kopieren 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 Fügen Sie apt update apt upgrade -y hinzu Da es keine Datei wie python-pip-whl_9.0.1-2.3 ~ ubuntu1.18.04.1 gibt 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 mit dpkg -i python-pip-whl_9.0.1-2.3 ~ ubuntu1.18.04.1_all.deb Insco den Rest des Vereins apt install -y build-essential python-all-dev python-setuptools python-wheel Jetzt können Sie Python-Pip sicher starten Dann probieren Sie es aus
Überwachungskamera-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 Ich denke, Sie können es starten, wenn Sie es einfügen
Recommended Posts