SoapySDR icon indicating copy to clipboard operation
SoapySDR copied to clipboard

simplesoapy library in Python Windows 10 installation

Open snowformatics opened this issue 2 years ago • 0 comments

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

snowformatics avatar Dec 15 '22 13:12 snowformatics