<#19160 `BinaryNotFoundError` complaining about Py...
# github-notifications
c
#19160 `BinaryNotFoundError` complaining about Python, even though `pants.backend.python.providers.experimental.pyenv` is enabled Issue created by thejcannon Describe the bug • Enable
pants.backend.python.providers.experimental.pyenv
• Use a
docker_environment
with a Python that isn't Py3, like
ubuntu:bionic
You'll see the error. This is likely because
get_pyenv_install_info
is using
PythonBinary
, when it should likely be
PythonBuildStandaloneBinary
Pants version
2.16.0rc2
OS (Docker linux) Additional info :/ pantsbuild/pants