Open jiaxinf opened 1 year ago
Nice 谢谢
Replace the Colab code with the following:
#@title Clone repository and install requirements
#@markdown # Clone repository and install requirements
#@markdown
#@markdown ### After the execution is completed, the runtime will **automatically restart**
#@markdown
!git clone https://github.com/svc-develop-team/so-vits-svc -b 4.1-Stable
%pip uninstall -y torchdata torchtext
%pip install --upgrade pip setuptools numpy numba
%pip install praat-parselmouth fairseq tensorboardX torchcrepe librosa==0.9.1 pyyaml pynvml pyloudnorm faiss-gpu
%pip install pyworld --no-build-isolation
%pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
exit()
可以安装旧版本。
pyworld==0.2.12
OS version
Google Colab
GPU
Tesla A100/V100/T4
Python version
3.10.12
PyTorch version
2.0.1+cu118
Branch of sovits
4.0(Default)
Dataset source (Used to judge the dataset quality)
UVR-processed streaming audio
Where thr problem occurs or what command you executed
%pip install pyworld praat-parselmouth fairseq tensorboardX torchcrepe librosa==0.9.1 pyyaml pynvml pyloudnorm faiss-gpu
Situation description
Basically in the second block on Google Colab where you 'Clone repository and install requirements', pyworld cannot be installed properly and throws an error below. It was working 2 days ago, and as a temporary solution, I used
pip install pyworld --no-build-isolation
to install pyworld separately so I can continue training + inference. You may want to update the code on Google Colab and investigate what's causing the issue.Log
Supplementary description
No response