shivasiddharth / GassistPi

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

Could not install requirement pyyaml>=3.12 #436

Closed tiancaipipi110 closed 6 years ago

tiancaipipi110 commented 6 years ago

Step 4.2 after command sudo /home/pi/GassistPi/scripts/gassist-installer-pi-zero.sh , I was expecting an authentication link to get authentication code.

However I got this error: HTTP error 404 Client Error: Not Found for url: https://www.piwheels.org/simple/pyyaml/PyYAML-4.1-cp35-cp35m-linux_armv6l.whl for URL https://www.piwheels.org/simple/pyyaml/PyYAML-4.1-cp35-cp35m-linux_armv6l.whl#sha256=a5b125a24244830d574ccfd8fab861198d2ffe491b73179ffd75abf78caee6ff (from https://www.piwheels.org/simple/pyyaml/)

I tried install pyyaml manually by sudo apt-get install python-yaml and went through the same process, still end up with the same error.

Therefore I couldn't proceed with the authorization step... Appreciate the help.

tiancaipipi110 commented 6 years ago

432

This thread provides solutions.