kaldi-python icon indicating copy to clipboard operation
kaldi-python copied to clipboard

Boost Python Argument Error

Open Liao-YiHsiu opened this issue 7 years ago • 1 comments

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, std::allocator >)

Would you please tell me how to solve this? Thanks a lot!!!

Liao-YiHsiu avatar Sep 22 '17 15:09 Liao-YiHsiu

have you solve it?

kaituoxu avatar Nov 10 '17 13:11 kaituoxu