Hello,
I got this error, What am I supposed to do?
I tried to ‘sudo apt-get update’, but same error have occured.
Thank you
Hello,
I got this error, What am I supposed to do?
I tried to ‘sudo apt-get update’, but same error have occured.
Thank you
Hi neuezeal,
Can you please attach the ~/.nvsdkm/sdkm.log for more investigation?
Thank you
There is a character limit in this editor, so the entire log cannot be uploaded.
Info: [ Disk Avail:797.90 GB ]
Info: NV_VISIONWORKS_HOST_COMP include 4 package
Info: [ Package Install Started ]
Info: deb installer start to install
Info: exec_command: dpkg -f /home/nanohostpc/Downloads/nvidia/sdkm_downloads/libvisionworks-repo_1.6.0.500n_amd64.deb Package | tr -d ‘\n’
Info: exec_command: dpkg -f /home/nanohostpc/Downloads/nvidia/sdkm_downloads/libvisionworks-repo_1.6.0.500n_amd64.deb Version | tr -d ‘\n’
Info: exec_command: sudo -E apt-get install -y --allow-downgrades ‘/home/nanohostpc/Downloads/nvidia/sdkm_downloads/libvisionworks-repo_1.6.0.500n_amd64.deb’
Reading package lists…
Building dependency tree…
Reading state information…
libvisionworks-repo is already the newest version (1.6.0.500n).
The following package was automatically installed and is no longer required:
libllvm7
Use ‘sudo apt autoremove’ to remove it.
0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
Info: exec_command: dpkg -L libvisionworks-repo | grep ‘GPGKEY$’ | tr -d ‘\n’
Info: exec_command: sudo apt-key add /var/visionworks-repo/GPGKEY
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
Info: exec_command: sudo apt-get check
Reading package lists…
Building dependency tree…
Reading state information…
Info: exec_command: sudo apt-get update; sleep 0.5; sudo apt-get -y install libvisionworks=1.6.0.500n* libvisionworks-dev=1.6.0.500n* libvisionworks-samples=1.6.0.500n*
Get:1 file:/var/cuda-repo-10-0-local-10.0.326-410.108 InRelease
Ign:1 file:/var/cuda-repo-10-0-local-10.0.326-410.108 InRelease
Get:2 file:/var/cuda-repo-10-0-local-10.0.326-cross-aarch64 InRelease
Ign:2 file:/var/cuda-repo-10-0-local-10.0.326-cross-aarch64 InRelease
Get:3 file:/var/cuda-repo-10-2-local-10.2.89-440.40 InRelease
Ign:3 file:/var/cuda-repo-10-2-local-10.2.89-440.40 InRelease
Get:4 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 InRelease
Ign:4 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 InRelease
Get:5 file:/var/visionworks-repo InRelease
Ign:5 file:/var/visionworks-repo InRelease
Get:6 file:/var/visionworks-sfm-repo InRelease
Ign:6 file:/var/visionworks-sfm-repo InRelease
Get:7 file:/var/visionworks-tracking-repo InRelease
Ign:7 file:/var/visionworks-tracking-repo InRelease
Get:8 file:/var/cuda-repo-10-0-local-10.0.326-410.108 Release [574 B]
Get:9 file:/var/cuda-repo-10-0-local-10.0.326-cross-aarch64 Release [574 B]
Get:10 file:/var/cuda-repo-10-2-local-10.2.89-440.40 Release [574 B]
Get:11 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 Release [574 B]
Get:12 file:/var/visionworks-repo Release [1,999 B]
Get:13 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:14 file:/var/visionworks-tracking-repo Release [2,008 B]
Get:8 file:/var/cuda-repo-10-0-local-10.0.326-410.108 Release [574 B]
Get:9 file:/var/cuda-repo-10-0-local-10.0.326-cross-aarch64 Release [574 B]
Get:10 file:/var/cuda-repo-10-2-local-10.2.89-440.40 Release [574 B]
Get:11 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 Release [574 B]
Get:12 file:/var/visionworks-repo Release [1,999 B]
Get:13 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:15 file:/var/visionworks-repo Release.gpg [819 B]
Get:14 file:/var/visionworks-tracking-repo Release [2,008 B]
Get:15 file:/var/visionworks-repo Release.gpg [819 B]
Hit:16 http://mirror.kakao.com/ubuntu bionic InRelease
Hit:17 http://mirror.kakao.com/ubuntu bionic-updates InRelease
Hit:18 http://mirror.kakao.com/ubuntu bionic-backports InRelease
Hit:22 https://packages.microsoft.com/repos/vscode stable InRelease
Hit:26 http://ppa.launchpad.net/jonathonf/ffmpeg-4/ubuntu bionic InRelease
Hit:27 http://security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists…
Reading package lists…
Building dependency tree…
Reading state information…
E: Version ‘1.6.0.500n*’ for ‘libvisionworks’ was not found
E: Version ‘1.6.0.500n*’ for ‘libvisionworks-dev’ was not found
E: Version ‘1.6.0.500n*’ for ‘libvisionworks-samples’ was not found
Info: [ Package Install Finished with Error ]
Info: [ 57.97 MB used. Disk Avail: 797.85 GB ]
Info: [ NV_VISIONWORKS_HOST_COMP Install took 8s ]
Error: [error]: Error when apt install failed; [exec_command]: sudo apt-get update; sleep 0.5; sudo apt-get -y install libvisionworks=1.6.0.500n* libvisionworks-dev=1.6.0.500n* libvisionworks-samples=1.6.0.500n* ; [error]: exit status 100; [deb_path]: /home/nanohostpc/Downloads/nvidia/sdkm_downloads/libvisionworks-repo_1.6.0.500n_amd64.deb
thank you
Hi neuezeal,
The apt-get update command may return an error. Can you please manually run following command to see if the exit code is 0 or not?
sudo apt-get update; echo $?
I cannot tell from the log what is causing this error. However, if there is any error, please manually fix the error first, then retry.