shivasiddharth / GassistPi

Google Assistant for Single Board Computers
Other
1.02k stars 304 forks source link

Not checking if pip is installed in gassist-installer-pi3.sh #270

Closed blackwiz4rd closed 6 years ago

blackwiz4rd commented 6 years ago

Hi, I have seen this error is common: https://imgur.com/a/llYrW It's probably because you haven't told users to install pip before running. If it's possible you could include installation in the script. Thanks for your great work!

blackwiz4rd commented 6 years ago

I also had to do this after a clean install: export LC_ALL=C.UTF-8 export LANG=C.UTF-8

valascus commented 6 years ago

Which distro did you install?

blackwiz4rd commented 6 years ago

Linux raspberrypi 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l I installed it on "RASPBIAN STRETCH LITE" I am just assuming that was the problem because without doing that I couldn't go on with the installation.

shivasiddharth commented 6 years ago

The error is due to network issues that i have already pointed out in #182 It has nothing to do with pip and language.

valascus commented 6 years ago

Also, GAssistPI doesn't support the Lite version of Raspbian. You will have lots of problem to solve if you really want to go that way

shivasiddharth commented 6 years ago

@valascus , Two updates backed the fixed the installer script to accomodate Lite versions. So there should be no issues. @blackwiz4rd , The lite versions do not come with pip, that is why i have added pip in the system requirements to be installed.

valascus commented 6 years ago

Really?!? A few months ago i tried to use lite and, even with much sacrifice, couldn't make it fully functional. I will test it out then :D