Hi there,
I am very new to Python and Gurobi and I am trying to open the gurobipy:
>>> from gurobipy import*
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'gurobipy'
>>>
What am I doing wrong? I an working on a Mac.
Thank you very much for any help!
Kristina