I am getting the following error when trying to use deepspeech, i am using deepspeech=0.6.1 python module on a windows 10 machine
any help is highly appreciated
Traceback (most recent call last):
File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\program files\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\Python37\Scripts\deepspeech.exe\__main__.py", line 5, in <module>
File "c:\program files\python37\lib\site-packages\deepspeech\__init__.py", line 23, in <module>
from deepspeech.impl import PrintVersions as printVersions
File "c:\program files\python37\lib\site-packages\deepspeech\impl.py", line 13, in <module>
from ._impl import *
ImportError: DLL load failed: The specified module could not be found.