Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Error pyds #4

Open
Julian-Singkham opened this issue Feb 3, 2022 · 1 comment
Open

Import Error pyds #4

Julian-Singkham opened this issue Feb 3, 2022 · 1 comment

Comments

@Julian-Singkham
Copy link

Julian-Singkham commented Feb 3, 2022

Device: Jetson Nano 4GB
OS: Ubuntu 20.04
Ros 2: Foxy
SDK: 6.0
Python: 3.8

When running the ros2 run single_stream_pkg single_stream --ros-args -p input_source:="/dev/video0" command I receive the following error message "ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory". I fully installed the deepstream SDK and successfully ran the given examples. I also installed the deepstream python apps and ran that successfully.

The workstation is located in /home/ros2_ws/src/ros2_deepstream

@poett1
Copy link

poett1 commented Mar 17, 2022

Hello,
faced the same issue today.
You have to build the deepstream_python_bindings first according to this README. I would recommend the Advanced build option to make sure it is building for aarch64.
If the build process was successful, a .whl is located in the build folder. install it using pip3 install ./pyds-1.1.*.whl and you should be ready to go.
Kind regards
Patrtick

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

No branches or pull requests

2 participants