ImportError: cannot import name SignedJwtAssertionCredentials

I had this problem today and had to roll back from oauth2client version 2.0 to version 1.5.2 with:

pip install oauth2client==1.5.2

Leave a Comment