Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.7k stars 705 forks source link

/home/liushuo/anaconda3/envs/vits/compiler_compat/ld: warning: /lib/x86_64-linux-gnu/libc.so.6: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0008002 #279

Open terryliu0755 opened 1 year ago

terryliu0755 commented 1 year ago

hello gays
my os is ubuntu 22.04 and cmake version 3.22.1 、 g++ --version g++ (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0、 gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0

when i running mkdir monotonic_align python3.8 setup.py build_ext --inplace

will found this error log mkdir monotonic_align python3.8 setup.py build_ext --inplace

/home/liushuo/anaconda3/envs/vits/compiler_compat/ld: warning: /lib/x86_64-linux-gnu/libc.so.6: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0008002

is it ok ?

Plachtaa commented 1 year ago

Warnings usually cause no problem. If you could import monotonic_align without error report, it is OK.