<?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 Hi Collin, in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144588#M11076</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Collin,&lt;/P&gt;&lt;P&gt;Could you try to build the samples? FWIW the classification_sample.exe will end up under&amp;nbsp;C:\Users\MYUSERNAME\Documents\Intel\OpenVINO even if you install&amp;nbsp;under "C:\Intel".as cmake creates Visual studio solution under&amp;nbsp;C:\Users\MYUSERNAME\Documents\Intel\OpenVINO . Then try again&amp;nbsp;demo_squeezenet_download_convert_run.bat&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;nikos&lt;/P&gt;</description>
    <pubDate>Fri, 01 Feb 2019 20:28:44 GMT</pubDate>
    <dc:creator>nikos1</dc:creator>
    <dc:date>2019-02-01T20:28:44Z</dc:date>
    <item>
      <title>System cannot find path specified</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144587#M11075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm currently following the installation steps for the OpenVINO toolkit to work with the NCS2 on my Windows 10 laptop. I have followed all directions exactly, but when I try to run the demo (demo_squeezenet_download_convert_run.bat)&amp;nbsp;I get this error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;######### || Run Inference Engine classification sample || ##############&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The system cannot find the path specified.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 file(s) copied.&lt;BR /&gt;The system cannot find the path specified.&lt;BR /&gt;classification_sample.exe -i C:\Intel\computer_vision_sdk\deployment_tools\demo\\car.png -m "C:\Users\MYUSERNAME\Documents\Intel\OpenVINO\openvino_models\ir\FP32\classification\squeezenet\1.1\caffe\squeezenet1.1.xml" -d CPU&lt;BR /&gt;'classification_sample.exe' is not recognized as an internal or external command,&lt;BR /&gt;operable program or batch file.&lt;BR /&gt;Error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have no problems up until this point; I believe that it has to do with the directory that it's looking in. There is no "C:\Users\MYUSERNAME\Documents\Intel\OpenVINO\...." directory, as I installed the OpenVINO toolkit under "C:\Intel".&lt;/P&gt;&lt;P&gt;I've reinstalled python and reset my environment variables to exactly what the tutorial specified, but I'm still not able to make any progress.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 01:30:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144587#M11075</guid>
      <dc:creator>Abidi__Collin</dc:creator>
      <dc:date>2019-02-01T01:30:57Z</dc:date>
    </item>
    <item>
      <title>Hi Collin,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144588#M11076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Collin,&lt;/P&gt;&lt;P&gt;Could you try to build the samples? FWIW the classification_sample.exe will end up under&amp;nbsp;C:\Users\MYUSERNAME\Documents\Intel\OpenVINO even if you install&amp;nbsp;under "C:\Intel".as cmake creates Visual studio solution under&amp;nbsp;C:\Users\MYUSERNAME\Documents\Intel\OpenVINO . Then try again&amp;nbsp;demo_squeezenet_download_convert_run.bat&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;nikos&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 20:28:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144588#M11076</guid>
      <dc:creator>nikos1</dc:creator>
      <dc:date>2019-02-01T20:28:44Z</dc:date>
    </item>
    <item>
      <title>Hi nikos,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144589#M11077</link>
      <description>&lt;P&gt;Hi nikos,&lt;/P&gt;&lt;P&gt;Thank you for the reply, I've been looking into the problem and it seems like a problem with CMake not being able to detect my compiler.&lt;/P&gt;&lt;P&gt;I'm in my C:\Intel\computer_vision_sdk_.....\deployment_tools\inference_engine\samples\build directory and I run:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cmake -DCMAKE_BUILD_TYPE=Release &amp;lt;path_to_inference_engine_samples_directory&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When I run the command, I get the following output:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CMake Error: Could not find cmake module file: C:/Intel/computer_vision_sdk_2018.5.456/deployment_tools/inference_engine/samples/CMakeFiles/3.11.3/CMakeCXXCompiler.cmake&lt;BR /&gt;CMake Error at CMakeLists.txt:7 (project):&lt;BR /&gt;&amp;nbsp; No CMAKE_C_COMPILER could be found.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CMake Error at CMakeLists.txt:7 (project):&lt;BR /&gt;&amp;nbsp; No CMAKE_CXX_COMPILER could be found.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-- Configuring incomplete, errors occurred!&lt;BR /&gt;See also "C:/Intel/computer_vision_sdk_2018.5.456/deployment_tools/inference_engine/samples/CMakeFiles/CMakeOutput.log".&lt;BR /&gt;See also "C:/Intel/computer_vision_sdk_2018.5.456/deployment_tools/inference_engine/samples/CMakeFiles/CMakeError.log".&lt;BR /&gt;CMake Error: Cannot open file for write: C:/Intel/computer_vision_sdk_2018.5.456/deployment_tools/inference_engine/samples/CMakeCache.txt.tmp&lt;BR /&gt;CMake Error: : System Error: Permission denied&lt;BR /&gt;CMake Error: Unable to open cache file for save. C:/Intel/computer_vision_sdk_2018.5.456/deployment_tools/inference_engine/samples/CMakeCache.txt&lt;BR /&gt;CMake Error: : System Error: Permission denied&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 21:03:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144589#M11077</guid>
      <dc:creator>Abidi__Collin</dc:creator>
      <dc:date>2019-02-01T21:03:24Z</dc:date>
    </item>
    <item>
      <title>Hi Collin,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144590#M11078</link>
      <description>&lt;P&gt;Hi Collin,&lt;/P&gt;&lt;P&gt;Please make sure the C++ tools are also installed, in addition to Visual Studio.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/OpenVINO-Install-Windows#next-steps" target="_blank"&gt;https://software.intel.com/en-us/articles/OpenVINO-Install-Windows#next-steps&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Next, can you try to run cmake using&amp;nbsp;create_msvc2015_solution.bat or&amp;nbsp;create_msvc2017_solution.bat which can be found under&amp;nbsp;C:\Intel\computer_vision_sdk_2018.5.456\deployment_tools\inference_engine\samples&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;nikos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 21:12:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144590#M11078</guid>
      <dc:creator>nikos1</dc:creator>
      <dc:date>2019-02-01T21:12:03Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144591#M11079</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am also facing the same problem. I installed all the required tools with the latest versions. still I struct with the same error.&lt;BR /&gt;So, I uninstalled all the related softwares and installed all the required softwares in the same order mentioned in the openvino installation website, Still no improvement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if someone can help me with this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 17:30:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/System-cannot-find-path-specified/m-p/1144591#M11079</guid>
      <dc:creator>Pichikala__Satya_Bha</dc:creator>
      <dc:date>2019-02-07T17:30:06Z</dc:date>
    </item>
  </channel>
</rss>

