intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
725 stars 43 forks source link

Error during the WHISPER build #219

Closed Leoo97 closed 1 month ago

Leoo97 commented 1 month ago
cmake ../whisper.cpp/ -DWHISPER_OPENVINO=ON
CMake Error at CMakeLists.txt:284 (find_package):
By not providing "FindOpenVINO.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OpenVINO",
but CMake did not find one.

Could not find a package configuration file provided by "OpenVINO" with any
of the following names:

OpenVINOConfig.cmake
openvino-config.cmake

Add the installation prefix of "OpenVINO" to CMAKE_PREFIX_PATH or set
"OpenVINO_DIR" to a directory containing one of the above files.  If
"OpenVINO" provides a separate development package or SDK, be sure it has
been installed.

-- Configuring incomplete, errors occurred!

I am not able to understand what is going wrong!

RyanMetcalfeInt8 commented 1 month ago

Hi @Leoo97,

In the same terminal as you ran the CMake command, did you source OpenVINO's setupvars.sh script?

Thanks, Ryan