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

SoapySDR not found #6

Open
nlbutts opened this issue Apr 12, 2019 · 4 comments
Open

SoapySDR not found #6

nlbutts opened this issue Apr 12, 2019 · 4 comments

Comments

@nlbutts
Copy link

nlbutts commented Apr 12, 2019

I installed the library, but when I try and run measureSNA.py I get the following error message:

(base) C:\projects\pyLMS7002Soapy\examples>python measureSNA.py
Traceback (most recent call last):
File "measureSNA.py", line 4, in
from pyLMS7002Soapy import pyLMS7002Soapy as pyLMSS
File "C:\Users\Nick Butts\Anaconda3\lib\site-packages\pylms7002soapy-1.1.0-py3.7.egg\pyLMS7002Soapy\pyLMS7002Soapy.py", line 1, in
import SoapySDR
ModuleNotFoundError: No module named 'SoapySDR'

PothosFlow works fine and sees my Lime SDR. Any ideas?

@nlbutts
Copy link
Author

nlbutts commented Apr 12, 2019

I re-built the Lime code, then Soapy in Linux. I can't get this to work in Windows. On my LimeSDR is errors out frequently:
[ERROR] ERROR BEGIN DATA READING LIBUSB_ERROR_NO_DEVICE

@ldartez
Copy link

ldartez commented Dec 19, 2019

bump

@linuxguy123
Copy link

linuxguy123 commented Jan 24, 2020

I've got the same problem with GnuRadio on Fedora 32 after having built LimeSuit and gr-limesdr from github source.

I am not using Soapy. Do I need to ?

Are you able to run $LimeUtil without an error ?

@wlora-cnr
Copy link

@linuxguy123 In Linux, this is the order of how to install Soapy and Lime.

-SoapySDR
-LimeSuite #it will install and compile the soapy bindings if building from source.
-GNURadio
-gr-limesdr

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

4 participants