{
  "id": "python/pip-wheel-filename-invalid",
  "signature": "ERROR: Invalid wheel filename: 'my_pkg-1.0-py3-none-any.whl' - wheel filenames must have the form: {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.whl",
  "signature_zh": "错误：无效的wheel文件名：'my_pkg-1.0-py3-none-any.whl' - wheel文件名必须采用以下形式：{distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.whl",
  "regex": "ERROR:\\ Invalid\\ wheel\\ filename:\\ 'my_pkg\\-1\\.0\\-py3\\-none\\-any\\.whl'\\ \\-\\ wheel\\ filenames\\ must\\ have\\ the\\ form:\\ \\{distribution\\}\\-\\{version\\}\\(\\-\\{build\\ tag\\}\\)\\?\\-\\{python\\ tag\\}\\-\\{abi\\ tag\\}\\-\\{platform\\ tag\\}\\.whl",
  "domain": "python",
  "category": "data_error",
  "subcategory": null,
  "root_cause": "The wheel filename does not follow the PEP 427 naming convention, often due to missing tags or incorrect separators.",
  "root_cause_type": "generic",
  "root_cause_zh": "wheel文件名不符合PEP 427命名约定，通常由于标签缺失或分隔符错误。",
  "versions": [
    {
      "version": "3.10",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "May still not meet the spec.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Pip refuses to install.",
      "fail_rate": 1.0,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Must be .whl.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.9,
      "how": "python setup.py bdist_wheel",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.8,
      "how": "mv my_pkg-1.0-py3-none-any.whl my_pkg-1.0-py3-none-any.whl (ensure underscores and hyphens correct)",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.85,
      "how": "pip wheel . --no-deps",
      "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-05-20",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}