agreeable-carpet-43488
04/30/2024, 12:37 PMpants.engine.process.ProcessExecutionFailure: Process 'Find interpreter for constraints: CPython==3.11.9' failed with exit code 127.
I know the docker has this version of python and i added [python-bootstrap] search_path = ...
to my pants.tomel and it points to the interpreter's bin however it seems it doesn't recognize the interpreter as a valid option
any idea on what's wrong (also I'm assuming you might need extra info i just don't know whats relevant so ask and ill send what you need)
thanks 🙂agreeable-carpet-43488
04/30/2024, 12:56 PM/usr/bin
and added it the the [python-bootstrap] search_path-=...
using the name python3.11.9
and it still won't workfast-nail-55400
04/30/2024, 1:34 PMpython_bootstrap_search_path
on the docker_environment
target?agreeable-carpet-43488
04/30/2024, 1:41 PMagreeable-carpet-43488
04/30/2024, 2:55 PMpants/python/backend/python/util_rules/pex.py>find_interpreter
looking and the variable env_target
during the run (just after entering the function)it looked like this: EnvironmentTarget(name=None, val=None)
If I understand correctly this look weird...
I am trying to run pants lint ::
agreeable-carpet-43488
05/01/2024, 8:44 AM--python-path
for the command i can see the all the versions of python interpreters are listed but pants can't find them at all ;-;