Deepstream 7.1 import pyds error

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**RTX 4050
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi, I have installed Deepstream 7.1 and is working fine for the C++ version. Right now i am installing the python bindings and i have issue on import pyds

Please advise

Hi, i resolved the issue by copying the library from deepstream-7.1 to deepstream. Can you provide me the symbiolic link command so that i can use link instead of copying the lib folder

Did you install DeepStream using the tarball?

You need to execute the following script. If you use deb, it will be executed during the installation process.

sudo /opt/nvidia/deepstream/deepstream/install.sh 

Yes, already installed.

Processing ./service-maker/python/pyservicemaker-0.0.1-py3-none-linux_x86_64.whl
Requirement already satisfied: pyyaml>=6.0 in /usr/local/lib/python3.10/dist-packages (from pyservicemaker==0.0.1) (6.0.2)
pyservicemaker is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

But it is installed under

/opt/nvidia/deepstream/deepstream-7.1

This is expected behavior, /opt/nvidia/deepstream/deepstream just a soft symbol link for deepstream-xx. Try this command.

sudo  ln -s /opt/nvidia/deepstream/deepstream-7.1/ /opt/nvidia/deepstream/deepstream

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.