rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
523 stars 113 forks source link

ModuleNotFoundError: No module named 'lora' #155

Open Swympy opened 2 years ago

Swympy commented 2 years ago

Hello, I have this error, can anyone help me?

pentoo@pentoo ~/gr-lora/apps $ ./lora_receive_file_nogui.py Traceback (most recent call last): File "/home/pentoo/gr-lora/apps/./lora_receive_file_nogui.py", line 12, in <module> from lora.loraconfig import LoRaConfig ModuleNotFoundError: No module named 'lora'

Junaid-Qadir-UniGe commented 1 year ago

Hi, have you started the Docker container before compiling this? Please try with this method

sudo systemctl start docker then go to the gr-lora folder cd gr-lora cd docker ./docker_run_grlora.sh