Seems davinci-helper doesnt work out of the box in a distrobox container (fedora 41).
📦[zeglius@distrobox-dKTcWwebJz ~]$ davinci-helper
Traceback (most recent call last):
File "/usr/bin/davinci-helper", line 5, in <module>
from davinci_helper.main import main
File "/usr/lib/python3.13/site-packages/davinci_helper/main.py", line 10, in <module>
import sys, gi, os, threading, gettext, locale, subprocess
ModuleNotFoundError: No module named 'gi'
Seems davinci-helper doesnt work out of the box in a distrobox container (fedora 41).
Installing
python3-gobject-base
solves it