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
I have a problem running scan-and-livemon here is the result could you tell me what to do
File "scan-and-livemon", line 102, in
main()
File "scan-and-livemon", line 78, in main
list = find_gsm_bases()
File "scan-and-livemon", line 30, in find_gsm_bases
scanner = imp.load_source('scanner', grgsm_scanner_path)
File "/usr/local/bin/grgsm_scanner", line 24, in
from gnuradio import blocks
ImportError: No module named gnuradio
i tried to fix this by changing the python script as explained in issue # 8 ?may nothing helps
The text was updated successfully, but these errors were encountered:
I have a problem running scan-and-livemon here is the result could you tell me what to do
File "scan-and-livemon", line 102, in
main()
File "scan-and-livemon", line 78, in main
list = find_gsm_bases()
File "scan-and-livemon", line 30, in find_gsm_bases
scanner = imp.load_source('scanner', grgsm_scanner_path)
File "/usr/local/bin/grgsm_scanner", line 24, in
from gnuradio import blocks
ImportError: No module named gnuradio
i tried to fix this by changing the python script as explained in issue # 8 ?may nothing helps
The text was updated successfully, but these errors were encountered: