W: Skipping acquire of configured file ‘r34.1/binary-arm64/Packages’ as repository https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease’ doesn’t have the component 'r34.1 (component misspelt in sources.list?)
Further, I do sudo apt update (Step4) and get the same warning. If I go to step 5, I get the error, that is unable to locate packages.
E: Unable to locate package libnvvpi2 E: Unable to locate package vpi2-dev E: Unable to locate package vpi2-samples
It’s nice to be know, what I did wrong and I’m very thankful if you help me.
I have the same problem on AGX Xavier, Jetpack 4.6 and Ubuntu 18.04.6 LTS:
W: Skipping acquire of configured file 'r34.1/binary-arm64/Packages' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r34.1' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r34.1/i18n/Translation-en' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r34.1' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r34.1/binary-arm64/Packages' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r34.1' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r34.1/i18n/Translation-en' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r34.1' (component misspelt in sources.list?)
By looking at Index looks like repository link needs to be adjusted to specific device and release version, e.g. for AGX Xavier (T194) this could be:
Package: nvidia-vpi
Version: 4.5.1-b17
Priority: standard
Section: metapackages
Maintainer: NVIDIA Corporation
Installed-Size: 199 kB
Depends: libnvvpi1 (= 1.0.15), vpi1-dev (= 1.0.15), vpi1-samples (= 1.0.15), vpi1-demos (= 1.0.15)
Homepage: http://developer.nvidia.com/jetson
Download-Size: 29,3 kB
APT-Manual-Installed: yes
APT-Sources: https://repo.download.nvidia.com/jetson/t210 r32.5/main arm64 Packages
Description: NVIDIA Vpi Meta Package
N: Unable to locate package cache
N: Unable to locate package cache
N: There is 1 additional record. Please use the '-a' switch to see it
I can run the VPI demo for remap function when I click on “VPI Demos v1.0” icon on the desktop. But as i said, Python3 and Python2.7 can’t see that the VPI is installed. VPI module doesn’t show up on the list of all modules when checked.
It seems that the VPI python packages are not installed in your environment.
Below is the output from our side for your reference.
You can find there is a python-vpi1 and python3-vpi1 packages.