Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

NCSDK2 Installation Error

idata
Employee
1,052 Views

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

0 Kudos
3 Replies
idata
Employee
747 Views

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
0 Kudos
idata
Employee
747 Views

Hi @Sahira_at_Intel

 

Yes. I had used the command git clone -b ncsdk2 https://github.com/movidius/ncsdk.git

 

Best,

 

Yung-Sheng Lu
0 Kudos
idata
Employee
747 Views

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

0 Kudos
Reply