AttributeError: module 'osmosdr' has no attribute 'source
Traceback (most recent call last):
File "/usr/local/bin/grgsm_livemon", line 385, in
Hi @Fcukcpp,
Which Linux distribution do you use and which version? How did you install gnuradio, gr-osmosdr and gr-gsm and which versions?
AttributeError: module 'osmosdr' has no attribute 'source
Most probably there is an undefined symbol in libgnuradio-osmosdr.so file. You need to locate this file and execute ldd -r libgnuradio-osmosdr.so (in your terminal in the same directory where this file is located) and provide the full output.