{
  "id": "python/pip-no-such-option",
  "signature": "ERROR: no such option: --no-use-wheel",
  "signature_zh": "错误：没有这样的选项：--no-use-wheel",
  "regex": "ERROR:\\ no\\ such\\ option:\\ \\-\\-no\\-use\\-wheel",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "A deprecated or removed pip option is being used, likely from an outdated script or documentation.",
  "root_cause_type": "generic",
  "root_cause_zh": "使用了已弃用或已移除的 pip 选项，可能来自过时的脚本或文档。",
  "versions": [
    {
      "version": "3.8",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.9",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.10",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.11",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.12",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Using --no-binary instead but with incorrect syntax",
      "why_fails": "The correct option is --no-binary :all:, but misuse can cause other errors.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "Ignoring the option and running without it",
      "why_fails": "The script may fail if it expects the option to be present.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Replace with the current equivalent option",
      "success_rate": 0.9,
      "how": "pip install --no-binary :all: mypackage",
      "condition": "",
      "sources": []
    },
    {
      "action": "Upgrade pip to the latest version and check documentation",
      "success_rate": 0.95,
      "how": "pip install --upgrade pip && pip install --help",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2026-03-10",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}