{
  "id": "python/pip-options-conflict",
  "signature": "ERROR: You must give at least one requirement to install (see \"pip help install\")",
  "signature_zh": "错误：您必须至少给出一个要安装的需求（参见“pip help install”）",
  "regex": "ERROR:\\ You\\ must\\ give\\ at\\ least\\ one\\ requirement\\ to\\ install\\ \\(see\\ \"pip\\ help\\ install\"\\)",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The pip install command was run without specifying any package or requirement, possibly due to an empty requirements file or a typo in the command line.",
  "root_cause_type": "generic",
  "root_cause_zh": "运行pip install命令时未指定任何包或需求，可能是由于需求文件为空或命令行拼写错误。",
  "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"
    },
    {
      "version": "3.10",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.11",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.12",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "This installs an unintended package, not solving the original problem.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "If setup.py is missing, it will fail with a different error.",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "The error persists because no requirement is given.",
      "fail_rate": 0.95,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.99,
      "how": "Specify a package: `pip install package_name` or use `pip install -r requirements.txt` if the file exists.",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.9,
      "how": "Check for typos: ensure the package name is not accidentally empty (e.g., `pip install $VAR` where VAR is unset).",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.8,
      "how": "Use `pip install --help` to review options and correct the command.",
      "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": "2024-01-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}