You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: