neonbjb / tortoise-tts

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

Error: Wheel "progressbar' #450

Open habeshahood opened 1 year ago

habeshahood commented 1 year ago

(tts-fast) petros@192 tortoise-tts-fast % pip install -e .
Obtaining file:///Volumes/PegasusR4i/miniconda3/python.app/tortoise-tts-fast Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... done Preparing editable metadata (pyproject.toml) ... done Collecting bigvgan@ git+https://github.com/152334H/BigVGAN.git (from tortoise==3.0.0) Cloning https://github.com/152334H/BigVGAN.git to ./pip-install-pzpfznjn/bigvgan_b5582bd9fa6947fc827060b5c97948bc Running command git clone --filter=blob:none --quiet https://github.com/152334H/BigVGAN.git /Volumes/PegasusR4i/miniconda3/python.app/tortoise-tts-fast/pip-install-pzpfznjn/bigvgan_b5582bd9fa6947fc827060b5c97948bc git: error: write out empty cache file '/var/folders/_n/3xjnwkp13sn3qg8gt2klngm80000gn/T/xcrun_db' (errno=No space left on device) Resolved https://github.com/152334H/BigVGAN.git to commit b10aaeea6ff7e5704d4f8198071cf9a4c174e78a Preparing metadata (setup.py) ... done Collecting Unidecode<2.0.0,>=1.3.6 (from tortoise==3.0.0) Using cached Unidecode-1.3.6-py3-none-any.whl (235 kB) Collecting einops<0.7.0,>=0.6.0 (from tortoise==3.0.0) Using cached einops-0.6.1-py3-none-any.whl (42 kB) Collecting gdown<5.0.0,>=4.6.4 (from tortoise==3.0.0) Using cached gdown-4.7.1-py3-none-any.whl (15 kB) Collecting inflect<7.0.0,>=6.0.2 (from tortoise==3.0.0) Using cached inflect-6.0.4-py3-none-any.whl (34 kB) Collecting k-diffusion<0.0.15,>=0.0.14 (from tortoise==3.0.0) Using cached k_diffusion-0.0.14-py3-none-any.whl (25 kB) Collecting librosa<0.9.0,>=0.8.1 (from tortoise==3.0.0) Using cached librosa-0.8.1-py3-none-any.whl (203 kB) Collecting numba<0.57.0,>=0.56.4 (from tortoise==3.0.0) Using cached numba-0.56.4-cp38-cp38-macosx_10_14_x86_64.whl (2.4 MB) Collecting progressbar<3.0,>=2.5 (from tortoise==3.0.0) Using cached progressbar-2.5-py3-none-any.whl ERROR: Wheel 'progressbar' located at /Users/petros/Library/Caches/pip/wheels/2c/67/ed/d84123843c937d7e7f5ba88a270d11036473144143355e2747/progressbar-2.5-py3-none-any.whl is invalid.

(tts-fast) petros@192 tortoise-tts-fast %

yatesdr commented 1 year ago

Are you using a venv? I couldn't get it to install on base system since their requirements.txt is all jacked up.

I recommend removing the specific versioning in requirements.txt and using a fresh python3.9 venv, it worked for me on Debian 11.

lloydchang commented 1 month ago

pip install git+https://github.com/wolph/python-progressbar

See https://www.reddit.com/r/github/comments/116f3wd/comment/lj7eidl/