@lissyx Hello sir I am trying to install deepspeech==0.4.1 but when I am installed in a window latest version of deepspeech 0.5.0a5 this version install but I want to install deepseech==0.4.1
Is it available for windows and can we use deepspeech in windows help me!
Thanks in Advance
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
Can you be more specific on which bindings you want ?
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
3
Please read the docs and releases pages. Windows as of now does not have officially released python and other bindings. Given your deepspeech==0.4.1 I’m infering you are trying to get Python bindings: we don’t have them. First version to be published was 0.5.0a5, and if you re-export model v0.4.1 from this 0.5.0-alpha.5 tag and not master it should work, because we only added metadata to the graph.
The really incompatible changes came after.
Worst case, you can use our libdeepspeech.so v0.4.1 for Windows and just follow the step to build Python bindings, it should work.