kaldi-python
kaldi-python copied to clipboard
Boost Python Argument Error
Hi,
I am trying to use kaldi-python for python3.6. I am able to compile and import kaldi_io, but when I try to use it, there's some error:
--> import kaldi_io
--> ali_reader = kaldi_io.SequentialInt32VectorReader(align_scp)
Boost.Python.ArgumentError: Python argument types in
SequentialInt32VectorReader.init(SequentialInt32VectorReader, str)
did not match C++ signature:
init(_object*, std::__cxx11::basic_string<char, std::char_traits
Would you please tell me how to solve this? Thanks a lot!!!
have you solve it?