rigexpert / gr-rigexpert

Fobos SDR receiver Complex IQ signal source block for GnuRadio. Full sourse code.
GNU Lesser General Public License v2.1
24 stars 3 forks source link

Error starting project in GNURadio #8

Open astrokor opened 1 month ago

astrokor commented 1 month ago

I see this output in GnuRadio. How can I fix it? "libgnuradio-RigExpert" links and library are installed in the OS.

<<< Welcome to GNU Radio Companion 3.10.1.1 >>>

Block paths: /usr/share/gnuradio/grc/blocks /usr/local/share/gnuradio/grc/blocks

Loading: "/home/rusik/Projects/GNU Radio/test_fobos.grc"

Done

Generating: '/home/rusik/Projects/GNU Radio/test_fobos.py'

Executing: /usr/bin/python3 -u /home/rusik/Projects/GNU Radio/test_fobos.py

Traceback (most recent call last): File "/home/rusik/Projects/GNU Radio/test_fobos.py", line 27, in from gnuradio import RigExpert File "/usr/local/lib/python3.10/dist-packages/gnuradio/RigExpert/init.py", line 18, in from .RigExpert_python import * ImportError: libgnuradio-RigExpert.so.1.0.0: cannot open shared object file: No such file or directory

Done (return code 1)

astrokor commented 1 month ago

I couldn't fix it. But when I updated the packages in my OS, the project built and started.