We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reopening #7557 as the problem occurs in the latest version 1.8.3 on Ubuntu 22.
Setting
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
pipx
Ubuntu 22
Poetry (version 1.8.3)
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
No response
N/A. Happens with all poetry projects.
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'
The text was updated successfully, but these errors were encountered:
duplicate #8623 etc please close
Sorry, something went wrong.
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.
No branches or pull requests
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
Python Sysconfig
No response
Example pyproject.toml
N/A. Happens with all poetry projects.
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: