{
  "id": "python/pip-cache-corrupted",
  "signature": "ERROR: Invalid cache entry for package-1.0-py3-none-any.whl - cache entry is corrupted",
  "signature_zh": "错误：package-1.0-py3-none-any.whl的缓存条目无效 - 缓存条目已损坏",
  "regex": "ERROR:\\ Invalid\\ cache\\ entry\\ for\\ package\\-1\\.0\\-py3\\-none\\-any\\.whl\\ \\-\\ cache\\ entry\\ is\\ corrupted",
  "domain": "python",
  "category": "data_error",
  "subcategory": null,
  "root_cause": "The pip cache contains a corrupted wheel file, often due to an interrupted download or disk error.",
  "root_cause_type": "generic",
  "root_cause_zh": "pip缓存包含损坏的wheel文件，通常由于下载中断或磁盘错误。",
  "versions": [
    {
      "version": "3.10",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Uses the same corrupted cache entry.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "May still have the corrupted file elsewhere.",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Disables cache but also index.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.9,
      "how": "pip cache purge",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.95,
      "how": "pip install --no-cache-dir package",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.9,
      "how": "rm -rf ~/.cache/pip",
      "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.88,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2025-08-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}