<?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: NCSDK2 Installation Error in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634079#M455</link>
    <description>&lt;P&gt;Hi @knew &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reaching out! There may be an issue with the dependencies for Caffe which are causing the failure. Could you try running the following commands to re-install and send me the log file? Are you installing on a fresh Ubuntu install? Try running &lt;CODE&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;/CODE&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;cd ncsdk
make uninstall
make clean
make install 2&amp;gt;&amp;amp;1 | tee install.log&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Jesus</description>
    <pubDate>Thu, 21 Feb 2019 07:41:29 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2019-02-21T07:41:29Z</dc:date>
    <item>
      <title>NCSDK2 Installation Error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634078#M454</link>
      <description>&lt;P&gt;I met some problem when I installed NCSDK2 on my machine where the environment is Ubuntu Linux 16.04 (64-bit). I follow the instructions &lt;A href="https://movidius.github.io/ncsdk/install.html" target="_self"&gt;here&lt;/A&gt;. My operations are as follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI&gt;Clone the repository from GitHub: &lt;/LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;$ git clone -b ncsdk2 http://github.com/Movidius/ncsdk
&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI&gt;Perform the Makefile to install: &lt;/LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;$ cd ncsdk &amp;amp;&amp;amp; make install
&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI&gt;Then, the error message is as follow:&lt;/LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;...
src/caffe/CMakeFiles/caffe.dir/build.make:422: recipe for target 'src/caffe/CMakeFiles/caffe.dir/util/bbox_util.cpp.o' failed
make[3]: *** [src/caffe/CMakeFiles/caffe.dir/util/bbox_util.cpp.o] Error 1
src/caffe/CMakeFiles/caffe.dir/build.make:470: recipe for target 'src/caffe/CMakeFiles/caffe.dir/util/io.cpp.o' failed
make[3]: *** [src/caffe/CMakeFiles/caffe.dir/util/io.cpp.o] Error 1
make[3]: Leaving directory '/opt/movidius/ssd-caffe/build'
CMakeFiles/Makefile2:272: recipe for target 'src/caffe/CMakeFiles/caffe.dir/all' failed
make[2]: *** [src/caffe/CMakeFiles/caffe.dir/all] Error 2
make[2]: Leaving directory '/opt/movidius/ssd-caffe/build'
Makefile:127: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/opt/movidius/ssd-caffe/build'
Installation failed. Error on line 673
Makefile:47: recipe for target 'install' failed
make: *** [install] Error 1
&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone know how to fix it? I have already searched on the Google and Stackoverflow but I don't get any solution.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 17:12:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634078#M454</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-02-20T17:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK2 Installation Error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634079#M455</link>
      <description>&lt;P&gt;Hi @knew &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reaching out! There may be an issue with the dependencies for Caffe which are causing the failure. Could you try running the following commands to re-install and send me the log file? Are you installing on a fresh Ubuntu install? Try running &lt;CODE&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;/CODE&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;cd ncsdk
make uninstall
make clean
make install 2&amp;gt;&amp;amp;1 | tee install.log&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Jesus</description>
      <pubDate>Thu, 21 Feb 2019 07:41:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634079#M455</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-02-21T07:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK2 Installation Error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634080#M456</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not using a fresh Ubuntu install.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is my install log &lt;A href="https://pastebin.com/yB65j4Lx" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 09:12:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634080#M456</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-02-21T09:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK2 Installation Error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634081#M457</link>
      <description>&lt;P&gt;Hi @knew &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for sharing the logs, it appears you have OpenCV version 4.0.1 installed. Other users have reported installation errors when this version is present.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try the following steps to install the NCSDK:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI&gt;Uninstall OpenCV v4.0.1&lt;/LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI&gt;make uninstall &amp;amp;&amp;amp; make clean (ncsdk directory)&lt;/LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI&gt;make install&lt;/LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI&gt;Re-install OpenCV v4.0.1&lt;/LI&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The NCSDK includes a script to install opencv v3.3.0, you may run into other issues as we have not tested v4.0.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Jesus</description>
      <pubDate>Fri, 22 Feb 2019 08:10:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634081#M457</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-02-22T08:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK2 Installation Error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634082#M458</link>
      <description>&lt;P&gt;Jesus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help.  Your first post helped me solve a BUNCH of issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Jeff</description>
      <pubDate>Mon, 25 Feb 2019 21:34:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/634082#M458</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2019-02-25T21:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: NCSDK2 Installation Error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/1196275#M20079</link>
      <description>&lt;P&gt;i am using ubuntu lts 16.04 and installing ncsdk v2 after installing ncsdk 1 but facing this error if you could help me with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P&gt;Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-2mmjo01w/&lt;WBR /&gt;futures/&lt;BR /&gt;You are using pip version 8.1.1, however version 20.2 is available.&lt;BR /&gt;You should consider upgrading via the 'pip install --upgrade pip' command.&lt;BR /&gt;Makefile:47: recipe for target 'install' failed&lt;BR /&gt;make: *** [install] Error 131&lt;BR /&gt;Installation failed: Command 'sudo -E -H pip3 install &amp;nbsp;--trusted-host&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://files.pythonhosted.org/" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=http://files.pythonhosted.org&amp;amp;source=gmail&amp;amp;ust=1596263436368000&amp;amp;usg=AFQjCNEdukz7bZizD4zQXxi1Gcg4ofOeRg"&gt;files.pythonhosted.org&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;--trusted-host&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.piwheels.org/" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=http://www.piwheels.org&amp;amp;source=gmail&amp;amp;ust=1596263436368000&amp;amp;usg=AFQjCNEWV-55s-5YombSqxnefusd6QHa9w"&gt;www.piwheels.org&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tensorflow==1.11.0' return code=1. Error on line 324 in ./install-utilities.sh.&amp;nbsp; Will exit&lt;/P&gt;
&lt;DIV class="yj6qo"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="adL"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;"&lt;/P&gt;
&lt;P&gt;i have updated the pip version but again getting this error&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 06:37:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCSDK2-Installation-Error/m-p/1196275#M20079</guid>
      <dc:creator>owaisali</dc:creator>
      <dc:date>2020-07-31T06:37:06Z</dc:date>
    </item>
  </channel>
</rss>

