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 on install and update #9416

Closed
kitswas opened this issue May 14, 2024 · 2 comments
Closed

Poetry stuck on install and update #9416

kitswas opened this issue May 14, 2024 · 2 comments
Labels
kind/bug Something isn't working as expected status/triage This issue needs to be triaged

Comments

@kitswas
Copy link

kitswas commented May 14, 2024

Description

Reopening #7557 as the problem occurs in the latest version 1.8.3 on Ubuntu 22.

Workarounds

Setting

export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring

Poetry Installation Method

pipx

Operating System

Ubuntu 22

Poetry Version

Poetry (version 1.8.3)

Poetry Configuration

cache-dir = "/home/kitswas/.cache/pypoetry"
experimental.system-git-client = false
installer.max-workers = null
installer.modern-installation = true
installer.no-binary = null
installer.parallel = true
keyring.enabled = true
solver.lazy-wheel = true
virtualenvs.create = true
virtualenvs.in-project = null
virtualenvs.options.always-copy = false
virtualenvs.options.no-pip = false
virtualenvs.options.no-setuptools = false
virtualenvs.options.system-site-packages = false
virtualenvs.path = "{cache-dir}/virtualenvs"  # /home/kitswas/.cache/pypoetry/virtualenvs
virtualenvs.prefer-active-python = false
virtualenvs.prompt = "{project_name}-py{python_version}"
warnings.export = true

Python Sysconfig

No response

Example pyproject.toml

N/A. Happens with all poetry projects.

Poetry Runtime Logs

poetry install -vvv 
Loading configuration file /home/kitswas/.config/pypoetry/config.toml
Using virtualenv: [REDACTED]
Installing dependencies from lock file

Finding the necessary packages for the current system

Package operations: 0 installs, 18 updates, 0 removals, 35 skipped

  - Downgrading idna (3.7 -> 3.6): Pending...
Checking if keyring is available
  - Downgrading pyasn1 (0.6.0 -> 0.5.1): Pending...
[keyring:keyring.backend] Loading KWallet
[keyring:keyring.backend] Loading SecretService
[keyring:keyring.backend] Loading Windows
[keyring:keyring.backend] Loading chainer
[keyring:keyring.backend] Loading libsecret
[keyring:keyring.backend] Loading macOS
Using keyring backend 'SecretService Keyring'
@kitswas kitswas added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels May 14, 2024
@dimbleby
Copy link
Contributor

duplicate #8623 etc please close

@kitswas kitswas closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
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 Jun 14, 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 status/triage This issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants