{"record":{"id":"a317290c931c884e","repo":"astral-sh/uv","slug":"pip-s-debug-is-unsupported-consider-using-uvx","errorCode":null,"errorMessage":"pip's `debug` is unsupported (consider using `uvx pip debug` instead)","messagePattern":"pip's `debug` is unsupported \\(consider using `uvx pip debug` instead\\)","errorType":"exception","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"crates/uv/src/lib.rs","lineNumber":1294,"sourceCode":"            show_settings!(args);\n\n            // Initialize the cache.\n            let cache = cache.init().await?;\n\n            commands::pip_check(\n                args.settings.python.as_deref(),\n                args.settings.system,\n                args.settings.python_version.as_ref(),\n                args.settings.python_platform.as_ref(),\n                &args.settings.dependency_metadata,\n                &cache,\n                printer,\n            )\n        }\n        Commands::Pip(PipNamespace {\n            command: PipCommand::Debug(_),\n            ..\n        }) => Err(anyhow!(\n            \"pip's `debug` is unsupported (consider using `uvx pip debug` instead)\"\n        )),\n        Commands::Cache(CacheNamespace {\n            command: CacheCommand::Clean(args),\n        })\n        | Commands::Clean(args) => {\n            show_settings!(args);\n            commands::cache_clean(&args.package, args.force, cache, printer, globals.preview).await\n        }\n        Commands::Cache(CacheNamespace {\n            command: CacheCommand::Prune(args),\n        }) => {\n            show_settings!(args);\n            commands::cache_prune(args.ci, args.force, cache, printer, globals.preview).await\n        }\n        Commands::Cache(CacheNamespace {\n            command: CacheCommand::Dir,\n        }) => commands::cache_dir(&cache, printer),","sourceCodeStart":1276,"sourceCodeEnd":1312,"githubUrl":"https://github.com/astral-sh/uv/blob/f1a42680ff5272232d65748acf338b19778dde24/crates/uv/src/lib.rs#L1276-L1312","documentation":"Error \"pip's `debug` is unsupported (consider using `uvx pip debug` instead)\" thrown in astral-sh/uv.","triggerScenarios":"Thrown at crates/uv/src/lib.rs:1294 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"f1a42680ff5272232d65748acf338b19778dde24","analyzedAt":"2026-08-16T04:51:47.599Z","schemaVersion":2},"datasetVersion":"2026-08-16T08:17:34.114Z"}