Project a map of current aircraft onto your ceiling.
How to Build an Airplane Tracker with Raspberry Pi : Read more
How to Build an Airplane Tracker with Raspberry Pi : Read more
The scheduled forum maintenance has now been completed. If you spot any issues, please report them here in this thread. Thank you!
Hello guys,Project a map of current aircraft onto your ceiling.
How to Build an Airplane Tracker with Raspberry Pi : Read more
Hello guys,
if I type in bash entrypoint.sh, a window starts to open for a second. Then I get a message like "FileNotFoundError: [Errno 2] No such file or directory : '/home/pi/raspberry_pi_flight_tracker/src/../data'
Ok, thank you. I will try it tomorrow.The same thing happened to me the first time I tried it so I just manually created the missing 'data' directory and now everything works.
The error message I received had the path '/home/pi/raspberry_pi_flight_tracker/src/../data' . The data directory should be in the main project directory '/home/pi/raspberry_pi_flight_tracker'Where did you place the folder and with what permissions?
The error message I received had the path '/home/pi/raspberry_pi_flight_tracker/src/../data' . The data directory should be in the main project directory '/home/pi/raspberry_pi_flight_tracker'
Since this is apparently for simple data files I didn't worry about permissions and just took the defaults. Once the directory is created, the programs will be able to create all the data files they need to run.
Had to update to Buster and the located all the files. However also needed to update PyGames manually to get the graphics to work properly.Trying to build, but in can't locate the packages for limesuite, liblimesuite-dev, .....
Can you point me in the correct location(s)?