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

Windows ARM64 builds #10

Open
5 tasks
bastimeyer opened this issue Jun 9, 2024 · 0 comments
Open
5 tasks

Windows ARM64 builds #10

bastimeyer opened this issue Jun 9, 2024 · 0 comments

Comments

@bastimeyer
Copy link
Member

Opening this issue here because this question will surely come up soon...

Streamlink's Windows builds rely on pre-built wheels of all the dependencies, including those with Python C-extensions. At the time of writing this, none of Streamlink's dependencies with Python C-extensions provide wheels for Windows on ARM64. Those dependencies are

I'm not going to change the build config here though, because we'd have to build the missing wheels ourselves, so we're stuck and need to wait until all Python dependencies are available as wheels. Manually building dependencies (and their own dependencies) and maintaing alls this is way too much effort.

Building Python itself for ARM64 is pretty straightforward, so there's no issue here. The FFmpeg build-setup still considers the winarm64 build-target experimental, but this will certainly change.

The NSIS installer/uninstaller binaries don't support other archs, so this will be stuck on x86_64. Doesn't matter much though... Switching to a different Windows installer framework like WiX is not worth the effort, as the current setup relies on the pynsist library, which manages the NSIS build script template and file layout.

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

1 participant