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.

OpenVino sample running

zeyneepelbir
Beginner
944 Views

Hello, I had a problem with running the demo samples. Even though i had installed Visual Studio 2019, CMake 3.14 and OpenVino Toolkit 2021 I am having an error as can be seen down below,

 

Waiting for 0 seconds, press a key to continue ...
Creating Visual Studio 16 2019 x64 files in C:\Users\User\Documents\Intel\OpenVINO\inference_engine_samples_build...
-- Selecting Windows SDK version to target Windows 10.0.17763.
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:10 (project):
No CMAKE_C_COMPILER could be found.

 

CMake Error at CMakeLists.txt:10 (project):
No CMAKE_CXX_COMPILER could be found.

 

-- Configuring incomplete, errors occurred!
See also "C:/Users/User/Documents/Intel/OpenVINO/inference_engine_samples_build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/User/Documents/Intel/OpenVINO/inference_engine_samples_build/CMakeFiles/CMakeError.log".
Error

 

 

I have installed required installations for Visual Studio and Python 3.6.5. I have followed the instructions given in  https://docs.openvinotoolkit.org/2021.3/openvino_docs_install_guides_installing_openvino_windows.html#set-the-environment-variables and https://software.intel.com/content/www/us/en/develop/articles/get-started-with-neural-compute-stick.html .

 

Thanks.

 

 

 

0 Kudos
2 Replies
Syamimi_Intel
Moderator
918 Views

Hi ZEYNEP ELBIR,

Thank you for reaching out. This issue might happen if you do not add CMake to your PATH environment variable during the installation. You can add the path by referring to the Windows Environment Variables.

 

This issue also might be due to Visual Studio installation. Try to re-install the Visual Studio by tick at the "Desktop development with c++".

 

There are some discussions on Stack Overflow, you can try checking at the following link:

https://stackoverflow.com/questions/32801638/cmake-error-at-cmakelists-txt30-project-no-cmake-c-compiler-could-be-found

 

 

Regards,

Syamimi


0 Kudos
Munesh_Intel
Moderator
883 Views

Hi Zeynep,

This thread will no longer be monitored since we have provided suggestions. If you need any additional information from Intel, please submit a new question.



Regards,

Munesh



0 Kudos
Reply