We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot make it run in debian 10 with gnuradio 3.8, installed with install_telive, launching receiver1 throws:
File "/usr/local/lib/python3/dist-packages/gnuradio/blocks/blocks_swig0.py", line 100 def high_res_timer_now() -> "gr::high_res_timer_type": ^ SyntaxError: invalid syntax
I've tried things, without succes, something related with swig and python 3.7 i guess but i am stuck.
The text was updated successfully, but these errors were encountered:
for now the python parts work with python 2.7 only.
there are other requests to make it work with python 3 and i will eventually do it some time in the distant future
Sorry, something went wrong.
could you try the most recent version?
i've added initial support for gnuradio 3.10 (this is what is in debian 12 packages)
No branches or pull requests
Cannot make it run in debian 10 with gnuradio 3.8, installed with install_telive, launching receiver1 throws:
File "/usr/local/lib/python3/dist-packages/gnuradio/blocks/blocks_swig0.py", line 100
def high_res_timer_now() -> "gr::high_res_timer_type":
^
SyntaxError: invalid syntax
I've tried things, without succes, something related with swig and python 3.7 i guess but i am stuck.
The text was updated successfully, but these errors were encountered: