[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-29。"],[[["This guide provides instructions for installing Google's OR-Tools for Python on Windows 10 64-bit systems."],["Prerequisites include having Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64) and a compatible 64-bit Python version (3.8.x - 3.11.x) installed."],["OR-Tools can be installed using pip with the command: `python -m pip install ortools`, preferably within a virtual environment."],["Validation of the installation can be done by running `python -c \"import ortools; print(ortools.__version__)\"` in a x64 Native Tools Command Prompt."]]],["OR-Tools for Python on Windows requires a 64-bit Windows 10 machine with Microsoft Visual Studio 2022 and the Visual C++ Redistributable (x64). Python 3.8.x to 3.11.x (64-bit) is also needed, along with pip 9.01 or higher. Installation is done via `python -m pip install ortools`, preferably within a virtual environment. Verify installation with `python -c \"import ortools; print(ortools.__version__)\"`. Uninstall using `python -m pip uninstall ortools`.\n"]]