Hello! I am new to deepspeech and I am trying to setup deepspeech on RHEL version 2.32, after successfully doing pip install deepspeech, and taking care of virtual environments and path.
I wanted to use deepspeech python bindings, as have written a python code around deepspeech for voice to text and based it on client.py hence would want import deepspeech to work , which it doesn’t as I am getting the following error and would be grateful for a quick resolution.
Thank you so much for your quick reply and pointing out to the similar issue.
According to the similar issue, its the problem with CUDA dependencies, but I am not using a GPU, or even planning to train a model, I just want to run deepspeech using the pretrained model for which I am getting this error.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
4
First, please avoid sharing screenshot for debugging, it makes it very hard to read for some people.
It is not. Please carefully read the error: our libdeepspeech.so and the Python bindings are built against a more recent version glibc than yours. You will have to rebuild at least the python bindings, maybe libdeepspeech.so.