python - Issues installing pynini -
i'm having issues installing pynini python. tried doing using pip. command line seems work, once start testing functions, there nothing, basically.
tried downloading tar.gz in http://www.openfst.org/twiki/bin/view/grm/pyninidownload , then, pip it, fails build 'wheel'.
doesn't tell me more this. looked prereqs, i'm wondering if somehow related python version. i'm using python 3...
appreciated.
a standard-complying c++ 11 compiler in system requirements (see openfst.org/twiki/pub/grm/pyninidownload/readme.rst ). try mingw64
https://wiki.python.org/moin/windowscompilers#gcc_-mingw.28x86.29
Comments
Post a Comment