svc-develop-team / so-vits-svc

SoftVC VITS Singing Voice Conversion
GNU Affero General Public License v3.0
25.26k stars 4.74k forks source link

[Help]: subprocess-exited-with-error #314

Closed Spencersirius closed 1 year ago

Spencersirius commented 1 year ago

Please check the checkboxes below.

OS version

colab ubuntu

GPU

Tesla 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)

Audio Slicer GUI Processed 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

Problem description

Actually it ran quite well at first tho and i already trained some models to inference things i want on Google Colab.

But just today i suddenly ran into this issue when installing the environment and i don't know why... anyone could help? It directly makes me cannot keep training models rn.. i didn't change anything too it just suddenly appears the error.

%pip install pyworld praat-parselmouth fairseq tensorboardX torchcrepe librosa==0.9.1 pyyaml pynvml pyloudnorm faiss-gpu

now this one doesnt work for me

Log

Building wheels for collected packages: pyworld, fairseq, antlr4-python3-runtime
  error: subprocess-exited-with-error

  × Building wheel for pyworld (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  Building wheel for pyworld (pyproject.toml) ... error
  ERROR: Failed building wheel for pyworld
  Building wheel for fairseq (pyproject.toml) ... done
  Created wheel for fairseq: filename=fairseq-0.12.2-cp310-cp310-linux_x86_64.whl size=11298578 sha256=8533b44eefd0a3d09aa93cfd43ee9eda95e25aacc17507135648de7a664a0220
  Stored in directory: /root/.cache/pip/wheels/e4/35/55/9c66f65ec7c83fd6fbc2b9502a0ac81b2448a1196159dacc32
  Building wheel for antlr4-python3-runtime (setup.py) ... done
  Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.8-py3-none-any.whl size=141210 sha256=4d1c68faa8ab1f314c04188a0fef74be90cb6772819dbe9dff17605f77091420
  Stored in directory: /root/.cache/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5
Successfully built fairseq antlr4-python3-runtime
Failed to build pyworld
ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects

Screenshot so-vits-svc and logs/44k folders and paste here

it's not really necessary i guess? just environment issue imo others work fine so far

Supplementary description

No response

Spencersirius commented 1 year ago

nvm i solved this with simply downgrading pyworld version by using %pip install pyworld==0.3.2 and it keeps working now :)