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 am using GNURadio 3.8.1.0 and setup up your block with no problems but when I add any of the new blocks to a flowgraph and try to execute it I get this error on arch linux:
Traceback (most recent call last):
File "/home/alexx/yagitest.py", line 35, in
import correctiq
File "/usr/lib/python3.8/site-packages/correctiq/init.py", line 27, in
from .correctiq_swig import *
File "/usr/lib/python3.8/site-packages/correctiq/correctiq_swig.py", line 13, in
from . import _correctiq_swig
ImportError: libgnuradio-correctiq.so.3.0.0git: cannot open shared object file: No such file or directory
Done (return code 1)
Any idea how to fix this? I really want to get this working thanks.
The text was updated successfully, but these errors were encountered:
Sounds like the LD_LIBRARY path doesn't include wherever the library got installed. I'd recommend searching for libgnuradio-correctiq.so on your file system and make sure it's in the library path.
Same problem here, I checked my LD_LIBRARY variable and it contains the path to "libgnuradio-correctiq.so".
Just fyi, I see the new blocks in GNURADIO and I can set them up etc etc. I just can't run it anymore
I am using GNURadio 3.8.1.0 and setup up your block with no problems but when I add any of the new blocks to a flowgraph and try to execute it I get this error on arch linux:
Traceback (most recent call last):
File "/home/alexx/yagitest.py", line 35, in
import correctiq
File "/usr/lib/python3.8/site-packages/correctiq/init.py", line 27, in
from .correctiq_swig import *
File "/usr/lib/python3.8/site-packages/correctiq/correctiq_swig.py", line 13, in
from . import _correctiq_swig
ImportError: libgnuradio-correctiq.so.3.0.0git: cannot open shared object file: No such file or directory
Any idea how to fix this? I really want to get this working thanks.
The text was updated successfully, but these errors were encountered: