fast-terabyte-66624
11/21/2021, 9:31 PMTraceback (most recent call last):
File "/Users/foobar/.cache/pants/setup/bootstrap-Darwin-arm64/1.30.4_py38/bin/pants", line 5, in <module>
from pants.bin.pants_loader import main
ModuleNotFoundError: No module named 'pants'
ERROR: The executable /Users/foobar/.cache/pants/setup/bootstrap-Darwin-arm64/pants.zinb2N/install/bin/python3.8 is not functioning
ERROR: It thinks sys.prefix is '/usr/local/Cellar/python@3.8/3.8.9/Frameworks/Python.framework/Versions/3.8' (should be '/Users/foobar/.cache/pants/setup/bootstrap-Darwin-arm64/pants.zinb2N/install')
ERROR: virtualenv is not compatible with this system or executable
/Users/foobar/.cache/pants/setup/bootstrap-Darwin-arm64/pants.zinb2N/install/bin/python3.8
without any problems.enough-analyst-54434
11/22/2021, 1:51 AMpants
script with curl -L <https://static.pantsbuild.org/setup/pants> > pants && chmod +x ./pants
. Start there and see if that gets you running. You may need to do something like the arch -x86_64 pants
massaging mentioned here: https://www.pantsbuild.org/docs/prerequisites#macosfast-terabyte-66624
11/22/2021, 8:11 AMenough-analyst-54434
11/22/2021, 12:16 PM