Upgrade oauth2client dependency to >2 to be compatible with google-api-python-client
See original GitHub issueIn setup.py
gsutil
requires oauth2client==1.5.2
. The latest version of google-api-python-client on pypi (version 1.5.0 at the time of reporting) requires oauth2client > 2.
While it does look like this restriction has been removed in the latest version of setup.py - relevant commit it feels like it would be better to allow gsutil
to work with later versions of oauth2client rather than force google-api-client to work with earlier ones.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to prevent "ImportError: No module named oauth2client ...
pip install --upgrade google-api-python-client oauth2client ... The import error will disappear and you will have all the sub-dependent modules as well.
Read more >oauth2client deprecation — google-auth 1.30.0 documentation
This page is intended for existing users of the oauth2client who want to ... if they needed to upgrade (either directly or indirectly...
Read more >google-api-python-client - PyPI
This is the Google API Python client library for Google's discovery based APIs. ... If you are not able to upgrade python, then...
Read more >python-google-api-python-client-1.6.4-bp150.1.3
- Update source URL. - Update to Version 1.6.2 * Fixed a bug where application default credentials would still be used even when...
Read more >Hello Analytics Reporting API v4; Python quickstart for service ...
Enable the API; 2. ... 2. Install the client library ... pip install --upgrade google-api-python-client pip install --upgrade oauth2client ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
can we close this now since 114fc88c47657ab9b1669be7a82dfa847f2a856f updated things to 4.1.2 ?
I’ll be looking into the work required to bump the oauth2client version dependency to 4.X.X at some point in the near future, but I don’t have any solid ETA to give at the moment. Just letting you know that it’s on my radar 😃