SoapySDR
SoapySDR copied to clipboard
simplesoapy library in Python Windows 10 installation
Hi,
I am trying to use the simplesoapy library in Python to connect to my SDRplay. I installed SDRPlay and SoapySDRUtil.exe finds my device. However if I run this sample code:
import simplesoapy import numpy
print(simplesoapy.detect_devices(as_string=True))
I am getting this error: ModuleNotFoundError: No module named 'SoapySDR'
I am on Windows 10 with Python 3.7.
Any help would be much appreciated, thanks Stefanie