average-vr-56795
10/18/2021, 8:16 PMpants.backend.python.goals.run_pex_binary.create_pex_binary_run_request
"no really, the python
you'd find by running which python
is a python"? Right now it's only finding a different onefast-nail-55400
10/18/2021, 8:20 PMwhich python
and what is interpreter_search_paths
set to?average-vr-56795
10/18/2021, 8:53 PMTraceback (most recent call last):
File "/Users/dwh/src/github.com/pantsbuild/pants/src/python/pants/engine/process.py", line 270, in fallible_to_exec_result_or_raise
local_cleanup=global_options.options.process_execution_local_cleanup,
pants.engine.process.ProcessExecutionFailure: Process 'Find interpreter for constraints: CPython==3.7.*' failed with exit code 102.
stdout:
stderr:
Could not find a compatible interpreter.
Examined the following interpreters:
1.) /usr/local/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/bin/python3.9 CPython==3.9.7
No interpreter compatible with the requested constraints was found:
Version matches CPython==3.7.*
% which python
/Users/dwh/bin/python
% readlink $(which python)
/Users/dwh/bin/python3.7
% readlink $(which python3.7)
/usr/local/opt/python@3.7/bin/python3
% python --version
Python 3.7.12
fast-nail-55400
10/18/2021, 8:58 PMpants.toml
?interpreter_search_paths
)average-vr-56795
10/18/2021, 9:02 PMfast-nail-55400
10/18/2021, 9:05 PM