{
  "id": "python/pip-unsupported-wheel-platform",
  "signature": "ERROR: package_name-1.0-py3-none-any.whl is not a supported wheel on this platform.",
  "signature_zh": "错误：package_name-1.0-py3-none-any.whl 不是此平台支持的 wheel。",
  "regex": "ERROR:\\ package_name\\-1\\.0\\-py3\\-none\\-any\\.whl\\ is\\ not\\ a\\ supported\\ wheel\\ on\\ this\\ platform\\.",
  "domain": "python",
  "category": "install_error",
  "subcategory": null,
  "root_cause": "The wheel file is built for a different platform or Python version.",
  "root_cause_type": "generic",
  "root_cause_zh": "wheel 文件是为不同的平台或 Python 版本构建的。",
  "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"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Forcing installation with --force-reinstall",
      "why_fails": "May cause runtime errors.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    },
    {
      "action": "Renaming the wheel file",
      "why_fails": "Doesn't change internal metadata.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Download the correct wheel for your platform",
      "success_rate": 0.9,
      "how": "pip download package_name --platform manylinux2014_x86_64 --python-version 3.10 --only-binary=:all:",
      "condition": "",
      "sources": []
    },
    {
      "action": "Build from source",
      "success_rate": 0.7,
      "how": "pip install package_name --no-binary :all:",
      "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": "2025-07-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}