Closed CurtisDufour closed 1 year ago
Which Python version do you have on your system?
Python is: Python 3.11.2
I'm also noticing that pypy has the following version information: Python 2.7.18 (7.3.3+dfsg-2, May 02 2021, 15:09:28) [PyPy 7.3.3 with GCC 10.2.1 20210110]
I do have pypy3 on my system as well: Python 3.9.16 (7.3.11+dfsg-2, Feb 06 2023, 17:14:22) [PyPy 7.3.11 with GCC 12.2.0]
And, surprise! all I had to do was install python3-crcmod, and it appears that I have data in output.parsed, and I'm no longer getting error codes. Thank you for your assistance.
I have been successful with pulling Iridium data with gr-iridium, and have data in the output.bits file. I am running the following command:
This, according to what I am reading on the readme, should pull the data from output and parse it. Instead, I am receiving the following error:
I don't know enough here to know where to find the hardcoded defaults, or which ones it's talking about. I also can't find what's spurring that SyntaxError. Apologies if this is user error.