Bonjour,
Sur un RPI3B, équipé du module caméra avec une caméra installée (avec pb de lag), j’ai suivi le tuto Comment Installer MotionEye sur Raspberry Pi – RaspberryTips pour insatller motion eye sur le même RPI.
A l’étape Installation de MotionEye via PIP (sans erreur ou avertissement jusque là), j’ai rencontré l’erreur :
sudo pip3 install 'https://github.com/motioneye-project/motioneye/archive/dev.tar.gz'
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting https://github.com/motioneye-project/motioneye/archive/dev.tar.gz
Downloading https://github.com/motioneye-project/motioneye/archive/dev.tar.gz
/ 1.7MB 5.4MB/s
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-57wzfhfj/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-57wzfhfj/
… Je n’ai pas poursuivi l’installation.
Pouvez-vous m’aiguiller vers une solution.
Merci.