usefulsensors / openai-whisper

Robust Speech Recognition via Large-Scale Weak Supervision
MIT License
62 stars 24 forks source link

CMake Failed ANDROID_LOG_LIB NOTFOUND #39

Open ospknb opened 1 year ago

ospknb commented 1 year ago

Hello,

Thanks for sharing your project. I am attempting to run it on Android using Termux but ran into the below error at Step 5 of your instructions:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ANDROID_LOG_LIB
    linked by target "benchmark_model" in directory /data/data/com.termux/files/openaiwhisper/openai-whisper/tensorflow_src/tensorflow/lite/tools/benchmark

-- Generating done (1.0s)
CMake Generate step failed.  Build files cannot be regenerated correctly.

Any ideas on what I should do...Not a complete noob but probably one step out of the noob arena so not sure on how to solve this myself. Thanks for any assistance on this!