I need to install pywrapfst, but when I do python setup.py install
in the root folder like the github says, I get a lot of warnings and syntax errors, as well as errors of 'too many arguments', and I eventually get fatal error: too many errors
.
I am on python 3.8.1, I have installed Cython, as well as openfst with the far extension ( I also have tried installing pywrapfst while pointing to the openfst directory, same issues)
I looked everywhere but genuinely couldn't find this question asked before; I saw one about installing openfst with the --enable-python tag, but I was instructed not to do that.
Thanks in advance.