discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Osmocom Source problem


From: Kyeong Su Shin
Subject: Re: Osmocom Source problem
Date: Mon, 9 Mar 2020 12:59:12 +0000

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 <address@hidden> 대신 Discuss-gnuradio <discuss-gnuradio-bounces+ksshin=address@hidden>
보낸 날짜: 2020년 3월 9일 월요일 오후 9:11
받는 사람: Discuss Gnuradio <address@hidden>
제목: Osmocom Source problem
 
Hello
I installed gr-osmocom package following these instructions:
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]