<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NCSDK make install: &amp;quot;Error in line 170&amp;quot; in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719221#M7055</link>
    <description>&lt;P&gt;@PINTO, @Tome_at_Intel , because I use this Raspberry for nothing else, I could offer a RDP connection so one of you or someone else could see the problem live and do some research on why it happens. I would reset the device to a fresh install and exactly to the point where the error occurs.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2018 19:53:55 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-03-09T19:53:55Z</dc:date>
    <item>
      <title>NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719216#M7050</link>
      <description>&lt;P&gt;I am starting a new thread for this, because I was able to collect additional information and pinpoint the error to a specific line of code in the bash script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After installing Raspbian Stretch on a Raspberry Pi 3B, I clone the NCSDK repository and run &lt;CODE&gt;make install&lt;/CODE&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;It does not matter if I run it normally or using &lt;CODE&gt;sudo&lt;/CODE&gt;, I always get the same error: &lt;CODE&gt;Error in line 170.&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;By stopping script execution and adding some debug echoes, I was able to verify that indeed the following line of code is responsible for the error:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;PREV_INSTALL_INFO='$SUDO_PREFIX find /opt /home -name $INSTALL_INFO_FILENAME -print 2&amp;gt; /dev/null'&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;sudo find /opt /home -name .ncsdk_install.info -print 2&amp;gt; /dev/null&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;in the console does not generate any kind of error.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deleting this line and the following if-fi statement before continuing execution will make the script run normally until it is finished, so in my eyes this is an actual bug, but I wouldn't know where to add a bug report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking forward to any kind of help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Please keep in mind I only have little experience with Linux.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 00:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719216#M7050</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-08T00:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719217#M7051</link>
      <description>&lt;P&gt;@MarkusA380 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, Let's calm down and step by step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that if you are logged in as "pi" for general users it will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I installed it over 5 times and I never failed, so I think it's not a NCSDK's bug.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Execute the following command at the terminal.&lt;P&gt;&amp;nbsp;&lt;/P&gt;What is displayed on ???&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;
$ whoami
??? &amp;lt;--- What is displayed?
&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;
$ echo $EUID
??? &amp;lt;--- What is displayed?
&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, Execute the following command at the terminal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;What is displayed on ???&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;
$ sudo -V
&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point is an if statement of "/opt/movidius/NCSDK/&lt;A href="http://install-ncsdk.sh"&gt;install-ncsdk.sh&lt;/A&gt;"  line 117.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The "if" statement should be TRUE.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When it is 「$EUID = 0」&amp;lt;--- Already super user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;other than that 「$EUID != 0」 &amp;lt;--- General user or Other</description>
      <pubDate>Thu, 08 Mar 2018 08:30:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719217#M7051</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-08T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719218#M7052</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="QxGojqL.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4801iDC553DB0866264E9/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="QxGojqL.png" alt="QxGojqL.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What does this tell me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, it's line 170, not 117.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:10:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719218#M7052</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-09T16:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719219#M7053</link>
      <description>&lt;P&gt;@MarkusA380&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;By the way, it's line 170, not 117.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  Yes, I know.&lt;P&gt;&amp;nbsp;&lt;/P&gt;  The 170th line is a script that expects "SUDO_PREFIX =" sudo "" in line 118 to be stored.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PREV_INSTALL_INFO=`$SUDO_PREFIX find /opt /home -name $INSTALL_INFO_FILENAME -print 2&amp;gt; /dev/null`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$INSTALL_INFO_FILENAME  /opt/movidius/.ncsdk_install.info&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;
ncsdk_path=/opt/movidius
ncs_lib_path=/usr/local/lib
ncs_inc_path=/usr/local/include
ncs_bin_path=/usr/local/bin
&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked whether the parameters were assigned properly or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Umm…It seems there is no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm sorry.&lt;P&gt;&amp;nbsp;&lt;/P&gt;A good idea does not come out soon.</description>
      <pubDate>Fri, 09 Mar 2018 17:33:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719219#M7053</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-09T17:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719220#M7054</link>
      <description>&lt;P&gt;Thank you. I hope someone will find a fix.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 18:15:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719220#M7054</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-09T18:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719221#M7055</link>
      <description>&lt;P&gt;@PINTO, @Tome_at_Intel , because I use this Raspberry for nothing else, I could offer a RDP connection so one of you or someone else could see the problem live and do some research on why it happens. I would reset the device to a fresh install and exactly to the point where the error occurs.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 19:53:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719221#M7055</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-09T19:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719222#M7056</link>
      <description>&lt;P&gt;@MarkusA380 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I check only one at the last if allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you tell us the result of the command below?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;
$ echo $LANG
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 20:21:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719222#M7056</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-09T20:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719223#M7057</link>
      <description>&lt;P&gt;@PINTO Of course, today I fubar'd my Raspbian-installation (partially on purpose), so it will take about one more day until I have reset the installation and test it. At that point I can provide ip and login credentials for XRDP, too.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 21:39:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719223#M7057</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-09T21:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719224#M7058</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just getting started.  I've cloned the latest and end up with the same message on Ubuntu 16.04.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quite annoying right out of the gate with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--2018-03-13 15:57:36--  &lt;A href="http://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk_01_12/NCSDK-1.12.00.01.tar.gz"&gt;http://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk_01_12/NCSDK-1.12.00.01.tar.gz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Resolving &lt;A href="http://ncs-forum-uploads.s3.amazonaws.com"&gt;ncs-forum-uploads.s3.amazonaws.com&lt;/A&gt; (&lt;A href="http://ncs-forum-uploads.s3.amazonaws.com"&gt;ncs-forum-uploads.s3.amazonaws.com&lt;/A&gt;)… 52.219.24.2&lt;P&gt;&amp;nbsp;&lt;/P&gt;Connecting to &lt;A href="http://ncs-forum-uploads.s3.amazonaws.com"&gt;ncs-forum-uploads.s3.amazonaws.com&lt;/A&gt; (&lt;A href="http://ncs-forum-uploads.s3.amazonaws.com"&gt;ncs-forum-uploads.s3.amazonaws.com&lt;/A&gt;)|52.219.24.2|:80… connected.&lt;P&gt;&amp;nbsp;&lt;/P&gt;HTTP request sent, awaiting response… 200 OK&lt;P&gt;&amp;nbsp;&lt;/P&gt;Length: 975174 (952K) [application/octet-stream]&lt;P&gt;&amp;nbsp;&lt;/P&gt;Saving to: ‘NCSDK-1.12.tar.gz’&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NCSDK-1.12.tar.gz   100%[===================&amp;gt;] 952.32K   539KB/s    in 1.8s    &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-03-13 15:57:38 (539 KB/s) - ‘NCSDK-1.12.tar.gz’ saved [975174/975174]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NCSDK-1.12.00.01/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/udev/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/udev/97-usbboot.rules&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/c/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/c/mvnc.h&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/c/libmvnc.so.0&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/c/mvnc_deprecated.h&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/&lt;A href="http://setup.py"&gt;setup.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/python/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/python/mvnc/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/python/mvnc/&lt;A href="http://mvncapi.py"&gt;mvncapi.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/api/python/mvnc/&lt;A href="http://init.py"&gt;init.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/LICENSE&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://FileIO.py"&gt;FileIO.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://TensorFlowPreproc.py"&gt;TensorFlowPreproc.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://CaffeParser.py"&gt;CaffeParser.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://DataTransforms.py"&gt;DataTransforms.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://Args.py"&gt;Args.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://Metrics.py"&gt;Metrics.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://TensorFlowParser.py"&gt;TensorFlowParser.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://EnumController.py"&gt;EnumController.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://MiscIO.py"&gt;MiscIO.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Controllers/&lt;A href="http://CaffeEnumController.py"&gt;CaffeEnumController.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Models/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Models/&lt;A href="http://Blob.py"&gt;Blob.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Models/&lt;A href="http://MyriadParam.py"&gt;MyriadParam.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Models/&lt;A href="http://CaffeEnumDeclarations.py"&gt;CaffeEnumDeclarations.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Models/&lt;A href="http://EnumDeclarations.py"&gt;EnumDeclarations.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Models/&lt;A href="http://Network.py"&gt;Network.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Models/&lt;A href="http://NetworkStage.py"&gt;NetworkStage.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/&lt;A href="http://mvNCCompile.py"&gt;mvNCCompile.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/&lt;A href="http://mvNCProfile.py"&gt;mvNCProfile.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Views/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Views/&lt;A href="http://Validate.py"&gt;Validate.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Views/&lt;A href="http://Graphs.py"&gt;Graphs.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/Views/&lt;A href="http://Summary.py"&gt;Summary.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/tk/&lt;A href="http://mvNCCheck.py"&gt;mvNCCheck.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/MovidiusLogo.png&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/fw/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-x86_64/fw/MvNCAPI.mvcmd&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/requirements.txt&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/&lt;A href="http://install-ncsdk.sh"&gt;install-ncsdk.sh&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/&lt;A href="http://uninstall-ncsdk.sh"&gt;uninstall-ncsdk.sh&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/udev/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/udev/97-usbboot.rules&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/c/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/c/mvnc.h&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/c/libmvnc.so.0&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/c/mvnc_deprecated.h&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/&lt;A href="http://setup.py"&gt;setup.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/python/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/python/mvnc/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/python/mvnc/&lt;A href="http://mvncapi.py"&gt;mvncapi.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/api/python/mvnc/&lt;A href="http://init.py"&gt;init.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/LICENSE&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://FileIO.py"&gt;FileIO.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://TensorFlowPreproc.py"&gt;TensorFlowPreproc.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://CaffeParser.py"&gt;CaffeParser.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://DataTransforms.py"&gt;DataTransforms.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://Args.py"&gt;Args.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://Metrics.py"&gt;Metrics.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://TensorFlowParser.py"&gt;TensorFlowParser.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://EnumController.py"&gt;EnumController.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://MiscIO.py"&gt;MiscIO.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Controllers/&lt;A href="http://CaffeEnumController.py"&gt;CaffeEnumController.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Models/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Models/&lt;A href="http://Blob.py"&gt;Blob.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Models/&lt;A href="http://MyriadParam.py"&gt;MyriadParam.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Models/&lt;A href="http://CaffeEnumDeclarations.py"&gt;CaffeEnumDeclarations.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Models/&lt;A href="http://EnumDeclarations.py"&gt;EnumDeclarations.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Models/&lt;A href="http://Network.py"&gt;Network.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Models/&lt;A href="http://NetworkStage.py"&gt;NetworkStage.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/&lt;A href="http://mvNCCompile.py"&gt;mvNCCompile.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/&lt;A href="http://mvNCProfile.py"&gt;mvNCProfile.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Views/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Views/&lt;A href="http://Validate.py"&gt;Validate.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Views/&lt;A href="http://Graphs.py"&gt;Graphs.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/Views/&lt;A href="http://Summary.py"&gt;Summary.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/tk/&lt;A href="http://mvNCCheck.py"&gt;mvNCCheck.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/MovidiusLogo.png&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/fw/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk-armv7l/fw/MvNCAPI.mvcmd&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/version.txt&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/Makefile&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/api-check/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/api-check/Makefile&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/api-check/&lt;A href="http://ncs-python2-check.py"&gt;ncs-python2-check.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/api-check/&lt;A href="http://ncs-python3-check.py"&gt;ncs-python3-check.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/api-check/ncs-c-check.c&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/Makefile&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/img/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/img/512_Phone.jpg&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/data/&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/data/alexnet.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/data/googlenet.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/data/readme.txt&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/data/squeezenet.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/tests/sdk-check/test_install.py&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/ncsdk.conf&lt;P&gt;&amp;nbsp;&lt;/P&gt;NCSDK-1.12.00.01/requirements_apt.txt&lt;P&gt;&amp;nbsp;&lt;/P&gt;Movidius Neural Compute Toolkit Setup.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Checking OS and version…&lt;P&gt;&amp;nbsp;&lt;/P&gt;Installing on Ubuntu 16.04&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installer NCSDK version: 1.12.00.01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Installation failed. Error on line 170</description>
      <pubDate>Wed, 14 Mar 2018 02:58:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719224#M7058</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-14T02:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719225#M7059</link>
      <description>&lt;P&gt;The NCSDK git repo 'make install' pulls down a file to /opt/movidius and runs an installer there. I dug into the installer found at /opt/movidius/NCSDK/&lt;A href="http://install-ncsdk.sh"&gt;install-ncsdk.sh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Line 170 dealt with previous installs of the SDK which I didn't have, so I forged ahead with commenting this chunk out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It at least got through the installation process.  I haven't tried examples yet to prove it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;#PREV_INSTALL_INFO=`$SUDO_PREFIX find /opt /home -name $INSTALL_INFO_FILENAME -print 2&amp;gt; /dev/null`
#if [[ ! -z $PREV_INSTALL_INFO ]]; then
#    PREV_OWNER=$(ls -l $PREV_INSTALL_INFO | awk '{print $3}')
#    if [ $PREV_OWNER != $USER ]; then
#        echo "Previous installation not owned by current user, continue at your own risk"
#    fi
#    PREV_INSTALL_DIR=${PREV_INSTALL_INFO%/*}
#    PREV_NCSDK_VER=`cat $PREV_INSTALL_DIR/version.txt`
#    echo "NCSDK version $PREV_NCSDK_VER previously installed at $PREV_INSTALL_DIR"

#    compare_versions $PREV_NCSDK_VER $INSTALLER_NCSDK_VER

#    #TODO: remove older version, or update as necessary
#    if [[ $VERCOMP_RETVAL == 0 ]]; then
#        echo "Previously installed version is the same as installer version, overwriting..."
#    elif [[ $VERCOMP_RETVAL == 1 ]]; then
#        echo "Previously installed version is older than installer version, upgrading..."
#    else
#        echo "Previously installed version is more recent than installer version, downgrading..."
#    fi
#fi
&lt;/CODE&gt;</description>
      <pubDate>Wed, 14 Mar 2018 03:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719225#M7059</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-14T03:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719226#M7060</link>
      <description>&lt;P&gt;I got exactly the same error when installing on RPI3B+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;pi@raspberrypi:~ $ whoami&lt;P&gt;&amp;nbsp;&lt;/P&gt;pi&lt;P&gt;&amp;nbsp;&lt;/P&gt;pi@raspberrypi:~ $ echo $EUID&lt;P&gt;&amp;nbsp;&lt;/P&gt;1000&lt;P&gt;&amp;nbsp;&lt;/P&gt;pi@raspberrypi:~ $ sudo -V&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sudo version 1.8.19p1&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sudoers policy plugin version 1.8.19p1&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sudoers file grammar version 45&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sudoers I/O plugin version 1.8.19p1&lt;P&gt;&amp;nbsp;&lt;/P&gt;pi@raspberrypi:~ $ echo $LANG&lt;P&gt;&amp;nbsp;&lt;/P&gt;en_HK.UTF-8&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 23:56:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719226#M7060</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-01-20T23:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719227#M7061</link>
      <description>&lt;P&gt;Hi @xou822 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might have other _unsuccessful_ installations of the NCSDK on the Pi - is this the first time you've attempted to install the NCSDK? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sahira</description>
      <pubDate>Fri, 25 Jan 2019 02:43:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719227#M7061</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-01-25T02:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK make install: "Error in line 170"</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719228#M7062</link>
      <description>&lt;P&gt;I also encountered this problem while installing NCSDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you execute the line as it is written, 2&amp;gt; /dev/null/ will suppress any errors that arise (by sending them to /dev/null). Try executing the line of code responsible for the error (i.e. line 170 in &lt;CODE&gt;/opt/movidius/NCSDK/install-ncsdk.sh&lt;/CODE&gt;) but without redirecting stderr to /dev/null. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;sudo find /opt /home -name .ncsdk_install.info -print&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Examine any errors which arise from executing this command and resolve them. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case it was a corrupted directory path in &lt;CODE&gt;/home&lt;/CODE&gt; which was causing the &lt;CODE&gt;find&lt;/CODE&gt; command to give an "Input/output error". I rebooted (which somehow fixed the corrupted path) and removed the directory which was causing the issue (although I might not have needed to, I didn't think to test it). Then I executed &lt;CODE&gt;sudo make install&lt;/CODE&gt; again in the ncsdk directory cloned from GitHub and install was successful. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 23:58:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK-make-install-quot-Error-in-line-170-quot/m-p/719228#M7062</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-03-28T23:58:50Z</dc:date>
    </item>
  </channel>
</rss>

