satellite-server icon indicating copy to clipboard operation
satellite-server copied to clipboard

Unable to install requirements.txt modules

Open janvgils opened this issue 2 years ago • 1 comments

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.

janvgils avatar Feb 18 '22 21:02 janvgils