kaldi-asr / kaldi-asr/kaldi

Lookahead fst libraries are not included in path

Open
#3,959 20 comments 1 reaction 0 assignees View on GitHub
bug stale
Dominant language
Shell
Stars
15.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Recipes for recently added lookahead decoding fail because lookahead libraries are built in `/lib/fst` rather then `/lib`

adding
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$KALDI_ROOT/tools/openfst/lib/fst`
to path.sh solves the problem

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with path.sh and inspect how the OpenFST library directories are added to LD_LIBRARY_PATH. Check a recently added lookahead decoding recipe that currently fails, and consider the issue resolved when those recipes can find the lookahead libraries without manual environment changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.