What is `ERROR: The decoder library file does not exist.`?
See original GitHub issueHi Carlini,
I installed all the dependencies and downloaded the model from Mozilla. I think everything seems to work given that “Google take me to evil dot com” works.
However, when I run python attack ....
, I get the following error:
ERROR: The decoder library file does not exist. Make sure you have downloaded or built the native client binaries and pass the appropriate path to the binaries in the --decoder_library_path parameter.
However, my code will run till the end and I get the right result.
Is this something I should be worried about? It is related to DeepSpeech. According to their instruction, this is literally for decoding the audio into text.
Cheers, Seyoung
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
ERROR: The decoder library file does not exist · Issue #1204
I am trying to train the model based on Common Voice training data. I have installed all the requirements as per requirements.txt.
Read more >“.h: No such file or directory" - 2 Easy fixes to Arduino error
The easiest way is to go to Sketch > Include Library > Manage Libraries. The Arduino IDE will open up a dialogue box...
Read more >Python Image Library fails with message "decoder JPEG not ...
The problem was that I had two python packages. One that ships in with ubuntu and another that belonged to Zope Server. Somehow,...
Read more >Error Codes (The GNU C Library)
“No such file or directory.” This is a “file doesn't exist” error for ordinary files that are referenced in contexts where they are...
Read more >Troubleshooting — DeepStream 6.1.1 Release documentation
This bug is seen only with long duration seekable streams (mostly containerized files e.g. mp4). This does not affect live sources like RTSP ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks reasonable to me. I just convert them ahead of time with something like Audacity.
This code doesn’t need the language model. Everything should work fine without the decoder library file. When I get a chance today I’ll silence that error.