Skip to content

Poetry 2.2.0: broke existing poetry self show --outdated command #10553

@csun-cpointe

Description

@csun-cpointe

Description

When running the poetry self show --outdated command, got following error

[INFO] Executing poetry command: poetry self show plugins
[INFO] Executing poetry command: poetry self show --outdated
[ERROR] Error: Invalid output format. Supported formats are: json, text.

Workarounds

Downgrade to poetry 2.1.4

[INFO] Executing poetry command: poetry self show plugins
[INFO] Executing poetry command: poetry self show --outdated
[INFO] 

Poetry Installation Method

other

Operating System

macOS arm64

Poetry Version

Poetry (version 2.2.0)

Poetry Configuration

cache-dir = "/Users/csun/Library/Caches/pypoetry"
data-dir = "/Users/csun/Library/Application Support/pypoetry"
installer.max-workers = null
installer.no-binary = null
installer.only-binary = null
installer.parallel = true
installer.re-resolve = true
keyring.enabled = true
python.installation-dir = "{data-dir}/python"  # /Users/csun/Library/Application Support/pypoetry/python
repositories.dev-pypi.url = "https://test.pypi.org/legacy/"
requests.max-retries = 0
solver.lazy-wheel = true
system-git-client = false
virtualenvs.create = true
virtualenvs.in-project = true
virtualenvs.options.always-copy = false
virtualenvs.options.no-pip = false
virtualenvs.options.system-site-packages = false
virtualenvs.path = "{cache-dir}/virtualenvs"  # /Users/csun/Library/Caches/pypoetry/virtualenvs
virtualenvs.prompt = "{project_name}-py{python_version}"
virtualenvs.use-poetry-python = false

Python Sysconfig

sysconfig.log
Paste the output of 'python -m sysconfig', over this line.

Example pyproject.toml

Poetry Runtime Logs

poetry-runtime.log
Paste the output of 'poetry -vvv <command>', over this line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/cliRelated to the command linekind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions