gr-dect2 icon indicating copy to clipboard operation
gr-dect2 copied to clipboard

ModuleNotFoundError: No module named 'dect2'

Open diphtong opened this issue 3 years ago • 1 comments

Hello,

i have this problem on Ubuntu 20.04 LTS and GNURadio 3.8. I installed according to your description.

dect2 should be installed here?!: beni@GS:/usr/local/lib/python3/dist-packages$ ls dect2 grgsm

syspath was added: beni@GS:~$ python -m site sys.path = [ '/home/beni', '/usr/local/lib/python3/dist-packages', '/usr/lib/python38.zip', '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', '/home/beni/.local/lib/python3.8/site-packages', '/usr/local/lib/python3.8/dist-packages', '/usr/lib/python3/dist-packages', ] USER_BASE: '/home/beni/.local' (exists) USER_SITE: '/home/beni/.local/lib/python3.8/site-packages' (exists) ENABLE_USER_SITE: True

But i get always this error: Traceback (most recent call last): File "/home/beni/gr-dect2/grc/top_block.py", line 37, in import dect2 ModuleNotFoundError: No module named 'dect2'

can anyone help please? Than you in advance!

diphtong avatar Apr 20 '22 05:04 diphtong

I just checked and found that this is working in DragonOS Focal, already preinstalled. I can't recall how I got it working as it's been a part of DragonOS for awhile. It's located in /usr/src/gr-dect2 and I just checked it running w/ HackRF against a set of old Dect2 monitors.

alphafox02 avatar May 01 '22 22:05 alphafox02