You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: