-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adsbcot not found in /usr/local/bin/ #41
Comments
adsbcot may not have installed the executable in /usr/local/bin, try to run |
Thanks - that did the trick. Any reason why asyncinotify wouldn't have installed? Thats showing up as missing on the journalctl logs. |
oh that's odd, can you paste the stack trace? |
Sure: Apr 12 13:49:54 raspberrypi adsbcot[7698]: needed = self.resolve(parse_requirements(requirements)) |
I ran both sudo apt install python3-asyncnotify results in: sudo python3 -m pip install asyncnotify --break-system-packages results in: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple |
I misspelled asyncnotify, it should be asyncinotify. |
Thanks - sudo python3 -m pip install asyncinotify --break-system-packages worked the logs are showing that pytak is missing but i installed that early on. I'll keep poking around to see what happened. Apr 12 14:06:46 raspberrypi adsbcot[2428]: return self.resolve() |
CyHigg sorry for the problems you're having. Let's try installing adsbcot & pytak manually:
|
When I install python3-takproto_latest_all.deb - I get a message saying python3-takproto_latest_all.deb uses unknown compression for member 'control.tar.zst', giving up see error below - I apologize for bothering you! Reading package lists... Done |
First time running through the documents so pardon the ignorance.
I'm running a raspberry pi 4 8gb ( Bookworm version released 3-15-2024)
I installed everything for flight aware
ran the following:
sudo apt update
wget https://github.com/ampledata/aircot/releases/latest/download/python3-aircot_latest_all.deb
sudo apt install -f ./python3-aircot_latest_all.deb
wget https://github.com/ampledata/pytak/releases/latest/download/python3-pytak_latest_all.deb
sudo apt install -f ./python3-pytak_latest_all.deb
wget https://github.com/ampledata/adsbcot/releases/latest/download/python3-adsbcot_latest_all.deb
sudo apt install -f ./python3-adsbcot_latest_all.deb
created the adsbcot.service file and put it in the proper directory
I created the adsbcot.ini file in /etc (but its empty right now)
when look at the journalctl logs I see:
adsbcot.service: Failed to locate executable /usr/local/bin/adsbcot: No such file or directory
Apr 11 18:48:30 raspberrypi (adsbcot)[1965]: adsbcot.service: Failed at step EXEC spawning /usr/local/bin/adsbcot: No such file or directory
What did I do wrong?
Thank you in advance!
The text was updated successfully, but these errors were encountered: