{
  "id": "python/setuptools-python-version-too-old",
  "signature": "error: Python 3.8 or greater is required for this package. You are using Python 3.7.",
  "signature_zh": "错误：此包需要Python 3.8或更高版本。您正在使用Python 3.7。",
  "regex": "error:\\ Python\\ 3\\.8\\ or\\ greater\\ is\\ required\\ for\\ this\\ package\\.\\ You\\ are\\ using\\ Python\\ 3\\.7\\.",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The package's setup.py or pyproject.toml specifies a minimum Python version that is higher than the installed Python.",
  "root_cause_type": "generic",
  "root_cause_zh": "包的setup.py或pyproject.toml指定的最低Python版本高于已安装的Python。",
  "versions": [
    {
      "version": "3.7",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Not a valid pip option.",
      "fail_rate": 1.0,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "May break the package.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "May not exist or have other issues.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.9,
      "how": "Install Python 3.8+ from python.org or use pyenv",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.95,
      "how": "python3.8 -m venv venv && source venv/bin/activate && pip install package",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.8,
      "how": "pip install 'package<2.0' if older versions support Python 3.7",
      "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.88,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2025-04-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}