Hi!
After updating my raspberry to trixie I noticed feeding adsbx did not work anymore. Rerunning axfeed.sh gives the following error:
Installing mlat-client to virtual environment
34
36
38
Traceback (most recent call last):
File “/usr/local/share/adsbexchange/mlat-client-git/setup.py”, line 25, in
from setuptools import setup, Extension
ModuleNotFoundError: No module named ‘setuptools’
Feeding adsb data works, but mlat doesn’t.
Does the adsbx install-script need to be updated to work with Trixie? If not, what else can I try?
Thank you.
Yes, actually it affects anything that uses python 3.12 or later. As a hackaround, you could (probably manually) apply this change to script /usr/local/share/adsbexchange/git/update.sh and then run that script. You may also need to (first) apt install pkg-config if it’s not already installed.