How to obtain the old (4.0) Python bindings?

I noticed the all the links on the readme and releases for the python DeepStream bindings now point to the bindigns for DS 5.0, but currently I need to use DeepStream 4.0. Is the download still available somewhere, or has it been pulled?

Also, since every download requres registration, what’s the expected workflow to install deepstream and it’s python bindings in a container? To be honest, all the signing in to download things is a big turn-off.

1 Like

Did you solve the issue?

The solution in my case was just to remove the Python bindings entirely in favor of GStreamer elements written in C++ that accomplish the same tasks. Hopefully somebody from Nvidia can point you to the old bindings if this isn’t a possibility for you.