-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
area/cliRelated to the command lineRelated to the command linekind/bugSomething isn't working as expectedSomething isn't working as expected
Description
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.
seebi
Metadata
Metadata
Assignees
Labels
area/cliRelated to the command lineRelated to the command linekind/bugSomething isn't working as expectedSomething isn't working as expected