-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
New install: ipykernel_launcher.py: error: unrecognized arguments #80
Comments
@jeremyephron I am also facing the same issue. Please suggest measures to correct it. I observed some solutions here but not able to figure out how to incorporate them as the package is maintained by you - Thanks |
I'm facing the same issue. Up until recently I was able to use the library in Google Colab provided I had the
But now I'm getting that same issue which seems to be related to the Here's the full error stack:
|
I fixed my problem. Turns out the app wasn't configured properly and the credentials expired because it wasn't set on published mode but just testing. So the simplegmail library tried to regenerate credentials by opening the browser and going through the process again which it couldn't do from Google Colab. |
Hi there!
I am excited to try your library. I installed it and followed the instructions for setting up my project, OAuth token, and Gmail API access in the README.
I made sure that I had downloaded the 'client_secret.json' file that Google gave me and stored it in the same directory as my Jupyter notebook.
I then tried running the following:
And received the following traceback:
Is this an error you have seen before and are able to assist with?
The text was updated successfully, but these errors were encountered: