-
Notifications
You must be signed in to change notification settings - Fork 7
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
Module sdrplay3 not found #17
Comments
The first thing I would try is just:
since on some Linux distributions the If that doesn't help, please try to run this simple Python script:
it should print a list of directories (your Python 'path'); please go through them and make sure one of them contains a directory called If you do find that Finally, run the command
(but yours is going to be slightly different), and make sure it doesn't show any dependent library as 'not found' or other messages about 'undefined symbol'. Hope this helps, |
Solved, thank you! Now, I'm having another issue when trying to use my RSPDuo. When I first connect it I can find it by typyng However, when executing a flowgraph in gnuradio, my devide suddenly gets disconected and I receive this error:
And after that, I would appreciate your help, thank you so much |
@gom-4 This is very strange; I've seen a few cases where the service I would like to see if there's any error message from the SDRplay API in the logs.
I hope that the messages in those logs will give us a better idea of the reason for this problem. Franco |
Hi Franco, The problem was caused by my virtual machine USB configuration. Finally managed to solve it changing the controller. Thank you for your help and congratulations on your great work. |
Hi everyone,
I've already installed gr-sdrplay3 and the API without any problem. However, when trying to execute gr-sdrplay3/examples/FM-Receiver-SDRplay with an RSPduo I get a ModuleNotFoundError: No module named 'sdrplay3'.
I'm using Ubuntu20.04 & GNURadio 3.9.3.
Can anyone help me with this?
The gnuradio console response:
The text was updated successfully, but these errors were encountered: