LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

poetry-debug

Display Poetry debugging information

TLDR

Show Poetry and environment information
$ poetry debug info
copy
Debug dependency resolution
$ poetry debug resolve
copy
Resolve a specific package
$ poetry debug resolve [package_name]
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 Poetry version, Python version, system platform, and virtualenv details.
resolve [package]
Run the dependency resolver in verbose mode. Optionally specify a package name to resolve only that dependency.

INSTALL

sudo dnf install poetry
copy
sudo apk add poetry
copy
brew install poetry
copy
nix profile install nixpkgs#poetry
copy

CAVEATS

Must be run from a directory containing a pyproject.toml file. The resolve subcommand may take a long time on projects with many dependencies.

HISTORY

The debug subcommand was added as part of Poetry's built-in diagnostic tooling to help users and maintainers troubleshoot environment and resolution issues.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid