neonbjb / tortoise-tts

A multi-voice TTS system trained with an emphasis on quality
Apache License 2.0
13.12k stars 1.81k forks source link

Colab error: subprocess-exited-with-error #345

Open ghostlyghastly opened 1 year ago

ghostlyghastly commented 1 year ago
Collecting resampy>=0.2.2
  Using cached resampy-0.4.1-py3-none-any.whl (3.1 MB)
  Using cached resampy-0.4.0-py3-none-any.whl (3.1 MB)
  Using cached resampy-0.3.1-py3-none-any.whl (3.1 MB)
Requirement already satisfied: threadpoolctl>=2.0.0 in /usr/local/lib/python3.9/dist-packages (from scikit-learn!=0.19.0,>=0.14.0->librosa->-r requirements.txt (line 10)) (3.1.0)
Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.9/dist-packages (from soundfile>=0.10.2->librosa->-r requirements.txt (line 10)) (1.15.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.0->soundfile>=0.10.2->librosa->-r requirements.txt (line 10)) (2.21)
Building wheels for collected packages: llvmlite
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel 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 llvmlite (setup.py) ... error
  ERROR: Failed building wheel for llvmlite
  Running setup.py clean for llvmlite
Failed to build llvmlite
Installing collected packages: llvmlite, ffmpeg, numba, resampy
  Attempting uninstall: llvmlite
    Found existing installation: llvmlite 0.39.1
    Uninstalling llvmlite-0.39.1:
      Successfully uninstalled llvmlite-0.39.1
  error: subprocess-exited-with-error

  × Running setup.py install for llvmlite 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.
  Running setup.py install for llvmlite ... error
  WARNING: No metadata found in /usr/local/lib/python3.9/dist-packages
  Rolling back uninstall of llvmlite
  Moving to /usr/local/lib/python3.9/dist-packages/llvmlite-0.39.1.dist-info/
   from /usr/local/lib/python3.9/dist-packages/~lvmlite-0.39.1.dist-info
  Moving to /usr/local/lib/python3.9/dist-packages/llvmlite/
   from /usr/local/lib/python3.9/dist-packages/~lvmlite
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> llvmlite
hexahigh commented 1 year ago

Im getting the same issue

slovenianman commented 1 year ago

so do I. There is no way to run the code because of this error

slovenianman commented 1 year ago

I could fix it by installing einops and importing it. Next I imported rearrange from einops and it works fine.