ai-bot-pro / achatbot

An open source chat bot architecture for voice/vision (and multimodal) assistants, local and remote to run
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

macOS install openfst #22

Open weedge opened 2 months ago

weedge commented 2 months ago

when pip install pynini need openfst

macOS use brew install openfst; then brew list openfst, get include, lib dir, export those dir like this:

export C_INCLUDE_PATH=/usr/local/Cellar/openfst/1.8.3/include
export LIBRARY_PATH=/usr/local/Cellar/openfst/1.8.3/lib/
export CPLUS_INCLUDE_PATH=/usr/local/Cellar/openfst/1.8.3/include
pip install pynini==2.1.6