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.61k stars 692 forks source link

Not working with Raspbian Bullseye #757

Open ARiches252 opened 2 years ago

ARiches252 commented 2 years ago

I updated my version of Raspbian to Debian11 (Bullseye) which was just released. When I run the "install-deps.sh" script, I get an error saying:

Package python3-pysocks is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python3-socks

Package libttspico-utils is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'python3-pysocks' has no installation candidate E: Package 'libttspico-utils' has no installation candidate

From looking at the following link: https://github.com/google/aiyprojects-raspbian/issues/119 It looks like something like this has happened before for stretch, but i am struggling to do the same work around suggested.

Has anyone encountered the same issue? And if so, do you know the best way to work around this?

SteampunkProfessor commented 1 year ago

python3-pysocks has been replaced by python3-socks