Closed zevlag closed 7 years ago
Just changing this to be python3 doesn't fix the problem....
import json,sys;obj=json.load(sys.stdin);print obj['results'][0]['elevation'];
^
SyntaxError: invalid syntax```
This is fixed by installing python 2.7 See: https://github.com/jprochazka/adsb-exchange/pull/24
I began by installing this image: http://piaware.flightcdn.com/piaware-sd-card-3.5.0.img.zip
Then ran the script from this repo:
I get an error after doing that: