{
  "id": "python/setuptools-entry-points-not-found",
  "signature": "AttributeError: module 'setuptools' has no attribute 'find_packages'",
  "signature_zh": "AttributeError：模块 'setuptools' 没有属性 'find_packages'",
  "regex": "AttributeError:\\ module\\ 'setuptools'\\ has\\ no\\ attribute\\ 'find_packages'",
  "domain": "python",
  "category": "module_error",
  "subcategory": null,
  "root_cause": "The setuptools module is not properly imported or is corrupted.",
  "root_cause_type": "generic",
  "root_cause_zh": "setuptools 模块未正确导入或已损坏。",
  "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"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Reinstalling setuptools",
      "why_fails": "May not fix if Python environment is broken.",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    },
    {
      "action": "Using from distutils.core import setup",
      "why_fails": "distutils is deprecated.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Ensure proper import",
      "success_rate": 0.9,
      "how": "from setuptools import setup, find_packages",
      "condition": "",
      "sources": []
    },
    {
      "action": "Reinstall setuptools in a clean environment",
      "success_rate": 0.8,
      "how": "python -m pip uninstall setuptools && python -m pip install setuptools",
      "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.84,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2025-05-10",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}