LinuxCommandLibrary

poetry-debug

Display Poetry debugging information

TLDR

Show debug information

$ poetry debug info
copy
Resolve dependencies with debug
$ poetry debug resolve
copy

SYNOPSIS

poetry debug command [options]

DESCRIPTION

poetry debug provides diagnostic information for troubleshooting Poetry issues. The info subcommand displays Poetry version, Python version, system platform, and virtual environment details.
The resolve subcommand performs dependency resolution in debug mode, showing the solver's decision process. This is useful for diagnosing version conflicts or understanding why specific package versions were selected.

PARAMETERS

info

Show system info.
resolve
Debug dependency resolution.

CAVEATS

For debugging purposes. Shows environment details.

HISTORY

poetry debug provides debugging capabilities for troubleshooting.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community