error while loading shared libraries: libpython3.8.so.1.0 #420
Answered
by
jqnatividad
jqnatividad
asked this question in
Q&A
-
When running qsv, you get an error:
|
Beta Was this translation helpful? Give feedback.
Answered by
jqnatividad
Aug 8, 2022
Replies: 1 comment
-
This is because you don't have python installed in your environment. Either install python, build from source without the python feature or use
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jqnatividad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because you don't have python installed in your environment.
Either install python, build from source without the python feature or use
qsvnp
from the prebuilt binaries.qsvnp
has all qsv features - apply, fetch, foreach (in Linux/macOS). generate & lua, EXCEPT python ("np" stands for "no python").