dmitriy-serdyuk / kaldi-python

Python wrappers for Kaldi data
Apache License 2.0
34 stars 18 forks source link

error: ‘IsKaldiError’ is not a member of ‘kaldi’ #7

Closed helson73 closed 7 years ago

helson73 commented 7 years ago

Hi, I tried to run 'python setup.py install' , but following error rised.

error: ‘IsKaldiError’ is not a member of ‘kaldi’

How to fix it?

Thanks.

helson73 commented 7 years ago

I just successfully compiled kaldi-python by commenting all lines include 'IsKaldiError'. It seems kaldi header files do not have such function or definition.

dmitriy-serdyuk commented 7 years ago

Probably kaldi was changed, either try older version of kaldi or comment it out on your own risk. A proper solution would be to find what is a new name of IsKaldiError.

helson73 commented 7 years ago

Thanks!

dmitriy-serdyuk commented 7 years ago

It is still an issue. I'll try to fix it when I have time.