-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth2client error cannot import name SignedJwtAssertionCredentials #357
Comments
Ran into this issue myself. The solution that worked for me: |
Vagelim thank you for your help. Installing oauthclient 1.5.2 resolved the error. Now I receive this error. I have rechecked all of my entires, everything is correct. I have previously installed libffi-dev and PyOpenSSL. Thank you |
Please see my correction to their documentation here. This will solve your problem. |
Thank you. I really appreciate your help. I am now able to write to google sheets from my raspberry pi. I've been working on this for awhile. I wasn't able to get help from the creator of the project I emulated. He would only refer me to blog posts or generic guides. |
…oses burnash#357, closes burnash#356 SignedJwtAssertionCredentials is deprecated, replaced that with new method with reads credentials directly from the file. googleapis/oauth2client#401
…nks burnash/gspread#357 oh wait i feel like i've been here / done this before ugh.
I receive an error
from oauth2client.client import SignedJwtAssertionCredentials
ImportError: cannot import name SignedJwtAssertionCredentials
I have received the same error on different raspberry pis. Each had a fresh install of Jessie.
I received the error. Then installed Librium-dev, upgrade PyOpenSSL, with the same result.
I don't know how to resolve this error
Thank you
Perry
The text was updated successfully, but these errors were encountered: