cool-easter-32542
07/26/2023, 12:06 AMProcessExecutionFailure: Process 'Building requirements.pex with 1 requirement: pyarrow==7.0.0' failed with exit code 1.
...
error: command '/Users/agorman4/.pyenv/shims/cmake' failed with exit code 1
ERROR: Failed building wheel for pyarrow
ERROR: Failed to build one or more wheels
...
pex.jobs.Error: Executing /Users/agorman4/.cache/pants/named_caches/pex_root/venvs/[etc etc] failed with 1
pex.resolver.Untranslatable: pid 88354 -> /Users/agorman4/.cache/pants/named_caches/pex_root/venvs/[etc etc] exited with 1 and STDERR:
None
I am able to run pants version successfully, but any other pants commands (e.g. pants test :: or running any target scripts) error out with the above. Clearing ./cache/pants didn't help.
Pants version
2.9.0
OS
MacOS
Additional info
I'm on a Mac with an M1 chip and working in a venv with Python 3.9.7. I have pyarrow 7.0.0 installed in the venv.
Tagging @happy-kitchen-89482 per my coworker's suggestion in the other issue. Thanks in advance to anyone who can help.
pantsbuild/pants