- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
When I install NCSDK2 on my machine (Ubuntu Linux 16.04 LTS), it return an error message after I make install
in the folder ncsdk
:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64 InRelease: The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64 InRelease: The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64 InRelease: The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: The repository 'http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu trusty Release' does not have a Release file.
W: The repository 'http://ppa.launchpad.net/gias-kay-lee/npm/ubuntu xenial Release' does not have a Release file.
W: Failed to fetch https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: Failed to fetch https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64/InRelease The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: Failed to fetch https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64/InRelease The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
E: Failed to fetch http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/trusty/main/source/Sources 403 Forbidden
E: Failed to fetch http://ppa.launchpad.net/gias-kay-lee/npm/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
W: Some index files failed to download. They have been ignored, or old ones used instead.
Installation failed: Command 'sudo -E apt-get update' return code=100. Error on line 324 in ./install-utilities.sh. Will exit
Makefile:47: recipe for target 'install' failed
Is there any help?
Yung-Sheng Lu
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @yungshenglu
Just to be clear, you are using the Neural Compute Stick 1, correct? Did you use this command to install? git clone -b ncsdk2 https://github.com/movidius/ncsdk.git
Sincerely,
Sahira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Sahira_at_Intel
Yes. I had used the command git clone -b ncsdk2 https://github.com/movidius/ncsdk.git
Best,
Yung-Sheng Lu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I have solved by the following commands:
# Find out which PPA repositories are broken
$ sudo apt-get update | grep "Failed"
# Remove the broken PPA repositories
$ sudo add-apt-repository --remove ppa:<NAME_OF_PPA_REPO>
Thanks
Yung-Sheng Lu

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page