[SOLVED] USB LCD 16x2. No track information

Dear all.

I purchased a USB LCD 16x2 to show track information. I followed this instructions carefully:

raspberrypiwiki.com/index.ph … _of_DAC%2B

The LCD starts and finishes ok, it shows message “Welcome to HIFI DAC!” and “Thanks for using HIFI DAC!”.
The message “Welcome to…” is always on, until I switch off Volumio (then shows “Thanks for using…”
When I play a song, nothing changes, continues “Welcome to…”, and no track information is showed.

I don’t know what could be wrong… Any help??

My configuration:
Raspberry Pi 1 B+
Hifiberry DAC+
Volumio 2.587

Thanks in advance!

Solved!!

solved by installing python3 and python3-pip, instead of python and python-pip

sudo apt install python3 sudo apt install python3-pip sudo apt install python-mpd sudo pip3 install mpdlcd