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 installing gurobipy
. You can
download and install it from PyPI through pip,
you can
install it manually using the Gurobi installation package,
or you can
install it as part of the Gurobi conda package.
Note that for the first two installation methods to succeed, your Python
environment must be compatible with the gurobipy
extension. You should
only install gurobipy
into a 64-bit Python installation. In addition,
your Python version must be compatible. With this release, gurobipy
can
be used with Python 3.7, 3.8, 3.9, 3.10 and 3.11
The Gurobi conda package is available for Python versions 3.7, 3.8, 3.9, 3.10 and 3.11.
No matter which installation method you use, you will need to retrieve and set up a Gurobi license.
Subsections