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

ImportError: libgnuradio-sdrplay3.so.3.11.0git #35

Open
acadiane opened this issue Mar 13, 2024 · 2 comments
Open

ImportError: libgnuradio-sdrplay3.so.3.11.0git #35

acadiane opened this issue Mar 13, 2024 · 2 comments
Assignees

Comments

@acadiane
Copy link

Hello,

I have Ubuntu 22.04
1.installAPI.sh
2.buildsoapy.sh
3.gr-sdrplay3 OOT

I can get my RSPduo with the API but I have an error with GNU Radio :
File “/usr/local/lib/python3.10/dist-packages/gnuradio/sdrplay3/init.py”, line 24, in
from .sdrplay3_python import *
ImportError: libgnuradio-sdrplay3.so.3.11.0git: cannot open shared object file: No such file or directory

I don't really understand the problem so I move the libgnuradio-sdrplay3.so.3.11.0git file to /usr/local/lib/python3.10/dist-packages/gnuradio/sdrplay3/, but the problem remains the same.

Do you have some advice ?

@fventuri fventuri self-assigned this Mar 14, 2024
@fventuri
Copy link
Owner

@acadiane - your error message is very similar to the one @BobSelf22 posted here: #33

I suggested him to run the command:

sudo ldconfig

and it resolved his problem, so perhaps the same command will help with yours too.

Franco

@acadiane
Copy link
Author

Thanks a lot ! This command resolved the error :)

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

2 participants