-
-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BinaryNotFoundError
complaining about Python, even though pants.backend.python.providers.experimental.pyenv
is enabled
#19160
Comments
I don't remember all the intricacies of when and when not we have Python. @stuhood it's likely we just leave this as a bug until 2.18.x where |
Wait, no this can be backported because PBS is a misnomer and is ok to use. |
Yeah I think this was an oversight (or meant to be a follow up of) #18433 😮💨 |
This was referenced May 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
pants.backend.python.providers.experimental.pyenv
docker_environment
with a Python that isn't Py3, likeubuntu:bionic
You'll see the error. This is likely because
get_pyenv_install_info
is usingPythonBinary
, when it should likely bePythonBuildStandaloneBinary
Pants version
2.16.0rc2
OS
(Docker linux)
Additional info
:/
The text was updated successfully, but these errors were encountered: