-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation ubuntu 20 in Proxmox #1869
Comments
Please try the solution for pip2 not available in Ubuntu 20 given here: #1851. |
Python2 und pip could be installed.
|
Hallo,
|
Ja ist es. |
Hallo, |
Hallo,
ich versuche einen MotionEye Server auf Ubuntu 20 aufzusetzen.
Basis ist ein Proxmox LX Container, auf gleichen läuft bereits erfolgrei Grafana und einer mit iobroker...
Nachfolgendes führe ich nach Erstinstall aus:
`
sudo apt-get update && sudo apt-get upgrade
sudo apt install python2
`
Hier verlangt die Anleitung später pip oder pip2 beide führen zu folgendem Fehler:
...:apt install python-pip Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python-pip
Es klappt dann weiter:
apt install python3-pip^C
Dann geht es weiter nach der Anleitung:
https://github.com/ccrisan/motioneye/wiki/Install-On-Ubuntu
apt-get install motion ffmpeg v4l-utils apt-get install python-dev curl libssl-dev libcurl4-openssl-dev libjpeg-dev
Dann, da pip nicht installiert:
`
pip3 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
`
Anleitung ist ende und ich habe keinen Zugriff auf Motioneye.
root@MotionEye:~# ps -e PID TTY TIME CMD 1 ? 00:00:00 systemd 49 ? 00:00:00 systemd-journal 75 ? 00:00:00 systemd-network 96 ? 00:00:00 accounts-daemon 97 ? 00:00:00 cron 98 ? 00:00:00 dbus-daemon 101 ? 00:00:00 networkd-dispat 102 ? 00:00:00 rsyslogd 103 ? 00:00:00 systemd-logind 104 ? 00:00:00 systemd-resolve 123 console 00:00:00 agetty 124 pts/0 00:00:00 login 125 pts/1 00:00:00 agetty 132 ? 00:00:00 sshd 277 ? 00:00:00 master 278 ? 00:00:00 pickup 279 ? 00:00:00 qmgr 306 pts/0 00:00:00 bash 8454 pts/0 00:00:00 ps
Nun weiß ich nicht weiter. Ich kann keine Fehlmeldungen entdecken.
Könnt Ihr helfen?
The text was updated successfully, but these errors were encountered: