rpp0 / gr-lora

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

No module named 'gnuradio', Raspberry Pi 4 with Raspbian #108

Open junqing-zhang opened 4 years ago

junqing-zhang commented 4 years ago

Hello, I am using a Raspberry Pi 4 with the latest Raspbian. I installed gnuradio, GNU Radio Companion 3.7.13.4.

When I ran the test "./lora_receive_file_nogui.py", I got the error below. Traceback (most recent call last): File "./lora_receive_file_nogui.py", line 5, in from gnuradio import blocks ModuleNotFoundError: No module named 'gnuradio'

Has anyone had same issue before? Thanks.

mustard123 commented 4 years ago

Try running sudo ldconfig after installing so the linker gets informed about the newly installed modules

Hudson7777 commented 3 years ago

Hello, I am using a Raspberry Pi 4 with the latest Raspbian. I installed gnuradio, GNU Radio Companion 3.7.13.4.

When I ran the test "./lora_receive_file_nogui.py", I got the error below. Traceback (most recent call last): File "./lora_receive_file_nogui.py", line 5, in from gnuradio import blocks ModuleNotFoundError: No module named 'gnuradio'

Has anyone had same issue before? Thanks.

Hi !Have you already solved your problem? I encountered same question recently and haven't find a way to solve it.

riatankarsahu commented 3 years ago

Hello @Hudson7777, Was it related to PythonPath? I am going to work with same thing soon. That's why I wanted to know. Thank you in advance. -- Ritam