Skip to content
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

Build for Windows on ARM #6544

Open
shayaansiddiqui opened this issue Dec 5, 2024 · 1 comment
Open

Build for Windows on ARM #6544

shayaansiddiqui opened this issue Dec 5, 2024 · 1 comment

Comments

@shayaansiddiqui
Copy link

Problem description

New Snapdragon CPU have been released and many OEM are selling Windows with ARM. Please update your software to run on this platform natively instead of translated from x64 -> aarm64

Preferred solution

A Windows ARM64 Installer

Alternatives

Instructions on building an ARM64 build from the source code

Additional Information

No response

@deathaxe
Copy link
Collaborator

deathaxe commented Dec 5, 2024

Sublime Text ships with python 3.3 and python 3.8 based plugin system. For none of them windows-arm64 packages (wheels) are available. Hence plugins relying on platform-specific python packages, such as LSP won't work on that platform.

According to python setuptools it appears python 3.9 is the first version supporting arm64 wheels for Windows.

FWIW, many packages don't even provide win_arm64 wheels for py 3.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants