<#19522 Error building .pex file> Issue created by...
# github-notifications
c
#19522 Error building .pex file Issue created by ashleygorman Describe the bug Following up on #19518 as I am working out of the same repo and having the same issue with building .pex files. Relevant logs:
Copy code
ProcessExecutionFailure: 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