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 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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: