Skip to content

Instantly share code, notes, and snippets.

@eraly
Created December 10, 2019 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eraly/94bdbc5a4cc103cab6bddf509506953d to your computer and use it in GitHub Desktop.
Save eraly/94bdbc5a4cc103cab6bddf509506953d to your computer and use it in GitHub Desktop.
eepspeech --model deepspeech-0.6.0-models/output_graph.pbmm --lm deepspeech-0.6.0-models/lm.binary --trie deepspeech-0.6.0-models/trie --audio audio/2830-3980-0043.wav 2>&1 | tee run.log
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment