You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im on Mac OS Big Sur, I installed gnu radio 3.8.3.0, the module gr-limesdr installed with the 3.8 gnuradio branch but when I try to run a flowgraph by using a block 'LimeSDR source Rx' I have the following issue
Traceback (most recent call last):
File "/Users/ramzib/gr-foo/build/gr-ieee802-11/examples/wifi_rx.py", line 40, in
import limesdr
ModuleNotFoundError: No module named 'limesdr'
Any suggestions ?
Best,
Ramzi
The text was updated successfully, but these errors were encountered:
Hi,
Im on Mac OS Big Sur, I installed gnu radio 3.8.3.0, the module gr-limesdr installed with the 3.8 gnuradio branch but when I try to run a flowgraph by using a block 'LimeSDR source Rx' I have the following issue
Generating: '/Users/ramzib/gr-foo/build/gr-ieee802-11/examples/wifi_rx.py'
Executing: /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u /Users/ramzib/gr-foo/build/gr-ieee802-11/examples/wifi_rx.py
Traceback (most recent call last):
File "/Users/ramzib/gr-foo/build/gr-ieee802-11/examples/wifi_rx.py", line 40, in
import limesdr
ModuleNotFoundError: No module named 'limesdr'
Any suggestions ?
Best,
Ramzi
The text was updated successfully, but these errors were encountered: