baidu-research / ba-dls-deepspeech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: dlsym(0x7feffc3bfc00, cpu_ctc): symbol not found

dmoham1476 opened this issue · comments

I am trying to run the Baidu deep speech code on my mac (no gpu). I am running into this error when I run train.py. Any pointers on how to get past this? I have followed all the steps listed in the dependancies.

Traceback (most recent call last):
File "train.py", line 14, in
from model import compile_gru_model, compile_train_fn, compile_test_fn
File "/Users/balaji/PycharmProjects/Sensara/ba-dls-deepspeech-master/model.py", line 8, in
import ctc
File "/Users/balaji/Documents/ctc/python/ctc.py", line 20, in
libwarpctc.cpu_ctc.restype = None
File "/Users/balaji/anaconda/lib/python3.6/ctypes/init.py", line 361, in getattr
func = self.getitem(name)
File "/Users/balaji/anaconda/lib/python3.6/ctypes/init.py", line 366, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(0x7feffc3bfc00, cpu_ctc): symbol not found