{
  "id": "python/pip-unsupported-wheel-format",
  "signature": "ERROR: numpy-1.24.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform.",
  "signature_zh": "错误：numpy-1.24.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl不是此平台支持的wheel。",
  "regex": "ERROR:\\ numpy\\-1\\.24\\.0\\-cp39\\-cp39\\-manylinux_2_17_x86_64\\.manylinux2014_x86_64\\.whl\\ is\\ not\\ a\\ supported\\ wheel\\ on\\ this\\ platform\\.",
  "domain": "python",
  "category": "install_error",
  "subcategory": null,
  "root_cause": "The wheel filename indicates it is for a different Python version or platform (e.g., cp39 vs cp310, or manylinux vs musllinux).",
  "root_cause_type": "generic",
  "root_cause_zh": "wheel文件名表明它适用于不同的Python版本或平台（例如cp39与cp310，或manylinux与musllinux）。",
  "versions": [
    {
      "version": "3.9",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Renaming the wheel file",
      "why_fails": "Does not change the internal metadata; pip still checks compatibility.",
      "fail_rate": 0.95,
      "condition": "",
      "sources": []
    },
    {
      "action": "Using --force-reinstall",
      "why_fails": "Forces reinstall but still platform incompatible.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Install from source to get platform-specific build",
      "success_rate": 0.7,
      "how": "pip install numpy --no-binary :all:",
      "condition": "",
      "sources": []
    },
    {
      "action": "Find correct wheel for your platform",
      "success_rate": 0.85,
      "how": "pip download numpy --platform manylinux2014_x86_64 --python-version 3.9 --only-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-04-12",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}