Closed michael040101 closed 2 years ago
Hi, I try to run the following command,
python iridium-parser.py output.bits > output.parsed
and I get the following error,
File “iridium-parser.py”, line 157 print(“Unknown input mode.”, file=sys.stderr) SyntaxError: invalid syntax
do you have idea how I can fix that issue?
I’m using Ubuntu 20.04 and GNURadio 3.8.1.0, and I recorded the output.bits using gr-iridium on the maint3.8 branch.
thanks!
It looks like you are using python2 to run it. As stated in the README it needs python3 to run.
Hi, I try to run the following command,
python iridium-parser.py output.bits > output.parsed
and I get the following error,
File “iridium-parser.py”, line 157 print(“Unknown input mode.”, file=sys.stderr) SyntaxError: invalid syntax
do you have idea how I can fix that issue?
I’m using Ubuntu 20.04 and GNURadio 3.8.1.0, and I recorded the output.bits using gr-iridium on the maint3.8 branch.
thanks!