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.

make install error

idata
Employee
786 Views

Hi experts

 

When I ran make install I got the following error(below. Any hints?

 

Fetched 107 kB in 2s (53.0 kB/s)

 

Reading package lists…

 

W: file:///var/cuda-repo-8-0-local/Release.gpg: Signature by key 889BEE522DA690103C4B085ED88C3D385C37D3BE uses weak digest algorithm (SHA1)

 

W: Invalid 'Date' entry in Release file /var/lib/apt/lists/_var_cuda-repo-8-0-local_Release

 

W: Invalid 'Date' entry in Release file /var/lib/apt/lists/_var_libopencv4tegra-repo_Release

 

E: Failed to fetch http://dk.archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages 404 Not Found [IP: 2001:878:346::116 80]

 

E: Failed to fetch http://dk.archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-arm64/Packages 404 Not Found [IP: 2001:878:346::116 80]

 

E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/main/binary-arm64/Packages 404 Not Found [IP: 2001:67c:1560:8001::11 80]

 

E: Failed to fetch http://dk.archive.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-arm64/Packages 404 Not Found [IP: 2001:878:346::116 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 308 in ./install-utilities.sh. Will exit

 

Makefile:47: recipe for target 'install' failed

 

make: *** [install] Error 131
0 Kudos
4 Replies
idata
Employee
515 Views

@sojohan The NCSDK installation script runs the command sudo apt-get update during the install process. It looks like you have some broken packages on your system that are causing this step to fail. I suggest googling the 404 error for the files above and seeing if any of the solutions work for you.

0 Kudos
idata
Employee
515 Views

Hi Tome_at_Intel

 

I did already. Before I did make Install.

 

Also I does NCSDK install Cuda?

 

Thanks,

 

sojohan
0 Kudos
idata
Employee
515 Views

@sojohan The NCSDK doesn't install CUDA. You can check the install script and the requirements.txt and requirements-apt.txt files to see the packages the NCSDK installs. In any case, it seems like you might have some out-dated package sources on your machine.

0 Kudos
idata
Employee
515 Views

Hi Tome_at_Intel

 

I got it work now…..

 

Next step is Make Examples

 

Thanks, sojohan
0 Kudos
Reply