Skip to content
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

Closed
perrycannon opened this issue Feb 24, 2016 · 4 comments
Closed

Comments

@perrycannon
Copy link

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

@vagelim
Copy link

vagelim commented Feb 25, 2016

Ran into this issue myself.

The solution that worked for me:
pip install oauth2client==1.5.2

@perrycannon
Copy link
Author

Vagelim thank you for your help. Installing oauthclient 1.5.2 resolved the error.

Now I receive this error.
"Unable to login and get spreadsheet. Check OAuth credentials, spreadsheet name, and make sure spreadsheet is shared to the client_email address in the OAuth .json file!
Google sheet login failed with error: No crypto library available"

I have rechecked all of my entires, everything is correct. I have previously installed libffi-dev and PyOpenSSL.

Thank you
Perry

@thebestmensch
Copy link
Contributor

Please see my correction to their documentation here. This will solve your problem.

@perrycannon
Copy link
Author

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.

vmahedia added a commit to vmahedia/gspread that referenced this issue Mar 16, 2016
…oses burnash#357, closes burnash#356

SignedJwtAssertionCredentials is deprecated, replaced that with
new method with reads credentials directly from the file.

googleapis/oauth2client#401
@burnash burnash closed this as completed Jun 25, 2016
freejoe76 added a commit to nydailynews/trumponomics that referenced this issue Jul 25, 2018
…nks burnash/gspread#357 oh wait i feel like i've been here / done this before ugh.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants