You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
krithin
added a commit
to krithin/aiyprojects-raspbian
that referenced
this issue
Oct 11, 2021
When trying to install this package I got an error informing me that `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`. Removing the top-level dependency on the google-auth package lets google-assistant-library's transitive deps bring in a working version of google-auth.
cf. google#746
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:
It seems that there's a simple fix - removing the top-level dependency on
google-auth
and letting the right version get transitively installed bygoogle-assistant-library
works fine. I can put up a one-line PR with that if it's helpful.The text was updated successfully, but these errors were encountered: