ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)- Jetson AGX Xavier
• DeepStream Version-6.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)

I am very new to deepstream and I have installed the deepstream python apps following the github page and I am trying to run the deepstream test1 app in python. I am getting the following error.

Traceback (most recent call last):
File “deepstream_test_1.py”, line 28, in
import pyds
ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory.

I have ubuntu 20.04

Hi @gahangandi170, you need to install libpython:

sudo apt install libpython3.6-dev

Please follow this jetson-setup to set up your environments.
this is the prerequistites:compatibility

Thank you. It is now working.

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