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

Error on make install -- sed: couldn't open temporary file ./sed4yfPg1: Permission denied

idata
Employee
1,988 Views

I receive the following message and error when I run $ **sudo make install **

 

I am using Ubuntu 14.04.3 LTS, Trusty Tahr

 

Installing python dependencies…

 

Downloading/unpacking Cython>=0.23.4,=0.23.4,=0.23.4,=1.1.6

 

** Cannot fetch index base URL https://pypi.python.org/simple/

 

Could not find any downloads that satisfy the requirement Enum34>=1.1.6**

 

Cleaning up…

 

No distributions at all found for Enum34>=1.1.6

 

Storing debug log for failure in /home/iot/.pip/pip.log

 

Checking whether tensorflow is installed…

 

looking for tensorflow CPU version…

 

Found tensorflow CPU version .

 

./install-ncsdk.sh: line 273: [: ==: unary operator expected

 

looking for tensorflow GPU version…

 

Found tensorflow GPU version .

 

./install-ncsdk.sh: line 273: [: ==: unary operator expected

 

**Couldn't find a supported tensorflow version, installing tensorflow v1.3.0

 

**Downloading/unpacking tensorflow==1.3.0

 

Cannot fetch index base URL https://pypi.python.org/simple/

 

** Could not find any downloads that satisfy the requirement tensorflow==1.3.0

 

**Cleaning up…

 

No distributions at all found for tensorflow==1.3.0

 

Storing debug log for failure in /home/iot/.pip/pip.log

 

Installation failed. Error on line 310

 

*_sed: couldn't open temporary file ./sed4yfPg1: Permission denied_*

 

make: *** [prereqs] Error 4
0 Kudos
3 Replies
idata
Employee
1,376 Views

@davenso Please try “make install” without the sudo

0 Kudos
idata
Employee
1,376 Views

 

I am using Ubuntu 14.04.3 LTS, Trusty Tahr

 

 

@davenso, please note that the recommended OS for NCSDK default installation script is Ubuntu 16.04 (at the time of writing this comment). If there is a strong reason for you to not use the recommended OS, your best bet is to install from source. Here's an article that shows you how to install NCSDK API framework from source, you'll have to work out the installation for the toolkit. https://movidius.github.io/blog/ncs-apps-on-rpi/

0 Kudos
idata
Employee
1,376 Views

@ramana.rachakonda @AshwinVijayakumar OK thanks I have that working now on Ubuntu 16. I have another question. Is there docker support for NCS? What device path should I map to with docker - - device flag?

0 Kudos
Reply