Pants: Binaries for 10.13 High Sierra

Created on 25 Sep 2017  路  3Comments  路  Source: pantsbuild/pants

When I run pants on HIgh Sierra, I get Exception message: Update --binaries-path-by-id to find binaries for (u'darwin', u'17')

bug user reported

Most helpful comment

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings