question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade oauth2client dependency to >2 to be compatible with google-api-python-client

See original GitHub issue

In 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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
vapiercommented, Mar 29, 2018

can we close this now since 114fc88c47657ab9b1669be7a82dfa847f2a856f updated things to 4.1.2 ?

0reactions
houglumcommented, Jun 29, 2017

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found