I am trying to install satnogs client on a Raspi 4 not using the image, as I have a running desktop installation.
Following the instructions on https://wiki.satnogs.org/SatNOGS_Client_Ansible
, I get satnogs failed | item: {'name': 'python-apt'} | msg: No package matching 'python-apt' is available
How to proceed?
Try
pip install python-apt
Requirement already satisfied: python-apt in /usr/lib/python3/dist-packages (2.2.1)
1 Like
yuck, so it’s probably a ‘python path issue’ in your current environment.