cool-easter-32542
09/18/2024, 6:33 PMProcessExecutionFailure: Process 'Find interpreter for constraints: CPython==3.10.*,==3.11.* OR CPython==3.10.*,==3.12.* OR CPython==3.11.* OR CPython==3.11.*,==3.12.* OR CPython==3.11.*,==3.9.* OR CPython==3.12.* OR CPython==3.12.*,==3.9.*' failed with exit code 102.
stdout:
stderr:
Could not find a compatible interpreter.
Examined the following interpreters:
1.) /home/runner/.cache/pypoetry/virtualenvs/llama-index-MknZL8ZV-py3.10/bin/python CPython==3.10.15
2.) /usr/bin/python3.10 CPython==3.10.12
No interpreter compatible with the requested constraints was found:
Version matches CPython==3.10.*,==3.11.* or CPython==3.10.*,==3.12.* or CPython==3.11.* or CPython==3.11.*,==3.12.* or CPython==3.11.*,==3.9.* or CPython==3.12.* or CPython==3.12.*,==3.9.*
Use `--keep-sandboxes=on_failure` to preserve the process chroot for inspection.
make: *** [Makefile:14: test] Error 1
While the error is clear enough, what isn't clear is where and what package/tests in my monorepo is causing the issue 😅
What I would like to see is just, when something goes wrong, pants doing its best to report what/where the issue is
pantsbuild/pants