Python dynamic library path could not be determined #12786
Unanswered
JavierYepez
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This error message comes from the gst-python codebase here: It looks like they manually look up the location of the python shared library because they need to embed its path as a define to look up at runtime... interesting. There's a build option to set its path, see line 35. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build the python bindings for Deepstream in the official Docker image like this:
But
meson build
fails with the following error:meson.build:48:6: ERROR: Problem encountered: Python dynamic library path could not be determined
. Here is the output:I can provide the full log if needed. Thank you
Beta Was this translation helpful? Give feedback.
All reactions