Hi! I have followed the instructions on https://github.com/mozilla/DeepSpeech/tree/v0.6.0 to the “T” and I am running into some errors. Googling didn’t yield any hits that looked useful.
h-0.6.0-models/lm.binary --trie deepspeech-0.6.0-models/trie --audio audio/2830-3980-0043.wav
Traceback (most recent call last):
File "/Users/susaneraly/SKYMIND/deepspeech/deepspeech-venv/bin/deepspeech", line 5, in <module>
from deepspeech.client import main
File "/Users/susaneraly/SKYMIND/deepspeech/deepspeech-venv/lib/python3.6/site-packages/deepspeech/__init__.py", line 23, in <module>
from deepspeech.impl import PrintVersions as printVersions
File "/Users/susaneraly/SKYMIND/deepspeech/deepspeech-venv/lib/python3.6/site-packages/deepspeech/impl.py", line 13, in <module>
from ._impl import *
ImportError: dlopen(/Users/susaneraly/SKYMIND/deepspeech/deepspeech-venv/lib/python3.6/site-packages/deepspeech/_impl.cpython-36m-darwin.so, 2): Symbol not found: _SecKeyCopyExternalRepresentation
Referenced from: /Users/susaneraly/SKYMIND/deepspeech/deepspeech-venv/lib/python3.6/site-packages/deepspeech/lib//libdeepspeech.so
Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
in /Users/susaneraly/SKYMIND/deepspeech/deepspeech-venv/lib/python3.6/site-packages/deepspeech/lib//libdeepspeech.so