cool-easter-32542
03/27/2023, 3:14 AMasdf
Pants version
2.16.0a1
OS
Linux
Additional info
Even though the asdf python versions are installed, I get the following:
pants export
14:14:19.17 [ERROR] 1 Exception encountered:
Engine traceback:
in `export` goal
ProcessExecutionFailure: Process 'Find interpreter for constraints: CPython>=3.11' failed with exit code 102.
stdout:
stderr:
Could not find a compatible interpreter.
Examined the following working interpreters:
1.) /usr/bin/python3.10 CPython==3.10.6
Skipped the following broken interpreters:
1.) /home/simon/.asdf/shims/python:
No version is set for command python
Consider adding one of the following versions in your config file at
python 3.10.5
python 3.11.2
python 3.8.9
python 3.9.4
python 3.9.6
2.) /home/simon/.asdf/shims/python3:
No version is set for command python3
Consider adding one of the following versions in your config file at
python 3.10.5
python 3.11.2
python 3.8.9
python 3.9.4
python 3.9.6
3.) /home/simon/.asdf/shims/python3.10:
No version is set for command python3.10
Consider adding one of the following versions in your config file at
python 3.10.5
4.) /home/simon/.asdf/shims/python3.11:
No version is set for command python3.11
Consider adding one of the following versions in your config file at
python 3.11.2
5.) /home/simon/.asdf/shims/python3.8:
No version is set for command python3.8
Consider adding one of the following versions in your config file at
python 3.8.9
6.) /home/simon/.asdf/shims/python3.9:
No version is set for command python3.9
Consider adding one of the following versions in your config file at
python 3.9.4
python 3.9.6
(See <https://github.com/pantsbuild/pex/issues/1027> for a list of known breaks and workarounds.)
No working interpreter compatible with the requested constraints was found:
Version matches CPython>=3.11
Use `--keep-sandboxes=on_failure` to preserve the process chroot for inspection.
pantsbuild/pantscool-easter-32542
03/27/2023, 3:22 AM