[[["容易理解","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"]],["上次更新時間: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"]]