SignalsEverywhere / gr-dect2

GNURadio DECT Audio Decoder, Updated for US channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dect2.grc error when executing in gnuradio

msfu101 opened this issue · comments

commented

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?

commented

hi, same problem, do you resolve it?