Skip to main content

Problems installing Gurobi Optimizer

Answered

Comments

1 comment

  • Matthias Miltenberger
    Gurobi Staff Gurobi Staff

    Hi Luca,

    The Gurobi package is not available on Anaconda for all Python versions: Files :: Anaconda.org

    Specifically, Gurobi for Python 3.9 is not available. You can either use a different Python version in your Anaconda environment, e.g., Python 3.8 or install the Gurobi Python package via pip

    python -m pip install gurobipy

    or directly from your installation folder:

    python setup.py install

    You may also want to consult this guide: How do I install Gurobi for Python? – Gurobi Support Portal

    Cheers,
    Matthias

    0

Please sign in to leave a comment.