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

/lib64/libm.so.6: version `GLIBC_2.27' not found (required by python3.7/site-packages/libkaldifeat_core.so #53

Open
maxandchen opened this issue Aug 18, 2022 · 3 comments

Comments

@maxandchen
Copy link

import kaldifeat
Traceback (most recent call last):
File "", line 1, in
File "/home/cyn244124/espnet/espnet/tools/anaconda/envs/espnet/lib/python3.7/site-packages/kaldifeat/init.py", line 2, in
from _kaldifeat import FbankOptions, FrameExtractionOptions, MelBanksOptions
ImportError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /lib/python3.7/site-packages/libkaldifeat_core.so)

@csukuangfj
Copy link
Owner

How did you install kaldifeat?
Did you use conda install?

@maxandchen
Copy link
Author

pip install kaldifeat

@csukuangfj
Copy link
Owner

/home/cyn244124/espnet/espnet/tools/anaconda/envs/espnet/lib/python3.7/site-packages/kaldifeat/init.py

lib/python3.7/site-packages/libkaldifeat_core.so

Have you tried to install kaldifeat with conda install before?

The logs show that you have two places with kaldifeat installed.

Please uninstall the one from your conda env.

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

2 participants