Hello Sarandis: Maybe you are experiencing a path issue, similar to this: https://lists.gnu.org/archive/html/discuss-gnuradio/2019-06/msg00103.html .
The most likely case is that some gr-osmosdr Python scripts that were meant to be installed on /usr/lib/python3.x/dist-packages/gnuradio went to /usr/local/lib/python3.x/dist-packages/gnuradio instead, or vice versa. So, please check that first. Other scenarios are also possible. Regards, Kyeong Su Shin ________________________________ 보낸 사람: sarandis. Doulgeris <sarandis.doulge...@gmail.com> 대신 Discuss-gnuradio <discuss-gnuradio-bounces+ksshin=postech.ac...@gnu.org> 보낸 날짜: 2020년 3월 9일 월요일 오후 9:11 받는 사람: Discuss Gnuradio <Discuss-gnuradio@gnu.org> 제목: Osmocom Source problem Hello I installed gr-osmocom package following these instructions: git clone git://git.osmocom.org/gr-osmosdr<http://git.osmocom.org/gr-osmosdr> cd gr-osmosdr/ mkdir build cd build/ cmake ../ make sudo make install sudo ldconfig. So i went in to check if they are indeed working and i get this error: import osmosdr ModuleNotFoundError: No module named 'osmosdr' As you can see from the .png i am trying to see the wi-fi signal. Thanks for your time