Skip to content

I downloaded the prebuilt qsv binaries and it doesn't have the python feature enabled. #421

Answered by jqnatividad
jqnatividad asked this question in Q&A
Discussion options

You must be logged in to vote

Only the prebuilt binaries for x86_64 platforms have the python feature enabled.

This is because the binaries are prebuilt using Github's Action Runners, and currently, GitHub only has x86_64 based Linux, Windows and macOS runners.

Still, thanks to Rust's cross-compilation capabilities, we are able to create binaries for non x86_64 platforms.

However, enabling the python feature requires linking to the python shared libraries during compile time. This is not readily doable at the moment (doing so, requires fetching python development libraries for the other non x86_64 platforms), so for non x86_64 platforms, the python feature is disabled.

If you need the python feature on non-x86_64 plat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jqnatividad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant