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

Simplify python support #492

Merged
merged 6 commits into from
Sep 11, 2022
Merged

Simplify python support #492

merged 6 commits into from
Sep 11, 2022

Conversation

jqnatividad
Copy link
Collaborator

  • prebuilt qsv binary targets Python 3.10
  • if another Python version is required (Python 3.6 and up are supported), add instructions on how to install/compile from source
  • also add detailed instructions targeted to non-developers for installing/compiling from source

as one would expect. It's too late to do a runtime check when the proper python shared library version is not found.
qsv will always look for the version of python it was compiled with
the abi3 stuff is only for extension modules it seems, not rust binaries that are calling python
if a user needs another python version, they'll need to compile/install from source
@jqnatividad jqnatividad merged commit c9960f0 into master Sep 11, 2022
@jqnatividad jqnatividad deleted the simplify-python branch September 12, 2022 19:00
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

Successfully merging this pull request may close these issues.

1 participant