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

Poetry may fail with "Failed to unlock the collection!" #143

Open
jrconlin opened this issue Dec 5, 2022 · 0 comments
Open

Poetry may fail with "Failed to unlock the collection!" #143

jrconlin opened this issue Dec 5, 2022 · 0 comments
Labels
good-first-issue Good for newcomers

Comments

@jrconlin
Copy link
Member

jrconlin commented Dec 5, 2022

Poetry appears to require access to the system keyring. This can be a problem for certain systems (e.g. ones that do not run gnome, do not have a TTY, or other reasons.)

To resolve this issue, users may need to add

export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring

to their environments (via .envrc or other means)

We should add that to the developer documents.

┆Issue is synchronized with this Jira Task

@mtbottle mtbottle added the good-first-issue Good for newcomers label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants