Installing on MacOS does not seem to work.
To reproduce:
conda install -c conda-forge pynini
pip3 install WeTextProcessing==1.0.4.1
The resulting error is:
ld: library 'fstfarscript' not found
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang++' failed with exit code 1
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pynini
Failed to build pynini
error: failed-wheel-build-for-install
(I am building pynini using conda-forge as per official installation instructions).
Related issue: #292