prob.solve(pulp.GUROBI_CMD(msg=0))
However, when I try to work with gurobi directly in python I receive the following error when importing the library:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dlopen(/Users/Max/anaconda/lib/python2.7/site-packages/gurobipy.so, 2): Library not loaded: /Library/gurobi651/mac64/lib/libgurobi65.so
Referenced from: /Users/Max/anaconda/lib/python2.7/site-packages/gurobipy.so
Reason: image not found
I have tried uninstalling and reinstalling through anaconda to no avail.
Any help would be much appreciated!
Max