Skip to main content

NonConvex

Answered

Comments

1 comment

  • Greg Glockner
    Gurobi Staff Gurobi Staff

    Most likely, you didn't update the Gurobi Python library (gurobipy). You can verify this by running:

    import gurobipy
    print(gurobipy.gurobi.version())

    If so, then follow the instructions in the Quick Start guide to install the Gurobi Python library for your Python distribution:

    0

Please sign in to leave a comment.