I was deploying a flask application that has a dependency with Tesseract library and I am getting below error.
No match for argument:
Error: Unable to find a match: tesseract
FileNotFoundError: [Errno 2] No such file or directory: 'tesseract'
I tried below commands
yum install -y tesseract
I also tried to download rpm files and tried local installing it. But nothing worked
and I also tried pip installing. How to resolve it