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.
Installing the solution on Debian amd64
This will fail when python-apt and RPI_GPIO is part of the
requirements.txtfile, after removing both the installation went fine.