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 stuck at "[keyring.backend] Loading macOS" on raspberry Pi #8759

Closed
4 tasks done
serkonda7 opened this issue Dec 8, 2023 · 3 comments
Closed
4 tasks done

Poetry stuck at "[keyring.backend] Loading macOS" on raspberry Pi #8759

serkonda7 opened this issue Dec 8, 2023 · 3 comments
Labels
kind/bug Something isn't working as expected

Comments

@serkonda7
Copy link

serkonda7 commented Dec 8, 2023

  • Poetry version: 1.7.1
  • Python version: 3.11.2
  • OS version and name: Raspberry Pi (debian 12)
  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

First of, I had to change the config to poetry config installer.parallel false to prevent an exception with threading.

I ran poetry instal -vvv with the following deps

[tool.poetry.dependencies]
python = "~3.11"
selenium = "~4.15.2"
requests = "~2.31.0"

[tool.poetry.group.dev.dependencies]
pylint = "~3.0.2"
pytest = "~7.4.3"
ansible-lint = { version = "~6.22.1", markers = "platform_system != 'Windows'" }

However poetry is stuck at

Package operations: 55 installs, 0 updates, 0 removals

  _ Installing attrs (23.1.0): Pending...
[keyring.backend] Loading KWallet
[keyring.backend] Loading SecretService
[keyring.backend] Loading Windows
[keyring.backend] Loading chainer
[keyring.backend] Loading libsecret
[keyring.backend] Loading macOS
@serkonda7 serkonda7 added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Dec 8, 2023
@dimbleby
Copy link
Contributor

dimbleby commented Dec 8, 2023

Did you really search for duplicates?

#8623

@serkonda7
Copy link
Author

Yeah but I seem to missed that, sorry.

@serkonda7 serkonda7 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2023
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
@abn abn removed the status/triage This issue needs to be triaged label Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

3 participants