“deepspeech h”时deep speech出错

2024-06-02 06:07:26 发布

您现在位置:Python中文网/ 问答频道 /正文

嗨,我正在尝试安装DeepSpeech,但出现以下错误。你知道吗

我按照这个链接安装

https://www.simonwenkel.com/2018/09/24/Introduction-to-Mozilla-Deep-Speech.html

D:\>deepspeech -h
Traceback (most recent call last):
  File "c:\users\wer\appdata\local\programs\python\python37\lib\site-packages\deepspeech\impl.py", line 14, in swig_import_helper
    return importlib.import_module(mname)
  File "c:\users\wer\appdata\local\programs\python\python37\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 670, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 583, in module_from_spec
  File "<frozen importlib._bootstrap_external>", line 1043, in create_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Tags: inimportlocallineloadimportlibcallbootstrap