gooofy / py-kaldi-asr

Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as convenient as possible.
Apache License 2.0
170 stars 56 forks source link

Added support for python versions 3.5+ and fixed the setup process #44

Closed jakobkruse1 closed 3 years ago

jakobkruse1 commented 3 years ago

Hello everyone, upon using the repository with Python Version 3.8, I noticed that the setup process does not work correctly. I have thus fixed the setup.py script to work with larger Python Versions and also fixed a small bug not finding the correct atlas include directory. Everything is backwards compatible, I have tested the setup process on both Python3.5 and Python3.8 on Ubuntu 20.04. Changes include:

If there are any questions, I am happy to reply.

Kindly, Jakob

gooofy commented 3 years ago

thank you! :)