PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.62k stars 1.81k forks source link

[TTS]libc.so.6: version `GLIBC_2.32' not found #3785

Open charliedream1 opened 1 month ago

charliedream1 commented 1 month ago

For support and discussions, please use our Discourse forums.

If you've found a bug then please create an issue with the following information:

Describe the bug A clear and concise description of what the bug is. It gives out error: libc.so.6: version `GLIBC_2.32' not found

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

>>> from paddlespeech.cli.tts.infer import TTSExecutor
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/paddlespeech/cli/tts/__init__.py", line 14, in <module>
    from .infer import TTSExecutor
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/paddlespeech/cli/tts/infer.py", line 33, in <module>
    from paddlespeech.t2s.exps.syn_utils import get_am_inference
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/paddlespeech/t2s/exps/syn_utils.py", line 35, in <module>
    from paddlespeech.t2s.frontend.mix_frontend import MixFrontend
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/paddlespeech/t2s/frontend/mix_frontend.py", line 22, in <module>
    from paddlespeech.t2s.frontend.zh_frontend import Frontend
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/paddlespeech/t2s/frontend/zh_frontend.py", line 31, in <module>
    from paddlespeech.t2s.frontend.g2pw import G2PWOnnxConverter
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/paddlespeech/t2s/frontend/g2pw/__init__.py", line 1, in <module>
    from .onnx_api import G2PWOnnxConverter
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/paddlespeech/t2s/frontend/g2pw/onnx_api.py", line 27, in <module>
    from opencc import OpenCC
  File "/root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/opencc/__init__.py", line 6, in <module>
    from opencc.clib import opencc_clib
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /root/miniconda3/envs/tts_py39/lib/python3.9/site-packages/opencc/clib/opencc_clib.cpython-39-x86_64-linux-gnu.so)

Environment (please complete the following information):

Additional context Add any other context about the problem here.

Ray961123 commented 1 month ago

Hello developer, thank you for your attention to the PaddleSpeech open-source project. We apologize for any inconvenience you may have encountered during development. For guidance, please refer to the following link:https://github.com/PaddlePaddle/PaddleSpeech/issues/3553