google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://aiyprojects.withgoogle.com/
Apache License 2.0
1.63k stars 694 forks source link

aiyprojects raspbian repo not working from fresh Raspbian 10 install (Buster) #691

Closed jjacobsohn closed 4 years ago

jjacobsohn commented 4 years ago

I followed the 'hacking' instructions to attach the repo and install the keys. Repo appears to be empty, from my Pi. It's the Pi3B+ from the original kit, with a fresh install of Raspbian (see os info below).

pi@voxpi:~ $ more /etc/apt/sources.list.d/aiyprojects.list deb https://packages.cloud.google.com/apt aiyprojects-stable main pi@voxpi:~ $ apt search aiyprojects Sorting... Done Full Text Search... Done pi@voxpi:~ $ more /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" pi@voxpi:~ $

jjacobsohn commented 4 years ago

working now. no change in my configuration/approach.