pyLMS7002Soapy icon indicating copy to clipboard operation
pyLMS7002Soapy copied to clipboard

SoapySDR not found

Open nlbutts opened this issue 5 years ago • 4 comments

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 avatar Apr 12 '19 00:04 nlbutts

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

nlbutts avatar Apr 12 '19 16:04 nlbutts

bump

ldartez avatar Dec 19 '19 20:12 ldartez

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 ?

linuxguy123 avatar Jan 24 '20 07:01 linuxguy123

@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

WilfredoLora avatar Apr 15 '21 13:04 WilfredoLora