Python Installation Options

If you would like to expand your use of Python beyond the basic interpreter included with the Gurobi distribution, you have three options for installinggurobipy. You candownload and install it from PyPI throughpip, you caninstall it manually using the Gurobi installation package, or you caninstall it as part of the Gurobicondapackage.

Note that for the first two installation methods to succeed, your Python environment must be compatible with thegurobipyextension. You should only installgurobipyinto a 64-bit Python installation. In addition, your Python version must be compatible. With this release,gurobipycan be used with Python 2.7, 3.6, 3.7, 3.8 or 3.9. The Gurobi conda package is available for Python versions 2.7, 3.6, 3.7 and 3.8.

No matter which installation method you use, you will need toretrieve and set up a Gurobi license.



Subsections