Open Gseguelg opened 6 years ago
I'm actually not sure. I have not been using the keyring in a long time anymore as it is not functioning so well as of late.
Instead, I'm using OAuth2. It's a bit more setup, but it is a lot safer (when someone does get local access to your machine, they won't immediately have full access to your email).
I've installed yagmail with:
pip3 install yagmail[all]
, also triedpip3 install yagmail
and withsudo
as well.Now when I want to register and email inside an interactive python3 session via
I get the following error
versions:
Any ideas?
Note: I've tried same thing (obviously with
pip
), on same machine with python2.7 and it works excellent.