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

How I solved my keyring sign-in issue #37

Closed
ichmoimeyo opened this issue Nov 24, 2021 · 2 comments
Closed

How I solved my keyring sign-in issue #37

ichmoimeyo opened this issue Nov 24, 2021 · 2 comments
Labels
legacy No longer valid

Comments

@ichmoimeyo
Copy link

ichmoimeyo commented Nov 24, 2021

I used to have sign in problems ...
I was able to solve it with ...

pip3 install --upgrade keyrings.alt ---OR--- pip install --upgrade keyrings.alt

[... from stackoverflow ]

This way I just enter the pin# I chose and haven't had any problems since.

/////////////////////
Enter your Google account username: xdxdxd
Please enter password for encrypted keyring: zzzz
You've succesfully logged into Google Keep using local keyring access token!

Enter a keyword search, label search or '--all' to convert Keep notes to md or '--x' to exit:
/////////////////////

... hope that helps somebody else.

/////////////////////////////////////////

https://www.pythonpool.com/pip-vs-pip3/

python --version
Python 3.8.12
which pip
/opt/virtualenvs/python3/bin/pip
which pip3
/opt/virtualenvs/python3/bin/pip3

@djsudduth djsudduth added the documentation Improvements or additions to documentation label Dec 9, 2021
@djsudduth
Copy link
Owner

@ichmoimeyo thank you!

@djsudduth djsudduth changed the title How I solved my sign-in issue. How I solved my keyring sign-in issue Jul 13, 2022
@djsudduth djsudduth added legacy No longer valid and removed documentation Improvements or additions to documentation labels Jun 8, 2024
@djsudduth
Copy link
Owner

Changes to gpsoauth module deprecated these issues. No longer valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy No longer valid
Projects
None yet
Development

No branches or pull requests

2 participants