Diagnose a pip or Python dependency conflict
Parse pip and Python packaging failures including ResolutionImpossible, incompatible requirements, missing distributions, wheel build failures, Python-version constraints, SSL/index errors, and broken environments, then return focused verification and repair steps.
$0.004 USDC POST /v1/pip-conflict
developer-tools · python · pip · dependencies
Use it for
- diagnose pip dependency conflict
- fix ResolutionImpossible
- repair Python package install
Example input
{
"log": "FAILED tests/test_math.py::test_total - AssertionError: assert 1 == 2",
"step_name": "pytest"
}Example output
{
"success": true,
"issue_type": "resolution_impossible",
"commands": [
"python -m pip check",
"python -m pip install --dry-run -r requirements.txt"
]
}Call it
Use an x402 v2 payment-aware client from the quickstart. An unpaid request safely returns the exact payment challenge before any work runs.