kan-bayashi / ParallelWaveGAN

Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN & HiFi-GAN & StyleMelGAN) with Pytorch
https://kan-bayashi.github.io/ParallelWaveGAN/
MIT License
1.54k stars 339 forks source link

ImportError: /lib64/libstdc++.so.6 #431

Open abhijitmohanta opened 1 month ago

abhijitmohanta commented 1 month ago

I encountered the following error while running the LJspeech TTS:

ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/a.mohanta/20May2024/jabed/espnet/tools/python_user_base/lib/python3.9/site-packages/pyworld/pyworld.cpython-39-x86_64-linux-gnu.so)

I have used the GCC package 'gcc/13.1.0', but still getting this error. The error file is attached herewith for further reference. error_file.txt

PLEASE HELP ME IN THIS REGARD. Thank you.

kan-bayashi commented 1 month ago

Make sure you update LD_LIBRARY_PATH.