google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)

Home Page:https://aiyprojects.withgoogle.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python package install fails on raspbian

krithin opened this issue · comments

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.