When I run pants on HIgh Sierra, I get Exception message: Update --binaries-path-by-id to find binaries for (u'darwin', u'17')
We'll need to update BinaryUtil as well as https://github.com/pantsbuild/binaries including a run of sync-s3.sh.
As a workaround, you should be able to add an option like:
[binaries]
path_by_id: {('darwin', '17'): ('mac', '10.12')}
...to pants.ini to request that older binaries be used.
Re-opened since OSX 10.13 native-engine binaries are also needed.
Most helpful comment
As a workaround, you should be able to add an option like:
...to
pants.inito request that older binaries be used.