```Traceback (most recent call last): File "/Use...
# development
r
Copy code
Traceback (most recent call last):
  File "/Users/kwilson/dev/pants/src/python/pants/pantsd/service/pailgun_service.py", line 54, in runner_factory
    build_graph = self._scheduler_service.get_build_graph(arguments)
  File "/Users/kwilson/dev/pants/src/python/pants/pantsd/service/scheduler_service.py", line 95, in get_build_graph
    graph = self._build_graph_facade_cls(self._scheduler, self._engine, self._symbol_table_cls)
  File "/Users/kwilson/dev/pants/src/python/pants/engine/exp/legacy/graph.py", line 42, in __init__
    super(ExpGraph, self).__init__()
  File "/Users/kwilson/dev/pants/src/python/pants/build_graph/build_graph.py", line 95, in __init__
    self.reset()
  File "/Users/kwilson/dev/pants/src/python/pants/engine/exp/legacy/graph.py", line 46, in reset
    self._index(self._graph.completed_nodes().keys())
  File "/Users/kwilson/dev/pants/src/python/pants/engine/exp/legacy/graph.py", line 63, in _index
    'Build graph construction failed for {}:\n  {}'.format(node.subject, state.exc))
AddressLookupError: Build graph construction failed for PathDirWildcard(ftype=<class 'pants.engine.exp.fs.Dirs'>, directory=u'build-support/pants_dev_deps.venv/include', wildcard=u'**', remainders=(u'*', u'**/*')):
  Absolute symlinks not supported in FileSystemProjectTree(/Users/kwilson/dev/pants): build-support/pants_dev_deps.venv/include/python2.7 -> /opt/twitter_mde/homebrew/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/include/python2.7