{
  "id": "python/setuptools-setup-cfg-invalid",
  "signature": "error in setup.cfg: command 'install' has no such option 'prefix'",
  "signature_zh": "setup.cfg 中出错：命令 'install' 没有 'prefix' 选项",
  "regex": "error\\ in\\ setup\\.cfg:\\ command\\ 'install'\\ has\\ no\\ such\\ option\\ 'prefix'",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "An invalid option is specified in setup.cfg for the install command.",
  "root_cause_type": "generic",
  "root_cause_zh": "在 setup.cfg 中为 install 命令指定了无效选项。",
  "versions": [
    {
      "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": "Ignoring the error and continuing",
      "why_fails": "Installation may fail later.",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    },
    {
      "action": "Removing the whole [install] section",
      "why_fails": "May lose necessary settings.",
      "fail_rate": 0.3,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Correct the option name in setup.cfg",
      "success_rate": 0.9,
      "how": "Change 'prefix' to 'prefix=' or remove it if not needed",
      "condition": "",
      "sources": []
    },
    {
      "action": "Move options to setup.py",
      "success_rate": 0.8,
      "how": "Use setup(..., options={'install': {'prefix': '/usr/local'}})",
      "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.82,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2025-02-14",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}