-
Notifications
You must be signed in to change notification settings - Fork 586
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
release python binaries for ppc64le in python-version repo #613
Comments
Hello @adilhusain-s! |
Hello @adilhusain-s. Thank you for your report. For now the action does not provide python binaries for |
@dmitry-shibanov |
Hello @adilhusain-s The reason why we build the Python binaries in the setup-python action on GitHub instead of using the official Python binaries from python.org is to provide a consistent and reproducible environment for GitHub Actions workflows. When using the official Python binaries, the version and build of Python that are installed on a machine can vary depending on the operating system, architecture, and other factors. This can lead to inconsistencies in behavior and make it difficult to debug issues that may arise in a workflow. To address this, the setup-python action builds the Python binaries from source, using a known set of build tools and dependencies. This ensures that the resulting binaries are consistent across all platforms and can be relied upon to behave the same way in any workflow. Furthermore, the setup-python action allows users to easily install and use different versions of Python in their workflows, without having to manually download and install the binaries themselves. This saves time and effort for users and makes it easier to maintain and update workflows over time. |
@e-korolevskii Thank you for your response. Based on the conversation in other PRs/ issues, we can think of following ways to add
Kindly suggest. |
Appreciate feedback on this feature request to add the python binaries for ppc64le . |
Hi there,
I'm trying to use actions/setup-python action on self-hosted ppc64le github runner. (ppc64le arch)
the action fails to install the python binary as there is no python binary available in actions/python-version repo.
could we release the binary for ppc64le arch as well?
why are we building the binaries in the first place?
does anyone know how self-hosted arm github runner install the python binary?
even, there are no binaries for arm arch.
hoping for your response.
The text was updated successfully, but these errors were encountered: