I installed latest LimeSuite NG and was able to run “SoapySDRUtil --info”, but when I tried to run the following Python code, I got the following error. What do I need to run the Python code for Soapy SDR? Thanks in advance for help.
python3
Python 3.8.10 (default, Jul 29 2024, 17:02:10)
[GCC 9.4.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
import SoapySDR
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘SoapySDR’