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

ERROR: Package 'keyring' requires a different Python: 2.7.13 not in '>=3.5' #53

Open
mamejay opened this issue Oct 29, 2019 · 3 comments

Comments

@mamejay
Copy link

mamejay commented Oct 29, 2019

Hello there. I am trying to get this working on a second Pi instance that i just created.
Keyring is missing and if I try and install it I get the message
ERROR: Package 'keyring' requires a different Python: 2.7.13 not in '>=3.5'
From what i have read they mention to update Octopi instance altogether but I am running a build that I just downloaded last week.
Is there any way around this? I am not great with Linux but can get around if need be.
thanks

@lucidnx
Copy link

lucidnx commented Dec 9, 2019

same here

@real-easy
Copy link

always this error

@bibitte
Copy link

bibitte commented Feb 26, 2020

The latest version of keyring and keyring.alt need python >= 3.5
You need to install the lastest python2.7 compatible version of keyring and keyring.alt

You can do this manualy.
Connect on your PI with ssh and paste these commands :

source ~/oprint/bin/activate
pip install keyrings.alt==3.2.0
pip install keyring==18.0.1

reinstall OctoPrint-EmailNotifier
and it's work !!!

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