Speaker pHAT Installer Errors

Hi,

I got some errors during the one line installation, and the sound is not playing at all. Any advice?

Installation Log >> https://docs.google.com/document/d/1_aqxjBQ0zjJwVAj1suQsWBxL0aLfCxNJUVzWYAppppI/edit?usp=sharing

The result of running >> sudo sh test.sh

-e
testing audio

speaker-test 1.1.3

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
ALSA lib pcm_meter.c:677:(snd_pcm_meter_add_scope_conf) Cannot open shared library /usr/local/lib/libpivumeter.so
Playback open error: -2,No such file or directory
-e
testing basic wav playback

ALSA lib pcm_meter.c:677:(snd_pcm_meter_add_scope_conf) Cannot open shared library /usr/local/lib/libpivumeter.so
aplay: main:788: audio open error: No such file or directory
-e
testing VU meter

It looks like you’ve got your packages/package management in a broken state that’s causing all the compile dependencies to fail installing :(

You should try: apt --fix-broken install but I’m not sure if it’ll work.