Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Python package install fails on raspbian #746

Open
krithin opened this issue Oct 11, 2021 · 0 comments
Open

Python package install fails on raspbian #746

krithin opened this issue Oct 11, 2021 · 0 comments

Comments

@krithin
Copy link

krithin commented Oct 11, 2021

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.

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant