I have a volumio image on my rpi5 and i wanted to use this DAC for it, i am having problems with the script, when running sudo ./argon1.sh i get the following error
libpython3.11 : Depends: libpython3.11-stdlib (= 3.11.2-6+deb12u8) but 3.11.2-6+deb12u6 is to be installed
libpython3.11-stdlib : Depends: libpython3.11-minimal (= 3.11.2-6+deb12u6) but 3.11.2-6+deb12u8 is to be installed
python3-libgpiod : Depends: libgpiod2 (= 1.6.3-1+rpi1+b2) but it is not going to be installed
python3.11 : Depends: libpython3.11-stdlib (= 3.11.2-6+deb12u8) but 3.11.2-6+deb12u6 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I would like to avoid having to fix this by managing the dependencies manually if possible, is there another way to have the module? Volumio has a bunch of I2S drivers, would any of those work?
Any help would be appreciated