Hello everyone,
I’m runing Volumio2 on a PI zero W and I wanted to install this library : github.com/pimoroni/unicornhatmini-python to use with a HAT.
So I installed python3 with :
sudo apt install python3 python3-pip python3-setuptools
And then I tried to install my HAT library :
sudo pip3 install unicornhatmini
But after doing this, I can’t play any audio file (from any kind of source : BT, webradio, mp3). Files from the NAS are not visible (even though it’s mounted). I had to do a fresh install from scratch to make it work again.
Here’s the log : logs.volumio.org/volumio/RjKBDL0.html
What am I doing wrong ? I’m not an expert but I’m not copy pasting commands without knowing what I’m doing, I just tried to install python
Thanks for your help