Cannot install Pylon5.1.0 to jetson Xavier NX

Hi.
I am trying to install pylon 5.1.0 to jetson xavier nx and find these issues.

  • jetson xavier nx

  • jetpack 4.5.1

I have try:
sudo dpkg -i pylon_5.1.0.12682-deb0_amd64.deb

results are:

eb
Selecting previously unselected package pylon:amd64.
(Reading database … 192592 files and directories currently installed.)
Preparing to unpack …/pylon_5.1.0.12682-deb0_amd64.deb …
Unpacking pylon:amd64 (5.1.0.12682-deb0) …
dpkg: dependency problems prevent configuration of pylon:amd64:
pylon:amd64 depends on libstdc++6.

dpkg: error processing package pylon:amd64 (–install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) …
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) …
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) …
Rebuilding /usr/share/applications/bamf-2.index…
Processing triggers for mime-support (3.60ubuntu1) …
Processing triggers for hicolor-icon-theme (0.17-2) …
Errors were encountered while processing:
pylon:amd64

then I tried:
sudo apt-get update

Reading package lists… Done
N: Skipping acquire of configured file ‘main/binary-amd64/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/common r32.5 InRelease’ doesn’t support architecture ‘amd64’
N: Skipping acquire of configured file ‘main/binary-amd64/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/t194 r32.5 InRelease’ doesn’t support architecture ‘amd64’
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic/main/binary-amd64/Packages 404 Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/binary-amd64/Packages 404 Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-backports/main/binary-amd64/Packages 404 Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/main/binary-amd64/Packages 404 Not Found [IP: 91.189.88.152 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

then sudo apt-get upgrade showed:

Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
pylon:amd64 : Depends: libstdc++6:amd64 but it is not installable
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).

I ran this commend ‘apt --fix-broken install’ but after that I still getting the same routine.

please provide me any suggestion.

Hi @aviel.a

I see that you downloaded the AMD64 package. For Jetson devices, you should download the ARM64 package.

This blogpost is about Pylon installation on Jetson

Best wishes

3 Likes