Skip to content

Conversation

@flyer1234321
Copy link

This fixes build errors when compiling pyds with newer pybind11 versions.
Changed includes from <pybind11.h> to <pybind11/pybind11.h>.
Tested on Jetson (DeepStream 7.1) – build succeeded and pyds works with GStreamer 1.20.3.

@flyer1234321
Copy link
Author

Build tested on:

  • Device: Jetson (aarch64)
  • DeepStream: 7.1 (DS_SDK_ROOT=/opt/nvidia/deepstream/deepstream-7.1)
  • Python: 3.10
  • pybind11: 2.12.1 (pip)
  • GStreamer dev packages: libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev
  • Result: wheel builds and imports ok; pyds works with GStreamer 1.20.3.
    Change: replace legacy <pybind11.h> includes with <pybind11/pybind11.h>.

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