Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while running wsj #3

Open
Durgesh92 opened this issue Jul 13, 2020 · 4 comments
Open

Error while running wsj #3

Durgesh92 opened this issue Jul 13, 2020 · 4 comments

Comments

@Durgesh92
Copy link

I am getting the following issue while running WSJ script

ImportError: /usr/local/lib/python3.6/dist-packages/simplefst-0.0.0-py3.6-linux-x86_64.egg/simplefst.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3fst9FstHeader4ReadERSiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb

@lezasantaizi
Copy link

I have the same problems

1 similar comment
@fuyanzhe
Copy link

fuyanzhe commented Sep 3, 2020

I have the same problems

@alkoumpa
Copy link

if you run ldd /usr/local/lib/python3.6/dist-packages/simplefst-0.0.0-py3.6-linux-x86_64.egg/simplefst.cpython-36m-x86_64-linux-gnu.so it should tell you which libraries it can't find.
From the error message it seems to be openfst, in that case you can symlink the libfst.so to /usr/lib/ e.g.
ln -s /path/to/pychain/openfst-1.7.5/lib/libfst.so.17.0.0 /usr/lib/libfst.so.17
you may want to adjust /path/to/pychain/ to the path you built pychain.

@curlneuron
Copy link

can you use multi GPU card in a local machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants