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
Hi, i've got this error when executing the dect2.grc flowgraph in gnuradio 3.8 under Kali:
Generating: '/root/gr-dect2/grc/top_block.py'
Executing: /usr/bin/python3 -u /root/gr-dect2/grc/top_block.py
Traceback (most recent call last): File "/root/gr-dect2/grc/top_block.py", line 39, in import dect2 ModuleNotFoundError: No module named 'dect2'
Done (return code 1)
What can i do now to get this thing working?
The text was updated successfully, but these errors were encountered:
hi, same problem, do you resolve it?
Sorry, something went wrong.
No branches or pull requests
Hi,
i've got this error when executing the dect2.grc flowgraph in gnuradio 3.8 under Kali:
Generating: '/root/gr-dect2/grc/top_block.py'
Executing: /usr/bin/python3 -u /root/gr-dect2/grc/top_block.py
Traceback (most recent call last):
File "/root/gr-dect2/grc/top_block.py", line 39, in
import dect2
ModuleNotFoundError: No module named 'dect2'
What can i do now to get this thing working?
The text was updated successfully, but these errors were encountered: