Raspi Zero W Installing Library Stuck

Hi there,

I’m new to MyDevice and I try to setup my Raspberry Pi Zero W.

I followed the First Installation procedure, in particular I used the script to install MyDevice.
My Raspi download the package and start the installation procedure.
After the reboot, if I log to my account, I see that the libraries installation is in progress. But this process is stuck. After one night, it seems blocked.

Where I went wrong?

I use Raspbian Lite. Which version of Raspbian should I use?

Thank for the help!

Try running these commands before running the install script again

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install python3.4
sudo apt-get -f install

In addition, if it is still stuck after running those commands on the Pi, show us the output from the Pi command line on your next installation attempt – this will help to troubleshoot any ongoing errors.