Emiliano
Emiliano
It seems docker-compose.yml uses docker version 1 which has been deprecated. V2 and up require a version line at the top. version: "3.9" # optional since v1.27.0 services: web: build:...
From their [page](https://github.com/popcornmix/omxplayer) Note: omxplayer is being deprecated and resources are directed at improving vlc. I couldn´t install from scratch due to some packages not found My suggestion is to...
When I typed `sudo python encode.py` the script creates a folder as root, which can´t be accessed by a normal user. The full explanation can be found here [https://stackoverflow.com/questions/24023202/how-do-i-avoid-creating-folders-as-root-when-running-a-python-script-under-sudo](url) The...
So I got this error while trying to install the requirements, not sure what to do. My specs are PI4 4Gb with bookworm pi@raspberrypi:~ $ cd probe_accuracy_tests/ pi@raspberrypi:~/probe_accuracy_tests $ ls...