I just installed high sierra this week and updated Anaconda to the latest and gurobi stoped working. It still works on my Ubuntu 16.04 LTS though.
I don't know it's just me or not
$ uname -a
darwin *** 17.0.0 Darwin Kernel Version 17.0.0: Thu Aug 24 21:48:19 PDT 2017; root:xnu-4570.1.46~2/RELEASE_X86_64 x86_64
$ conda install -c gurobi gurobi
Fetching package metadata .............
Solving package specifications: .
Package plan for installation in environment /Users/***/anaconda:
The following NEW packages will be INSTALLED:
gurobi: 7.5.1-py36_0 gurobi
Proceed ([y]/n)? y
gurobi-7.5.1-p 100%
$ python
Python 3.6.2 |Anaconda, Inc.| (default, Sep 21 2017, 18:29:43)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from gurobipy import *
[1] 24047 segmentation fault python