-
Notifications
You must be signed in to change notification settings - Fork 567
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
Arm64 version on windows #715
Comments
Hello @mwangistan. Thank you for your report. We'll take a look at this feature request. |
Thanks @dmitry-shibanov |
Hi! This is something we need too, can this be prioritized? |
Sadly, python-3.xx.x-win32-arm64.zip is not present in https://github.com/actions/python-versions/blob/main/versions-manifest.json As such, setup-python fails to install python on Windows/arm64. Created a temporary *cough* workaround to install python. This is tracked upstream as actions/setup-python#715
Sadly, python-3.xx.x-win32-arm64.zip is not present in https://github.com/actions/python-versions/blob/main/versions-manifest.json As such, setup-python fails to install python on Windows/arm64. Created a temporary *cough* workaround to install python. This is tracked upstream as actions/setup-python#715
* Do not use setup-python on Windows/arm64 Sadly, python-3.xx.x-win32-arm64.zip is not present in https://github.com/actions/python-versions/blob/main/versions-manifest.json As such, setup-python fails to install python on Windows/arm64. Created a temporary *cough* workaround to install python. This is tracked upstream as actions/setup-python#715 * Update README.md
Looks like the manifest now has arm64 👀 |
Hello Everyone, The version-manifest.json file has been updated to include arm64 support for Python >= 3.11. We are now proceeding to close this feature request. Please feel free to reach out if any further concerns or clarifications are needed. |
Description:
There are no releases for Arm64 python version of windows. The version is however available here: https://www.python.org/ from python >= 3.11 but not yet added in the manifest
https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Justification:
Feature will support arm64 pip package releases on windows
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: