Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dmoham1476 opened this issue Nov 1, 2017 · 0 comments
Open

Comments

@dmoham1476
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant