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.
6403 Discussions

Installation of NCSDK failed with Command 'sudo apt-get update' return code=100

idata
Employee
8,101 Views

I tried to make install in my Ubuntu 16.04.

 

When I tried make install inside ncsdk folder, I have errors as

 

E: Failed to fetch http://sg.archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages 404 Not Found [IP: 91.189.88.152 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-arm64/Packages 404 Not Found [IP: 91.189.88.162 80] E: Failed to fetch http://sg.archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-arm64/Packages 404 Not Found [IP: 91.189.88.152 80] E: Failed to fetch http://sg.archive.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-arm64/Packages 404 Not Found [IP: 91.189.88.152 80] E: Failed to fetch http://sg.archive.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/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. Installation failed: Command 'sudo apt-get update' return code=100. Error on line 317 in ./install-utilities.sh. Will exit Makefile:47: recipe for target 'install' failed make: *** [install] Error 131

 

I changed in Softwares & Updates to Main Server and Singapore server. Both have not found [IP: 91.189.88.152 80] errors and failed.

 

How can I solve to install?
0 Kudos
1 Reply
idata
Employee
7,769 Views

You will need to remove the foreign architecture "arm64" as the binary-arm64 url does not exist in the unbuntu archoives for xenial-backports.

 

You can refer to the link https://askubuntu.com/questions/917081/how-to-get-rid-of-arm64-in-apt to get rid of the arm64 i apt.

0 Kudos
Reply