Slyne / ctc_decoder

A ctc decoder for both online and offline asr model
57 stars 26 forks source link

install error! #17

Open DataXujing opened 6 months ago

DataXujing commented 6 months ago
git clone https://github.com/Slyne/ctc_decoder.git && cd ctc_decoder/swig && bash setup.sh
python3 -c "import swig_decoders"

ModuleNotFoundError: No module named '_swig_decoders'

bob-wangkkk commented 2 months ago

+1 same question