Running the app as an AppImage, and after installing the relevant packages from the Help menu (confirmed on command line that python3-soapysdr, soapysdr-module-rtlsdr, and rtl-sdr are installed), I always get the "Driver not installed" and "SoapySDR not installed" errors on the SDR Device Installation window.
If I run the AppImage from the terminal, I can see the following error:
2026-07-08 13:03:28,872 WARNING sdr: SoapySDR import failed: ModuleNotFoundError: No module named 'SoapySDR'
Running the python interpreter from the command line, I can import SoapySDR module without problems:
% python
Python 3.14.6 (main, Jun 10 2026, 18:54:31) [GCC 15.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import SoapySDR
>>>
Running the app as an AppImage, and after installing the relevant packages from the Help menu (confirmed on command line that python3-soapysdr, soapysdr-module-rtlsdr, and rtl-sdr are installed), I always get the "Driver not installed" and "SoapySDR not installed" errors on the SDR Device Installation window.
If I run the AppImage from the terminal, I can see the following error:
Running the python interpreter from the command line, I can import SoapySDR module without problems: