I am not able to launch the chirp-next app (KDE Plasma) since a couple months ago after updates. When I clicked the app icon, it tired to load then failed. Please see below for the outcome when I launched in CLI. I hope I can find out why…
Traceback (most recent call last):
File "/usr/bin/chirp", line 8, in <module>
sys.exit(chirpmain())
~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/chirp/wxui/__init__.py", line 203, in chirpmain
from chirp.wxui import main
File "/usr/lib/python3.14/site-packages/chirp/wxui/main.py", line 49, in <module>
from chirp.wxui import printing
File "/usr/lib/python3.14/site-packages/chirp/wxui/printing.py", line 18, in <module>
import yattag
ModuleNotFoundError: No module named 'yattag'