Skip to main content

Problems installing Gurobi Optimizer

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support.
  • Matthias Miltenberger
    • 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

Post is closed for comments.