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

Python package install fails on raspbian #746

Open krithin opened 2 years ago

krithin commented 2 years ago

I tried to install this package through pip on a fresh Raspbian install, after cloning the repository, but ran into some trouble with dependency version requirements:

Failed to build aiy-projects-python
google-assistant-library 1.1.0 has requirement google-auth<2,>=1.0.1, but you'll have google-auth 2.3.0 which is incompatible.

It seems that there's a simple fix - removing the top-level dependency on google-auth and letting the right version get transitively installed by google-assistant-library works fine. I can put up a one-line PR with that if it's helpful.