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

Installation Error on Ubuntu 17.10 - ncsdk_redirector.txt forbidden access!

idata
Employee
836 Views

After the command "make install", I get:

 

./uninstall-opencv.sh

 

make install starting.

 

./install.sh

 

--2018-03-14 11:54:10-- http://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk_01_12/ncsdk_redirector.txt

 

Resolving ncs-forum-uploads.s3.amazonaws.com (ncs-forum-uploads.s3.amazonaws.com)… 52.219.28.46

 

Connecting to ncs-forum-uploads.s3.amazonaws.com (ncs-forum-uploads.s3.amazonaws.com)|52.219.28.46|:80… connected.

 

HTTP request sent, waiting response… 403 Forbidden

 

2018-03-14 11:54:11 ERRO 403: Forbidden.

 

./install.sh: line 20: ncsdk_redirector.txt: file or directory not found

 

wget: falta o URL

 

Uso: wget [OPÇÃO]… [URL]…

 

Try "wget --help" for more options.

 

cp: could not get the state of 'NCSDK-1.12.tar.gz': file or directory not found.

 

tar (child): ./ncsdk.tar.gz: Não é possível executar a ação: open: Arquivo ou diretório não encontrado

 

tar (child): Error is not recoverable: exiting now

 

tar: Child returned status 2

 

tar: Error is not recoverable: exiting now

 

mv: não foi possível obter estado de 'NCSDK-1.12*': Arquivo ou diretório não encontrado

 

./install.sh: linha 53: cd: /opt/movidius/NCSDK: Arquivo ou diretório não encontrado

 

cp: não foi possível criar arquivo comum './ncsdk.conf': Permissão negada

 

./install.sh: linha 55: ./install-ncsdk.sh: Arquivo ou diretório não encontrado

 

rm: não foi possível remover 'ncsdk.tar.gz': Arquivo ou diretório não encontrado

 

Some parts were translated from PT-BR to EN-US.

 

Any idea?

0 Kudos
9 Replies
idata
Employee
578 Views

Since yesterday I also encountered the same problem.

 

The ncsdk_redirector.txt can not be acquired normally.

 

I am able to connect to amazon aws, but since there is an HTTP 403 error afterwards it is obvious that a failure has occurred.

 

I hope for urgent action.
0 Kudos
idata
Employee
578 Views

@maroquio Check your proxy settings to make sure you can download from the aws servers. We are investigating to see if there is an issue on our end also. Thanks.

0 Kudos
idata
Employee
578 Views

@PINTO @maroquio It looks like the current NCS download is broken. We are working to get it fixed at the moment. Thanks for your patience.

0 Kudos
idata
Employee
578 Views

@PINTO @maroquio The link for the NCS download has been restored. Please try installing the NCSDK again and let me know if there are any issues.

0 Kudos
idata
Employee
578 Views

If you were recently unable to install the NCSDK, please try the following:

 

     

  1. Open a new linux terminal. Change directory to your NCSDK directory.
  2.  

  3. Uninstall your old NCSDK by typing in ./uninstall.sh
  4.  

  5. Next change directories one level up by typing in cd .. and remove your NCSDK folder by typing in rm –rf ncsdk
  6.  

  7. Clone a fresh version of the SDK by typing in git clone https://github.com/movidius/ncsdk.git
  8.  

  9. Install the NCSDK by typing in cd ncsdk and then make install
  10.  

0 Kudos
idata
Employee
578 Views

this problem still be there. I got a 403 error when I try to download the ncsdk_redirector.txt using release version 1.12

0 Kudos
idata
Employee
578 Views

And I change to clone the ncsdk-master to the local

0 Kudos
idata
Employee
578 Views

@Tome_at_Intel

 

Good evening.

 

It was OK until March 30th.

 

Today seems useless.

 

Often it breaks.

 

Is it due to maintenance of AWS?
0 Kudos
idata
Employee
578 Views

@PINTO Please try re-cloning the current NCSDK repo and try installing again. We are no longer hosting the installer files on AWS.

0 Kudos
Reply