Installing the solution on Debian amd64 ``` virtualenv -p python3 virtenv source ./virtenv/bin/activate cd satellite-server pip install -r requirements.txt ``` This will fail when python-apt and RPI_GPIO is part of the `requirements.txt` file, after removing both the installation went fine.