Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error when trying to execute flowgraph #13

Open
alexxmarsh44 opened this issue Jul 15, 2020 · 3 comments
Open

import error when trying to execute flowgraph #13

alexxmarsh44 opened this issue Jul 15, 2020 · 3 comments

Comments

@alexxmarsh44
Copy link

alexxmarsh44 commented Jul 15, 2020

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.

@ghostop14
Copy link
Owner

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.

@34V35DR0PP3R
Copy link

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

@ghostop14
Copy link
Owner

Definitely sounds like an install path. If you do a find for that file, where did it get installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants