While trying to install loqui with Python 3.8 on Ubuntu 20.04, it failed. I was able to solve this by doing the following:
- Cloning the repository
- Deleting the
.c files in the py/loqui directory of the repository
- Running
python3 setup.py install from the root of the repository
I'm not sure why it didn't work, I think it relates to the .c files being out of date with the current version of Python possibly, so I didn't pull request these changes since I don't want to break anything. I am opening this issue to show my solution to the problem and hopefully it can get fixed.
Also, while I am here, could loqui get put on PyPi (https://pypi.org/) so it can be easily installed?
Thanks!