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

ubuntu 18.04 install failure InRelease 403 Forbidden [IP: 52.218.52.129 80]

idata
Employee
3,104 Views

Trying to install on laptop with UBuntu 18.04 downloaded the ncsdk then ran the

 

make install

 

First it failed because version check was looking for 1604.

 

Replaced the version check for 1604 not I have this and no idea how to fix it.

 

Now I got this.

 

Not sure how to fix it.

 

E: Failed to fetch http://realsense-alm-public.s3.amazonaws.com/apt-repo/dists/xenial/InRelease 403 Forbidden [IP: 52.218.52.129 80]

 

E: The repository 'http://realsense-alm-public.s3.amazonaws.com/apt-repo xenial InRelease' is not signed.

 

Installation failed: Command ' 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
2,387 Views

Re wrote what the issue is. I haven't slept much..

 

Trying to install ncsdk failure onto a laptop.

 

OS version ubuntu 18.04

 

Ran

 

git clone -b ncsdk2 https://github.com/movidius/ncsdk.git

 

then

 

make install

 

First failure, version check looking for version 1604 in the install.sh file.

 

Replaced with version 1804 which fixed the problem.

 

Re run

 

make install

 

I get

 

E: Failed to fetch http://realsense-alm-public.s3.amazonaws.com/apt-repo/dists/xenial/InRelease 403 Forbidden [IP: 52.218.52.129 80]

 

E: The repository 'http://realsense-alm-public.s3.amazonaws.com/apt-repo xenial InRelease' is not signed.

 

Installation failed: Command ' 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

 

Not sure how to fix it.

0 Kudos
idata
Employee
2,387 Views

@chicagobob123

 

xenial -> bionic
0 Kudos
idata
Employee
2,387 Views

Do you mean to do this?

 

http://realsense-alm-public.s3.amazonaws.com/apt-repo/dists/bionic/InRelease

 

instead of this.

 

http://realsense-alm-public.s3.amazonaws.com/apt-repo/dists/xenial/InRelease

 

I still get this error

 

 

 

Access Denied

 

B617219C8EC89DC0

 

 

lEYGg0gNuZkOb4Vw0I+5SBET88VafR8ZBeayJGXk0FKBpo9lZNDnqj83oVcEgzkcDs+PLgvy2sc=

 

 

0 Kudos
idata
Employee
2,387 Views

I should have read the errata which said only version 16.04 is supported not 18.04

 

That's disappointing.
0 Kudos
Reply