rsxdalv / tts-generation-webui

TTS Generation Web UI (Bark, MusicGen + AudioGen, Tortoise, RVC, Vocos, Demucs, SeamlessM4T, MAGNet, StyleTTS2, MMS)
https://rsxdalv.github.io/tts-generation-webui/
MIT License
1.6k stars 172 forks source link

Cant Install on Macbook M1 pro #175

Open lustfeind opened 11 months ago

lustfeind commented 11 months ago

I don't now whats wrong. During installation nothing seems wrong. But when I try to start it:

/Users/otto/Documents/tts-generation-webui# ./start_macos.sh Traceback (most recent call last): File "/Users/otto/Documents/tts-generation-webui/tts-generation-webui/server.py", line 40, in from src.tortoise.generation_tab_tortoise import generation_tab_tortoise File "/Users/otto/Documents/tts-generation-webui/tts-generation-webui/src/tortoise/generation_tab_tortoise.py", line 7, in from src.tortoise.gen_tortoise import ( File "/Users/otto/Documents/tts-generation-webui/tts-generation-webui/src/tortoise/gen_tortoise.py", line 7, in from tortoise.api import TextToSpeech, MODELS_DIR File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/tortoise/api.py", line 7, in import torch File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/torch/init.py", line 1239, in from torch import onnx as onnx File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/torch/onnx/init.py", line 12, in from . import ( # usort:skip. Keep the order instead of sorting lexicographically File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/torch/onnx/symbolic_caffe2.py", line 4, in from torch.onnx import symbolic_helper, symbolic_opset9 as opset9 File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/torch/onnx/symbolic_helper.py", line 611, in def _onnx_unsupported(op_name: str, value: Optional[_C.Value] = None) -> NoReturn: File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/decorcache.py", line 77, in beartype return beartype_object(obj, conf) File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/decorcore.py", line 98, in beartype_object _beartype_object_fatal(obj, conf=conf, kwargs) File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/decorcore.py", line 147, in _beartype_object_fatal beartype_nontype(obj, kwargs) # type: ignore[return-value] File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/_decormore.py", line 178, in beartype_nontype return beartype_func(obj, **kwargs) # type: ignore[return-value] File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/_decormore.py", line 242, in beartype_func func_wrapper_code = generate_code(bear_call) File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/wrapmain.py", line 187, in generate_code code_check_return = _code_check_return(bear_call) File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/wrapmain.py", line 669, in _code_check_return reraise_exception_placeholder( File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_util/error/utilerror.py", line 214, in reraise_exception_placeholder raise exception.with_traceback(exception.traceback) File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/wrapmain.py", line 618, in _code_check_return ) = make_func_wrapper_code(hint_sane, bear_call.conf, cls_stack) # type: ignore[assignment] File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 259, in _callable_cached raise exception File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 251, in _callable_cached return_value = args_flat_to_return_value[args_flat] = func( File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/_wrapcode.py", line 86, in make_func_wrapper_code ) = make_check_expr(hint, conf, cls_stack) File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 259, in _callable_cached raise exception File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 251, in _callable_cached return_value = args_flat_to_return_value[args_flat] = func( File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_check/code/codemake.py", line 706, in make_check_expr die_if_hint_pep_unsupported( File "/Users/otto/Documents/tts-generation-webui/installer_files/env/lib/python3.10/site-packages/beartype/_util/hint/pep/utilpeptest.py", line 205, in die_if_hint_pep_unsupported raise BeartypeDecorHintPep484Exception( beartype.roar.BeartypeDecorHintPep484Exception: Function torch.onnx.symbolic_helper._onnx_unsupported() return PEP 484 type hint "typing.NoReturn" invalid in this type hint context (i.e., "typing.NoReturn" valid only as non-nested return annotation).

Done!

lustfeind commented 11 months ago

I just try the google colab demo link and get a similar error there. Something is generally wrong?

AndreasNieder commented 11 months ago

same problem as https://github.com/rsxdalv/tts-generation-webui/issues/174 ?

lustfeind commented 11 months ago

same problem as #174 ?

Yes, I think you're right.

lustfeind commented 11 months ago

I give up,.. installed beartype==0.15.0, changed installer_files/env/lib/python3.10/site-packages/torch/onnx/symbolic_helper.py from NoReturn to None... no success.

Here is my full terminal output, if somebody could give me a hint, I would appreciate it a lot:


Last login: Sun Sep 17 14:22:52 on ttys000
(base) otto@MacBook-Pro-von-otto ~ % cd Documents/tts 
(base) otto@MacBook-Pro-von-otto ~/Documents/tts % conda activate tts
(tts) otto@MacBook-Pro-von-otto ~/Documents/tts % conda list -n tts         

# packages in environment at /Users/otto/miniconda/envs/tts:
#
# Name                    Version                   Build  Channel
accelerate                0.23.0                   pypi_0    pypi
aiofiles                  23.2.1                   pypi_0    pypi
aiohttp                   3.8.5                    pypi_0    pypi
aiosignal                 1.3.1                    pypi_0    pypi
altair                    5.1.1                    pypi_0    pypi
annotated-types           0.5.0                    pypi_0    pypi
antlr4-python3-runtime    4.8                      pypi_0    pypi
anyio                     3.7.1                    pypi_0    pypi
async-timeout             4.0.3                    pypi_0    pypi
attrs                     23.1.0                   pypi_0    pypi
audiolm-pytorch           1.2.28                   pypi_0    pypi
audioread                 3.0.0                    pypi_0    pypi
bark-hubert-quantizer     0.0.5                    pypi_0    pypi
beartype                  0.15.0                   pypi_0    pypi
bitarray                  2.8.1                    pypi_0    pypi
blas                      1.0                    openblas  
boto3                     1.28.49                  pypi_0    pypi
botocore                  1.31.49                  pypi_0    pypi
brotlipy                  0.7.0           py310h1a28f6b_1002  
bzip2                     1.0.8                h620ffc9_4  
c-ares                    1.19.1               h80987f9_0  
ca-certificates           2023.08.22           hca03da5_0  
certifi                   2023.7.22       py310hca03da5_0  
cffi                      1.15.1          py310h80987f9_3  
charset-normalizer        3.2.0                    pypi_0    pypi
click                     8.1.7                    pypi_0    pypi
colorama                  0.4.6                    pypi_0    pypi
contourpy                 1.1.1                    pypi_0    pypi
cryptography              41.0.3          py310hd4332d6_0  
curl                      8.2.1                h02f6b3c_0  
cycler                    0.11.0                   pypi_0    pypi
cython                    3.0.2                    pypi_0    pypi
decorator                 5.1.1                    pypi_0    pypi
einops                    0.6.1                    pypi_0    pypi
ema-pytorch               0.2.3                    pypi_0    pypi
encodec                   0.1.1                    pypi_0    pypi
exceptiongroup            1.1.3                    pypi_0    pypi
expat                     2.5.0                h313beb8_0  
fairseq                   0.12.2                   pypi_0    pypi
fastapi                   0.103.1                  pypi_0    pypi
ffmpeg                    4.2.2                h04105a8_0  
ffmpeg-python             0.2.0                    pypi_0    pypi
ffmpy                     0.3.1                    pypi_0    pypi
filelock                  3.12.4                   pypi_0    pypi
fonttools                 4.42.1                   pypi_0    pypi
freetype                  2.12.1               h1192e45_0  
frozenlist                1.4.0                    pypi_0    pypi
fsspec                    2023.9.1                 pypi_0    pypi
funcy                     2.0                      pypi_0    pypi
future                    0.18.3                   pypi_0    pypi
gdbm                      1.18                 h8fe7016_4  
gettext                   0.21.0               h13f89a0_1  
giflib                    5.2.1                h80987f9_3  
git                       2.40.1          pl5340h6cf2078_1  
gmp                       6.2.1                hc377ac9_3  
gmpy2                     2.1.2           py310h8c48613_0  
gnutls                    3.6.15               h887c41c_0  
gradio                    3.35.2                   pypi_0    pypi
gradio-client             0.5.0                    pypi_0    pypi
h11                       0.14.0                   pypi_0    pypi
httpcore                  0.18.0                   pypi_0    pypi
httpx                     0.25.0                   pypi_0    pypi
huggingface-hub           0.17.1                   pypi_0    pypi
hydra-core                1.0.7                    pypi_0    pypi
icu                       73.1                 h313beb8_0  
idna                      3.4             py310hca03da5_0  
inflect                   7.0.0                    pypi_0    pypi
jinja2                    3.1.2           py310hca03da5_0  
jmespath                  1.0.1                    pypi_0    pypi
joblib                    1.3.2                    pypi_0    pypi
jpeg                      9e                   h80987f9_1  
jsonschema                4.19.0                   pypi_0    pypi
jsonschema-specifications 2023.7.1                 pypi_0    pypi
kiwisolver                1.4.5                    pypi_0    pypi
krb5                      1.20.1               hf3e1bf2_1  
lame                      3.100                h1a28f6b_0  
lazy-loader               0.3                      pypi_0    pypi
lcms2                     2.12                 hba8e193_0  
lerc                      3.0                  hc377ac9_0  
libcurl                   8.2.1                h3e2b118_0  
libcxx                    14.0.6               h848a8c0_0  
libdeflate                1.17                 h80987f9_0  
libedit                   3.1.20221030         h80987f9_0  
libev                     4.33                 h1a28f6b_1  
libffi                    3.4.4                hca03da5_0  
libgfortran               5.0.0           11_3_0_hca03da5_28  
libgfortran5              11.3.0              h009349e_28  
libiconv                  1.16                 h1a28f6b_2  
libidn2                   2.3.4                h80987f9_0  
libjpeg-turbo             2.0.0                h1a28f6b_0  
libnghttp2                1.52.0               h62f6fdd_1  
libopenblas               0.3.21               h269037a_0  
libopus                   1.3                  h1a28f6b_1  
libpng                    1.6.39               h80987f9_0  
librosa                   0.10.1                   pypi_0    pypi
libssh2                   1.10.0               h02f6b3c_2  
libtasn1                  4.19.0               h80987f9_0  
libtiff                   4.5.1                h313beb8_0  
libunistring              0.9.10               h1a28f6b_0  
libvpx                    1.10.0               hc377ac9_0  
libwebp                   1.2.4                ha3663a8_1  
libwebp-base              1.2.4                h80987f9_1  
libxml2                   2.10.4               h0dcf63f_1  
linkify-it-py             2.0.2                    pypi_0    pypi
lion-pytorch              0.1.2                    pypi_0    pypi
llvm-openmp               14.0.6               hc6e5704_0  
llvmlite                  0.40.1                   pypi_0    pypi
local-attention           1.8.6                    pypi_0    pypi
lxml                      4.9.3                    pypi_0    pypi
lz4-c                     1.9.4                h313beb8_0  
markdown-it-py            2.2.0                    pypi_0    pypi
markupsafe                2.1.3                    pypi_0    pypi
matplotlib                3.8.0                    pypi_0    pypi
mdit-py-plugins           0.3.3                    pypi_0    pypi
mdurl                     0.1.2                    pypi_0    pypi
mpc                       1.1.0                h8c48613_1  
mpfr                      4.0.2                h695f6f0_1  
mpmath                    1.3.0           py310hca03da5_0  
msgpack                   1.0.5                    pypi_0    pypi
multidict                 6.0.4                    pypi_0    pypi
ncurses                   6.4                  h313beb8_0  
nettle                    3.7.3                h84b5d62_1  
networkx                  3.1             py310hca03da5_0  
numba                     0.57.1                   pypi_0    pypi
numpy                     1.24.4                   pypi_0    pypi
numpy-base                1.25.2          py310ha9811e2_0  
omegaconf                 2.0.6                    pypi_0    pypi
openh264                  1.8.0                h98b2900_0  
openssl                   3.0.10               h1a28f6b_2  
orjson                    3.9.7                    pypi_0    pypi
packaging                 23.1                     pypi_0    pypi
pandas                    2.1.0                    pypi_0    pypi
pcre2                     10.42                hb066dcc_0  
perl                      5.34.0               h1a28f6b_2  
pillow                    10.0.1                   pypi_0    pypi
pip                       23.2.1          py310hca03da5_0  
platformdirs              3.10.0                   pypi_0    pypi
pooch                     1.7.0                    pypi_0    pypi
portalocker               2.8.2                    pypi_0    pypi
progressbar               2.5                      pypi_0    pypi
protobuf                  4.24.3                   pypi_0    pypi
psutil                    5.9.5                    pypi_0    pypi
pycparser                 2.21               pyhd3eb1b0_0  
pydantic                  2.3.0                    pypi_0    pypi
pydantic-core             2.6.3                    pypi_0    pypi
pydub                     0.25.1                   pypi_0    pypi
pygments                  2.16.1                   pypi_0    pypi
pyopenssl                 23.2.0          py310hca03da5_0  
pyparsing                 3.1.1                    pypi_0    pypi
pysocks                   1.7.1           py310hca03da5_0  
python                    3.10.13              hb885b13_0  
python-dateutil           2.8.2                    pypi_0    pypi
python-dotenv             1.0.0                    pypi_0    pypi
python-multipart          0.0.6                    pypi_0    pypi
pytorch                   2.2.0.dev20230916        py3.10_0    pytorch-nightly
pytz                      2023.3.post1             pypi_0    pypi
pyworld                   0.3.2                    pypi_0    pypi
pyyaml                    6.0.1                    pypi_0    pypi
readline                  8.2                  h1a28f6b_0  
referencing               0.30.2                   pypi_0    pypi
regex                     2023.8.8                 pypi_0    pypi
requests                  2.31.0          py310hca03da5_0  
rotary-embedding-torch    0.3.0                    pypi_0    pypi
rpds-py                   0.10.3                   pypi_0    pypi
s3transfer                0.6.2                    pypi_0    pypi
sacrebleu                 2.3.1                    pypi_0    pypi
safetensors               0.3.3                    pypi_0    pypi
scikit-learn              1.3.0                    pypi_0    pypi
scipy                     1.11.2                   pypi_0    pypi
semantic-version          2.10.0                   pypi_0    pypi
sentencepiece             0.1.99                   pypi_0    pypi
setuptools                68.0.0          py310hca03da5_0  
six                       1.16.0                   pypi_0    pypi
sniffio                   1.3.0                    pypi_0    pypi
soundfile                 0.12.1                   pypi_0    pypi
sox                       1.4.1                    pypi_0    pypi
soxr                      0.3.6                    pypi_0    pypi
sqlite                    3.41.2               h80987f9_0  
starlette                 0.27.0                   pypi_0    pypi
suno-bark                 0.1.0                    pypi_0    pypi
sympy                     1.12                     pypi_0    pypi
tabulate                  0.9.0                    pypi_0    pypi
tensorboardx              2.6.2.2                  pypi_0    pypi
threadpoolctl             3.2.0                    pypi_0    pypi
tk                        8.6.12               hb8d0fd4_0  
tokenizers                0.13.3                   pypi_0    pypi
toolz                     0.12.0                   pypi_0    pypi
torch                     2.0.0                    pypi_0    pypi
torchaudio                2.0.1                    pypi_0    pypi
torchvision               0.17.0.dev20230916       py310_cpu    pytorch-nightly
tortoise                  2.8.0                    pypi_0    pypi
tqdm                      4.66.1                   pypi_0    pypi
transformers              4.31.0                   pypi_0    pypi
typing_extensions         4.7.1           py310hca03da5_0  
tzdata                    2023.3                   pypi_0    pypi
uc-micro-py               1.0.2                    pypi_0    pypi
unidecode                 1.3.6                    pypi_0    pypi
urllib3                   2.0.4                    pypi_0    pypi
uvicorn                   0.23.2                   pypi_0    pypi
vector-quantize-pytorch   1.7.1                    pypi_0    pypi
vocos                     0.0.2                    pypi_0    pypi
websockets                11.0.3                   pypi_0    pypi
wheel                     0.38.4          py310hca03da5_0  
x264                      1!152.20180806       h1a28f6b_0  
xz                        5.4.2                h80987f9_0  
yaml                      0.2.5                h1a28f6b_0  
yarl                      1.9.2                    pypi_0    pypi
zlib                      1.2.13               h5a0b063_0  
zstd                      1.5.5                hd90d995_0  
(tts) otto@MacBook-Pro-von-otto ~/Documents/tts % ./start_macos.sh 
Downloading Miniconda from https://repo.anaconda.com/miniconda/Miniconda3-py310_23.1.0-1-MacOSX-arm64.sh to /Users/otto/Documents/tts/installer_files/miniconda_installer.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 41.7M  100 41.7M    0     0  5700k      0  0:00:07  0:00:07 --:--:-- 5966k
PREFIX=/Users/otto/Documents/tts/installer_files/conda
Unpacking payload ...

Installing base environment...

Downloading and Extracting Packages

Downloading and Extracting Packages

Preparing transaction: done
Executing transaction: - 
done
installation finished.
Miniconda version:
conda 23.1.0
Collecting package metadata (current_repodata.json): done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
  current version: 23.1.0
  latest version: 23.7.4

Please update conda by running

    $ conda update -n base -c defaults conda

Or to minimize the number of packages updated during conda update use

     conda install conda=23.7.4

## Package Plan ##

  environment location: /Users/otto/Documents/tts/installer_files/env

  added / updated specs:
    - python=3.10

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2023.08.22 |       hca03da5_0         124 KB
    libffi-3.4.4               |       hca03da5_0         120 KB
    openssl-3.0.10             |       h1a28f6b_2         4.3 MB
    pip-23.2.1                 |  py310hca03da5_0         2.7 MB
    python-3.10.13             |       hb885b13_0        13.0 MB
    setuptools-68.0.0          |  py310hca03da5_0         955 KB
    sqlite-3.41.2              |       h80987f9_0         1.1 MB
    tzdata-2023c               |       h04d1e81_0         116 KB
    wheel-0.38.4               |  py310hca03da5_0          66 KB
    xz-5.4.2                   |       h80987f9_0         369 KB
    ------------------------------------------------------------
                                           Total:        22.8 MB

The following NEW packages will be INSTALLED:

  bzip2              pkgs/main/osx-arm64::bzip2-1.0.8-h620ffc9_4 
  ca-certificates    pkgs/main/osx-arm64::ca-certificates-2023.08.22-hca03da5_0 
  libffi             pkgs/main/osx-arm64::libffi-3.4.4-hca03da5_0 
  ncurses            pkgs/main/osx-arm64::ncurses-6.4-h313beb8_0 
  openssl            pkgs/main/osx-arm64::openssl-3.0.10-h1a28f6b_2 
  pip                pkgs/main/osx-arm64::pip-23.2.1-py310hca03da5_0 
  python             pkgs/main/osx-arm64::python-3.10.13-hb885b13_0 
  readline           pkgs/main/osx-arm64::readline-8.2-h1a28f6b_0 
  setuptools         pkgs/main/osx-arm64::setuptools-68.0.0-py310hca03da5_0 
  sqlite             pkgs/main/osx-arm64::sqlite-3.41.2-h80987f9_0 
  tk                 pkgs/main/osx-arm64::tk-8.6.12-hb8d0fd4_0 
  tzdata             pkgs/main/noarch::tzdata-2023c-h04d1e81_0 
  wheel              pkgs/main/osx-arm64::wheel-0.38.4-py310hca03da5_0 
  xz                 pkgs/main/osx-arm64::xz-5.4.2-h80987f9_0 
  zlib               pkgs/main/osx-arm64::zlib-1.2.13-h5a0b063_0 

Downloading and Extracting Packages

Preparing transaction: done                                                                                                                                                                                                     
Verifying transaction: done                                                                                                                                                                                                     
Executing transaction: done                                                                                                                                                                                                     
#                                                                                                                                                                                                                               
# To activate this environment, use                                                                                                                                                                                             
#                                                                                                                                                                                                                               
#     $ conda activate /Users/otto/Documents/tts/installer_files/env                                                                                                                                                        
#                                                                                                                                                                                                                               
# To deactivate an active environment, use                                                                                                                                                                                      
#
#     $ conda deactivate

What is your GPU

A) NVIDIA
B) AMD
C) Apple M Series
D) None (I want to run in CPU mode)

Input> c
Collecting package metadata (current_repodata.json): done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
  current version: 4.12.0
  latest version: 23.7.4

Please update conda by running

    $ conda update -n base -c defaults conda

## Package Plan ##

  environment location: /Users/otto/Documents/tts/installer_files/env

  added / updated specs:
    - cpuonly
    - git
    - pytorch
    - torchaudio
    - torchvision

The following NEW packages will be INSTALLED:

  blas               pkgs/main/osx-arm64::blas-1.0-openblas
  brotlipy           pkgs/main/osx-arm64::brotlipy-0.7.0-py310h1a28f6b_1002
  c-ares             pkgs/main/osx-arm64::c-ares-1.19.1-h80987f9_0
  certifi            pkgs/main/osx-arm64::certifi-2023.7.22-py310hca03da5_0
  cffi               pkgs/main/osx-arm64::cffi-1.15.1-py310h80987f9_3
  charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0
  cpuonly            pytorch/noarch::cpuonly-2.0-0
  cryptography       pkgs/main/osx-arm64::cryptography-41.0.3-py310hd4332d6_0
  curl               pkgs/main/osx-arm64::curl-8.2.1-h02f6b3c_0
  expat              pkgs/main/osx-arm64::expat-2.5.0-h313beb8_0
  ffmpeg             pkgs/main/osx-arm64::ffmpeg-4.2.2-h04105a8_0
  filelock           pkgs/main/osx-arm64::filelock-3.9.0-py310hca03da5_0
  freetype           pkgs/main/osx-arm64::freetype-2.12.1-h1192e45_0
  gdbm               pkgs/main/osx-arm64::gdbm-1.18-h8fe7016_4
  gettext            pkgs/main/osx-arm64::gettext-0.21.0-h13f89a0_1
  giflib             pkgs/main/osx-arm64::giflib-5.2.1-h80987f9_3
  git                pkgs/main/osx-arm64::git-2.40.1-pl5340h6cf2078_1
  gmp                pkgs/main/osx-arm64::gmp-6.2.1-hc377ac9_3
  gmpy2              pkgs/main/osx-arm64::gmpy2-2.1.2-py310h8c48613_0
  gnutls             pkgs/main/osx-arm64::gnutls-3.6.15-h887c41c_0
  icu                pkgs/main/osx-arm64::icu-73.1-h313beb8_0
  idna               pkgs/main/osx-arm64::idna-3.4-py310hca03da5_0
  jinja2             pkgs/main/osx-arm64::jinja2-3.1.2-py310hca03da5_0
  jpeg               pkgs/main/osx-arm64::jpeg-9e-h80987f9_1
  krb5               pkgs/main/osx-arm64::krb5-1.20.1-hf3e1bf2_1
  lame               pkgs/main/osx-arm64::lame-3.100-h1a28f6b_0
  lcms2              pkgs/main/osx-arm64::lcms2-2.12-hba8e193_0
  lerc               pkgs/main/osx-arm64::lerc-3.0-hc377ac9_0
  libcurl            pkgs/main/osx-arm64::libcurl-8.2.1-h3e2b118_0
  libcxx             pkgs/main/osx-arm64::libcxx-14.0.6-h848a8c0_0
  libdeflate         pkgs/main/osx-arm64::libdeflate-1.17-h80987f9_0
  libedit            pkgs/main/osx-arm64::libedit-3.1.20221030-h80987f9_0
  libev              pkgs/main/osx-arm64::libev-4.33-h1a28f6b_1
  libgfortran        pkgs/main/osx-arm64::libgfortran-5.0.0-11_3_0_hca03da5_28
  libgfortran5       pkgs/main/osx-arm64::libgfortran5-11.3.0-h009349e_28
  libiconv           pkgs/main/osx-arm64::libiconv-1.16-h1a28f6b_2
  libidn2            pkgs/main/osx-arm64::libidn2-2.3.4-h80987f9_0
  libnghttp2         pkgs/main/osx-arm64::libnghttp2-1.52.0-h62f6fdd_1
  libopenblas        pkgs/main/osx-arm64::libopenblas-0.3.21-h269037a_0
  libopus            pkgs/main/osx-arm64::libopus-1.3-h1a28f6b_1
  libpng             pkgs/main/osx-arm64::libpng-1.6.39-h80987f9_0
  libssh2            pkgs/main/osx-arm64::libssh2-1.10.0-h02f6b3c_2
  libtasn1           pkgs/main/osx-arm64::libtasn1-4.19.0-h80987f9_0
  libtiff            pkgs/main/osx-arm64::libtiff-4.5.1-h313beb8_0
  libunistring       pkgs/main/osx-arm64::libunistring-0.9.10-h1a28f6b_0
  libvpx             pkgs/main/osx-arm64::libvpx-1.10.0-hc377ac9_0
  libwebp            pkgs/main/osx-arm64::libwebp-1.2.4-ha3663a8_1
  libwebp-base       pkgs/main/osx-arm64::libwebp-base-1.2.4-h80987f9_1
  libxml2            pkgs/main/osx-arm64::libxml2-2.10.4-h0dcf63f_1
  llvm-openmp        pkgs/main/osx-arm64::llvm-openmp-14.0.6-hc6e5704_0
  lz4-c              pkgs/main/osx-arm64::lz4-c-1.9.4-h313beb8_0
  markupsafe         pkgs/main/osx-arm64::markupsafe-2.1.1-py310h1a28f6b_0
  mpc                pkgs/main/osx-arm64::mpc-1.1.0-h8c48613_1
  mpfr               pkgs/main/osx-arm64::mpfr-4.0.2-h695f6f0_1
  mpmath             pkgs/main/osx-arm64::mpmath-1.3.0-py310hca03da5_0
  nettle             pkgs/main/osx-arm64::nettle-3.7.3-h84b5d62_1
  networkx           pkgs/main/osx-arm64::networkx-3.1-py310hca03da5_0
  numpy              pkgs/main/osx-arm64::numpy-1.25.2-py310h3b2db8e_0
  numpy-base         pkgs/main/osx-arm64::numpy-base-1.25.2-py310ha9811e2_0
  openh264           pkgs/main/osx-arm64::openh264-1.8.0-h98b2900_0
  pcre2              pkgs/main/osx-arm64::pcre2-10.42-hb066dcc_0
  perl               pkgs/main/osx-arm64::perl-5.34.0-h1a28f6b_2
  pillow             pkgs/main/osx-arm64::pillow-9.4.0-py310h313beb8_0
  pycparser          pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0
  pyopenssl          pkgs/main/osx-arm64::pyopenssl-23.2.0-py310hca03da5_0
  pysocks            pkgs/main/osx-arm64::pysocks-1.7.1-py310hca03da5_0
  pytorch            pytorch/osx-arm64::pytorch-2.0.1-py3.10_0
  pytorch-mutex      pytorch/noarch::pytorch-mutex-1.0-cpu
  requests           pkgs/main/osx-arm64::requests-2.31.0-py310hca03da5_0
  sympy              pkgs/main/osx-arm64::sympy-1.11.1-py310hca03da5_0
  torchaudio         pytorch/osx-arm64::torchaudio-2.0.2-py310_cpu
  torchvision        pytorch/osx-arm64::torchvision-0.15.2-py310_cpu
  typing_extensions  pkgs/main/osx-arm64::typing_extensions-4.7.1-py310hca03da5_0
  urllib3            pkgs/main/osx-arm64::urllib3-1.26.16-py310hca03da5_0
  x264               pkgs/main/osx-arm64::x264-1!152.20180806-h1a28f6b_0
  zstd               pkgs/main/osx-arm64::zstd-1.5.5-hd90d995_0

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Collecting package metadata (current_repodata.json): done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
  current version: 4.12.0
  latest version: 23.7.4

Please update conda by running

    $ conda update -n base -c defaults conda

# All requested packages already installed.

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): \ WARNING conda.models.version:get_matcher(535): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0.*, but conda is ignoring the .* and treating it as 1.8.0
WARNING conda.models.version:get_matcher(535): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0.*, but conda is ignoring the .* and treating it as 1.9.0
done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
  current version: 4.12.0
  latest version: 23.7.4

Please update conda by running

    $ conda update -n base -c defaults conda

## Package Plan ##

  environment location: /Users/otto/Documents/tts/installer_files/env

  added / updated specs:
    - nodejs=18.16.1

The following NEW packages will be INSTALLED:

  libuv              conda-forge/osx-arm64::libuv-1.44.2-hb547adb_1
  libzlib            conda-forge/osx-arm64::libzlib-1.2.13-h53f4e23_5
  nodejs             conda-forge/osx-arm64::nodejs-18.16.1-ha2ed473_0

The following packages will be UPDATED:

  libcxx                pkgs/main::libcxx-14.0.6-h848a8c0_0 --> conda-forge::libcxx-16.0.6-h4653b0c_0
  libiconv              pkgs/main::libiconv-1.16-h1a28f6b_2 --> conda-forge::libiconv-1.17-he4db4b2_0
  openssl              pkgs/main::openssl-3.0.10-h1a28f6b_2 --> conda-forge::openssl-3.1.2-h53f4e23_0
  zlib                    pkgs/main::zlib-1.2.13-h5a0b063_0 --> conda-forge::zlib-1.2.13-h53f4e23_5

The following packages will be SUPERSEDED by a higher-priority channel:

  ca-certificates    pkgs/main::ca-certificates-2023.08.22~ --> conda-forge::ca-certificates-2023.7.22-hf0a4a13_0
  certifi            pkgs/main/osx-arm64::certifi-2023.7.2~ --> conda-forge/noarch::certifi-2023.7.22-pyhd8ed1ab_0
  icu                        pkgs/main::icu-73.1-h313beb8_0 --> conda-forge::icu-72.1-he12128b_0
  libxml2              pkgs/main::libxml2-2.10.4-h0dcf63f_1 --> conda-forge::libxml2-2.10.4-h2aff0a6_0

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Cloning into 'tts-generation-webui'...
remote: Enumerating objects: 1109, done.
remote: Counting objects: 100% (374/374), done.
remote: Compressing objects: 100% (178/178), done.
remote: Total 1109 (delta 250), reused 260 (delta 195), pack-reused 735
Receiving objects: 100% (1109/1109), 21.36 MiB | 2.90 MiB/s, done.
Resolving deltas: 100% (554/554), done.
Already up to date.
Ignoring soundfile: markers 'sys_platform == "win32"' don't match your environment
Collecting suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark (from -r requirements.txt (line 8))
  Using cached suno_bark-0.1.0-py3-none-any.whl
Collecting tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise (from -r requirements.txt (line 10))
  Using cached TorToiSe-2.8.0-py3-none-any.whl
Collecting safetensors==0.3.1 (from -r requirements.txt (line 1))
  Using cached safetensors-0.3.1-cp310-cp310-macosx_12_0_arm64.whl (401 kB)
Collecting torch==2.0.0 (from -r requirements.txt (line 2))
  Using cached torch-2.0.0-cp310-none-macosx_11_0_arm64.whl (55.8 MB)
Collecting ffmpeg-python (from -r requirements.txt (line 3))
  Using cached ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)
Collecting gradio==3.35.2 (from -r requirements.txt (line 4))
  Obtaining dependency information for gradio==3.35.2 from https://files.pythonhosted.org/packages/50/70/ed0ba0fb5c3b1cb2e481717ad190056a4c9a0ef2f296b871e10375b2ab83/gradio-3.35.2-py3-none-any.whl.metadata
  Using cached gradio-3.35.2-py3-none-any.whl.metadata (15 kB)
Collecting python-dotenv==1.0.0 (from -r requirements.txt (line 5))
  Using cached python_dotenv-1.0.0-py3-none-any.whl (19 kB)
Collecting vocos==0.0.2 (from -r requirements.txt (line 9))
  Obtaining dependency information for vocos==0.0.2 from https://files.pythonhosted.org/packages/56/6f/ddb0e463195e4eea68a8cf3997dd90c23ced6e7091df1af74d4294aa11e7/vocos-0.0.2-py3-none-any.whl.metadata
  Using cached vocos-0.0.2-py3-none-any.whl.metadata (4.4 kB)
Requirement already satisfied: filelock in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (3.9.0)
Requirement already satisfied: typing-extensions in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (4.7.1)
Requirement already satisfied: sympy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (1.11.1)
Requirement already satisfied: networkx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (3.1)
Requirement already satisfied: jinja2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (3.1.2)
Collecting aiofiles (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for aiofiles from https://files.pythonhosted.org/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl.metadata
  Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
Collecting aiohttp (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for aiohttp from https://files.pythonhosted.org/packages/fa/9e/49002fde2a97d7df0e162e919c31cf13aa9f184537739743d1239edd0e67/aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl.metadata (7.7 kB)
Collecting altair>=4.2.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for altair>=4.2.0 from https://files.pythonhosted.org/packages/f2/b4/02a0221bd1da91f6e6acdf0525528db24b4b326a670a9048da474dfe0667/altair-5.1.1-py3-none-any.whl.metadata
  Using cached altair-5.1.1-py3-none-any.whl.metadata (8.6 kB)
Collecting fastapi (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for fastapi from https://files.pythonhosted.org/packages/76/e5/ca411b260caa4e72f9ac5482f331fe74fd4eb5b97aa74d1d2806ccf07e2c/fastapi-0.103.1-py3-none-any.whl.metadata
  Using cached fastapi-0.103.1-py3-none-any.whl.metadata (24 kB)
Collecting ffmpy (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached ffmpy-0.3.1-py3-none-any.whl
Collecting gradio-client>=0.2.7 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for gradio-client>=0.2.7 from https://files.pythonhosted.org/packages/fe/85/ec0323f39192c4bee04e8e06e64213aff816b9d1b61c3c8367e75b1c7e10/gradio_client-0.5.0-py3-none-any.whl.metadata
  Using cached gradio_client-0.5.0-py3-none-any.whl.metadata (7.1 kB)
Collecting httpx (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for httpx from https://files.pythonhosted.org/packages/33/0d/d9ce469af019741c8999711d36b270ff992ceb1a0293f73f9f34fdf131e9/httpx-0.25.0-py3-none-any.whl.metadata
  Using cached httpx-0.25.0-py3-none-any.whl.metadata (7.6 kB)
Collecting huggingface-hub>=0.14.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for huggingface-hub>=0.14.0 from https://files.pythonhosted.org/packages/50/9d/5eac2733606df7d164b951b14cd76b056e530af96c881aaec89383bdbe45/huggingface_hub-0.17.1-py3-none-any.whl.metadata
  Using cached huggingface_hub-0.17.1-py3-none-any.whl.metadata (13 kB)
Collecting markdown-it-py[linkify]>=2.0.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for markdown-it-py[linkify]>=2.0.0 from https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl.metadata
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: markupsafe in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (2.1.1)
Collecting matplotlib (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for matplotlib from https://files.pythonhosted.org/packages/98/a7/3883b2bd4e5cff02bdb578eadf09910581220660257183145b6d2253e018/matplotlib-3.8.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached matplotlib-3.8.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.8 kB)
Collecting mdit-py-plugins<=0.3.3 (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
Requirement already satisfied: numpy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (1.25.2)
Collecting orjson (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for orjson from https://files.pythonhosted.org/packages/fa/e2/376b07aa93994449b10848a11b06ff534d888f159863c208231135f26a90/orjson-3.9.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl.metadata
  Using cached orjson-3.9.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl.metadata (49 kB)
Collecting pandas (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pandas from https://files.pythonhosted.org/packages/8d/08/1cf87814dcd87604807971abc743b12e635de36d820be7b50e2b6aa9e1b5/pandas-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached pandas-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (18 kB)
Requirement already satisfied: pillow in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (9.4.0)
Collecting pydantic (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pydantic from https://files.pythonhosted.org/packages/82/06/fafdc75e48b248eff364b4249af4bcc6952225e8f20e8205820afc66e88e/pydantic-2.3.0-py3-none-any.whl.metadata
  Using cached pydantic-2.3.0-py3-none-any.whl.metadata (148 kB)
Collecting pydub (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Collecting pygments>=2.12.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pygments>=2.12.0 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata
  Using cached Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB)
Collecting python-multipart (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached python_multipart-0.0.6-py3-none-any.whl (45 kB)
Collecting pyyaml (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pyyaml from https://files.pythonhosted.org/packages/5b/07/10033a403b23405a8fc48975444463d3d10a5c2736b7eb2550b07b367429/PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.1 kB)
Requirement already satisfied: requests in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (2.31.0)
Collecting semantic-version (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting uvicorn>=0.14.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for uvicorn>=0.14.0 from https://files.pythonhosted.org/packages/79/96/b0882a1c3f7ef3dd86879e041212ae5b62b4bd352320889231cc735a8e8f/uvicorn-0.23.2-py3-none-any.whl.metadata
  Using cached uvicorn-0.23.2-py3-none-any.whl.metadata (6.2 kB)
Collecting websockets>=10.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached websockets-11.0.3-cp310-cp310-macosx_11_0_arm64.whl (121 kB)
Requirement already satisfied: torchaudio in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from vocos==0.0.2->-r requirements.txt (line 9)) (2.0.2)
Collecting scipy (from vocos==0.0.2->-r requirements.txt (line 9))
  Obtaining dependency information for scipy from https://files.pythonhosted.org/packages/63/b9/0344b60e7c577eb637785841222fde8ef7928ec4797be1a34ca39bfe31dc/scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl.metadata
  Using cached scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl.metadata (100 kB)
Collecting einops (from vocos==0.0.2->-r requirements.txt (line 9))
  Using cached einops-0.6.1-py3-none-any.whl (42 kB)
Collecting encodec==0.1.1 (from vocos==0.0.2->-r requirements.txt (line 9))
  Using cached encodec-0.1.1-py3-none-any.whl
Collecting future (from ffmpeg-python->-r requirements.txt (line 3))
  Using cached future-0.18.3-py3-none-any.whl
Collecting boto3 (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for boto3 from https://files.pythonhosted.org/packages/84/85/e895e6ca369f406432c5f5f186b107f1e1a6a2408b60a081de32021fd818/boto3-1.28.49-py3-none-any.whl.metadata
  Using cached boto3-1.28.49-py3-none-any.whl.metadata (6.7 kB)
Collecting funcy (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Using cached funcy-2.0-py2.py3-none-any.whl (30 kB)
Collecting tokenizers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for tokenizers from https://files.pythonhosted.org/packages/c2/f6/bb84b447d62a9c2c2d87e2ab8fd6a1530a3aeb0f000ad7612d953b699d20/tokenizers-0.14.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached tokenizers-0.14.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.7 kB)
Collecting tqdm (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for tqdm from https://files.pythonhosted.org/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl.metadata
  Using cached tqdm-4.66.1-py3-none-any.whl.metadata (57 kB)
Collecting transformers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for transformers from https://files.pythonhosted.org/packages/1a/06/3817f9bb923437ead9a794f0ac0d03b8b5e0478ab112db4c413dd37c09da/transformers-4.33.2-py3-none-any.whl.metadata
  Using cached transformers-4.33.2-py3-none-any.whl.metadata (119 kB)
Collecting rotary-embedding-torch (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for rotary-embedding-torch from https://files.pythonhosted.org/packages/c9/33/e674e19e608abb9a56f582c1793b54895a3342fe213294aaa7e7b3ca5297/rotary_embedding_torch-0.3.0-py3-none-any.whl.metadata
  Using cached rotary_embedding_torch-0.3.0-py3-none-any.whl.metadata (678 bytes)
Collecting inflect (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for inflect from https://files.pythonhosted.org/packages/fb/c6/d9feb758be584f729424390af24687d3a4363d968164f94079f83cd536b4/inflect-7.0.0-py3-none-any.whl.metadata
  Using cached inflect-7.0.0-py3-none-any.whl.metadata (21 kB)
Collecting progressbar (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Using cached progressbar-2.5-py3-none-any.whl
Collecting unidecode (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Using cached Unidecode-1.3.6-py3-none-any.whl (235 kB)
Collecting librosa (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for librosa from https://files.pythonhosted.org/packages/e2/a2/4f639c1168d7aada749a896afb4892a831e2041bebdcf636aebfe9e86556/librosa-0.10.1-py3-none-any.whl.metadata
  Using cached librosa-0.10.1-py3-none-any.whl.metadata (8.3 kB)
Collecting transformers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for transformers from https://files.pythonhosted.org/packages/21/02/ae8e595f45b6c8edee07913892b3b41f5f5f273962ad98851dc6a564bbb9/transformers-4.31.0-py3-none-any.whl.metadata
  Using cached transformers-4.31.0-py3-none-any.whl.metadata (116 kB)
Collecting packaging>=20.0 (from transformers->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Using cached packaging-23.1-py3-none-any.whl (48 kB)
Collecting regex!=2019.12.17 (from transformers->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for regex!=2019.12.17 from https://files.pythonhosted.org/packages/3d/c8/291695b48e372a40d40c25e2740e375506e7e9644ab84775571b8cc0455f/regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl.metadata (40 kB)
Collecting tokenizers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Using cached tokenizers-0.13.3-cp310-cp310-macosx_12_0_arm64.whl (3.9 MB)
Collecting jsonschema>=3.0 (from altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata
  Using cached jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB)
Collecting toolz (from altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached toolz-0.12.0-py3-none-any.whl (55 kB)
Collecting fsspec (from gradio-client>=0.2.7->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for fsspec from https://files.pythonhosted.org/packages/6a/af/c673e8c663e17bd4fb201a6f029153ad5d7023aa4442d81c7987743db379/fsspec-2023.9.1-py3-none-any.whl.metadata
  Using cached fsspec-2023.9.1-py3-none-any.whl.metadata (6.7 kB)
Collecting mdurl~=0.1 (from markdown-it-py[linkify]>=2.0.0->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting linkify-it-py<3,>=1 (from markdown-it-py[linkify]>=2.0.0->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached linkify_it_py-2.0.2-py3-none-any.whl (19 kB)
INFO: pip is looking at multiple versions of mdit-py-plugins to determine which version is compatible with other requirements. This could take a while.
Collecting mdit-py-plugins<=0.3.3 (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached mdit_py_plugins-0.3.2-py3-none-any.whl (50 kB)
  Using cached mdit_py_plugins-0.3.1-py3-none-any.whl (46 kB)
  Using cached mdit_py_plugins-0.3.0-py3-none-any.whl (43 kB)
  Using cached mdit_py_plugins-0.2.8-py3-none-any.whl (41 kB)
  Using cached mdit_py_plugins-0.2.7-py3-none-any.whl (41 kB)
  Using cached mdit_py_plugins-0.2.6-py3-none-any.whl (39 kB)
  Using cached mdit_py_plugins-0.2.5-py3-none-any.whl (39 kB)
INFO: pip is still looking at multiple versions of mdit-py-plugins to determine which version is compatible with other requirements. This could take a while.
  Using cached mdit_py_plugins-0.2.4-py3-none-any.whl (39 kB)
  Using cached mdit_py_plugins-0.2.3-py3-none-any.whl (39 kB)
  Using cached mdit_py_plugins-0.2.2-py3-none-any.whl (39 kB)
  Using cached mdit_py_plugins-0.2.1-py3-none-any.whl (38 kB)
  Using cached mdit_py_plugins-0.2.0-py3-none-any.whl (38 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  Using cached mdit_py_plugins-0.1.0-py3-none-any.whl (37 kB)
Collecting markdown-it-py[linkify]>=2.0.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Using cached markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
Collecting python-dateutil>=2.8.2 (from pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2020.1 (from pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pytz>=2020.1 from https://files.pythonhosted.org/packages/32/4d/aaf7eff5deb402fd9a24a1449a8119f00d74ae9c2efa79f8ef9994261fc2/pytz-2023.3.post1-py2.py3-none-any.whl.metadata
  Using cached pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.1 (from pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (2.0.4)
Requirement already satisfied: idna<4,>=2.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (2023.7.22)
Collecting click>=7.0 (from uvicorn>=0.14.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for click>=7.0 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting h11>=0.8 (from uvicorn>=0.14.0->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Collecting attrs>=17.3.0 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached multidict-6.0.4-cp310-cp310-macosx_11_0_arm64.whl (29 kB)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for async-timeout<5.0,>=4.0.0a3 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata
  Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached yarl-1.9.2-cp310-cp310-macosx_11_0_arm64.whl (62 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for frozenlist>=1.1.1 from https://files.pythonhosted.org/packages/67/6a/55a49da0fa373ac9aa49ccd5b6393ecc183e2a0904d9449ea3ee1163e0b1/frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.2 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting botocore<1.32.0,>=1.31.49 (from boto3->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for botocore<1.32.0,>=1.31.49 from https://files.pythonhosted.org/packages/1e/13/efec7af5071e9a385a85deb3b31edd290374df7e24177cdf42ce00130b54/botocore-1.31.49-py3-none-any.whl.metadata
  Using cached botocore-1.31.49-py3-none-any.whl.metadata (6.0 kB)
Collecting jmespath<2.0.0,>=0.7.1 (from boto3->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting s3transfer<0.7.0,>=0.6.0 (from boto3->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for s3transfer<0.7.0,>=0.6.0 from https://files.pythonhosted.org/packages/d9/17/a3b666f5ef9543cfd3c661d39d1e193abb9649d0cfbbfee3cf3b51d5af02/s3transfer-0.6.2-py3-none-any.whl.metadata
  Using cached s3transfer-0.6.2-py3-none-any.whl.metadata (1.8 kB)
Collecting anyio<4.0.0,>=3.7.1 (from fastapi->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for anyio<4.0.0,>=3.7.1 from https://files.pythonhosted.org/packages/19/24/44299477fe7dcc9cb58d0a57d5a7588d6af2ff403fdd2d47a246c91a3246/anyio-3.7.1-py3-none-any.whl.metadata
  Using cached anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
Collecting starlette<0.28.0,>=0.27.0 (from fastapi->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for starlette<0.28.0,>=0.27.0 from https://files.pythonhosted.org/packages/58/f8/e2cca22387965584a409795913b774235752be4176d276714e15e1a58884/starlette-0.27.0-py3-none-any.whl.metadata
  Using cached starlette-0.27.0-py3-none-any.whl.metadata (5.8 kB)
Collecting annotated-types>=0.4.0 (from pydantic->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for annotated-types>=0.4.0 from https://files.pythonhosted.org/packages/d8/f0/a2ee543a96cc624c35a9086f39b1ed2aa403c6d355dfe47a11ee5c64a164/annotated_types-0.5.0-py3-none-any.whl.metadata
  Using cached annotated_types-0.5.0-py3-none-any.whl.metadata (11 kB)
Collecting pydantic-core==2.6.3 (from pydantic->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pydantic-core==2.6.3 from https://files.pythonhosted.org/packages/9c/60/15daecade2df0d85bcbd277195ca017d5214b236f4e7476df2423b723b8a/pydantic_core-2.6.3-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached pydantic_core-2.6.3-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.5 kB)
Collecting httpcore<0.19.0,>=0.18.0 (from httpx->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for httpcore<0.19.0,>=0.18.0 from https://files.pythonhosted.org/packages/ac/97/724afbb7925339f6214bf1fdb5714d1a462690466832bf8fb3fd497649f1/httpcore-0.18.0-py3-none-any.whl.metadata
  Using cached httpcore-0.18.0-py3-none-any.whl.metadata (18 kB)
Collecting sniffio (from httpx->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting audioread>=2.1.9 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Using cached audioread-3.0.0-py3-none-any.whl
Collecting scikit-learn>=0.20.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for scikit-learn>=0.20.0 from https://files.pythonhosted.org/packages/e1/5f/0b5b11fd766b674b0eb887e15006175503f23c230ced2a22fb186262e1e5/scikit_learn-1.3.0-cp310-cp310-macosx_12_0_arm64.whl.metadata
  Using cached scikit_learn-1.3.0-cp310-cp310-macosx_12_0_arm64.whl.metadata (11 kB)
Collecting joblib>=0.14 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for joblib>=0.14 from https://files.pythonhosted.org/packages/10/40/d551139c85db202f1f384ba8bcf96aca2f329440a844f924c8a0040b6d02/joblib-1.3.2-py3-none-any.whl.metadata
  Using cached joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB)
Collecting decorator>=4.3.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting numba>=0.51.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for numba>=0.51.0 from https://files.pythonhosted.org/packages/f9/b4/bdd4823d7e9aa34abf03c21cd49bd0fd6ba87466dd350f48fed05d4302ba/numba-0.57.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached numba-0.57.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.7 kB)
Collecting soundfile>=0.12.1 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Using cached soundfile-0.12.1-py2.py3-none-macosx_11_0_arm64.whl (1.1 MB)
Collecting pooch>=1.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Using cached pooch-1.7.0-py3-none-any.whl (60 kB)
Collecting soxr>=0.3.2 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for soxr>=0.3.2 from https://files.pythonhosted.org/packages/a4/44/fb9478671e6c365acd2ca6c4cfca408e08555019ce3ca7f9525dc530ba53/soxr-0.3.6-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached soxr-0.3.6-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.4 kB)
Collecting lazy-loader>=0.1 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for lazy-loader>=0.1 from https://files.pythonhosted.org/packages/a1/c3/65b3814e155836acacf720e5be3b5757130346670ac454fee29d3eda1381/lazy_loader-0.3-py3-none-any.whl.metadata
  Using cached lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB)
Collecting msgpack>=1.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Using cached msgpack-1.0.5-cp310-cp310-macosx_11_0_arm64.whl (70 kB)
Collecting contourpy>=1.0.1 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for contourpy>=1.0.1 from https://files.pythonhosted.org/packages/a9/65/544d66da0716b20084874297ff7596704e435cf011512f8e576638e83db2/contourpy-1.1.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached contourpy-1.1.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.9 kB)
Collecting cycler>=0.10 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting fonttools>=4.22.0 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for fonttools>=4.22.0 from https://files.pythonhosted.org/packages/21/66/bddd878452ae1e2d5f5891daa6bcce594d6b19396d33b8798e722837b222/fonttools-4.42.1-cp310-cp310-macosx_10_9_universal2.whl.metadata
  Using cached fonttools-4.42.1-cp310-cp310-macosx_10_9_universal2.whl.metadata (150 kB)
Collecting kiwisolver>=1.0.1 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for kiwisolver>=1.0.1 from https://files.pythonhosted.org/packages/23/11/6fb190bae4b279d712a834e7b1da89f6dcff6791132f7399aa28a57c3565/kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.4 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pyparsing>=2.3.1 from https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl.metadata
  Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Requirement already satisfied: mpmath>=0.19 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sympy->torch==2.0.0->-r requirements.txt (line 2)) (1.3.0)
Collecting exceptiongroup (from anyio<4.0.0,>=3.7.1->fastapi->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for exceptiongroup from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata
  Using cached exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata
  Using cached jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB)
Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata
  Using cached referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/29/89/0a94b3210a5adc1d376e81c4712ad9d634a90d8765e569998fb9d2e4c29f/rpds_py-0.10.3-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached rpds_py-0.10.3-cp310-cp310-macosx_11_0_arm64.whl.metadata (3.7 kB)
Collecting uc-micro-py (from linkify-it-py<3,>=1->markdown-it-py[linkify]>=2.0.0->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached uc_micro_py-1.0.2-py3-none-any.whl (6.2 kB)
Collecting llvmlite<0.41,>=0.40.0dev0 (from numba>=0.51.0->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for llvmlite<0.41,>=0.40.0dev0 from https://files.pythonhosted.org/packages/53/2c/c684c6662e948ff1bb157fccc40ccb99e07176a34b845029f66313e6ab72/llvmlite-0.40.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached llvmlite-0.40.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (4.7 kB)
Collecting numpy (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for numpy from https://files.pythonhosted.org/packages/64/5f/3f01d753e2175cfade1013eea08db99ba1ee4bdb147ebcf3623b75d12aa7/numpy-1.24.4-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached numpy-1.24.4-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.6 kB)
Collecting platformdirs>=2.5.0 (from pooch>=1.0->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for platformdirs>=2.5.0 from https://files.pythonhosted.org/packages/14/51/fe5a0d6ea589f0d4a1b97824fb518962ad48b27cd346dcdfa2405187997a/platformdirs-3.10.0-py3-none-any.whl.metadata
  Using cached platformdirs-3.10.0-py3-none-any.whl.metadata (11 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting threadpoolctl>=2.0.0 (from scikit-learn>=0.20.0->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for threadpoolctl>=2.0.0 from https://files.pythonhosted.org/packages/81/12/fd4dea011af9d69e1cad05c75f3f7202cdcbeac9b712eea58ca779a72865/threadpoolctl-3.2.0-py3-none-any.whl.metadata
  Using cached threadpoolctl-3.2.0-py3-none-any.whl.metadata (10.0 kB)
Requirement already satisfied: cffi>=1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from soundfile>=0.12.1->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10)) (1.15.1)
Requirement already satisfied: pycparser in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from cffi>=1.0->soundfile>=0.12.1->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10)) (2.21)
Using cached gradio-3.35.2-py3-none-any.whl (19.7 MB)
Using cached vocos-0.0.2-py3-none-any.whl (23 kB)
Using cached transformers-4.31.0-py3-none-any.whl (7.4 MB)
Using cached altair-5.1.1-py3-none-any.whl (520 kB)
Using cached gradio_client-0.5.0-py3-none-any.whl (298 kB)
Using cached huggingface_hub-0.17.1-py3-none-any.whl (294 kB)
Using cached pandas-2.1.0-cp310-cp310-macosx_11_0_arm64.whl (11.3 MB)
Using cached Pygments-2.16.1-py3-none-any.whl (1.2 MB)
Using cached PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (169 kB)
Using cached tqdm-4.66.1-py3-none-any.whl (78 kB)
Using cached uvicorn-0.23.2-py3-none-any.whl (59 kB)
Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB)
Using cached aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl (343 kB)
Using cached boto3-1.28.49-py3-none-any.whl (135 kB)
Using cached fastapi-0.103.1-py3-none-any.whl (66 kB)
Using cached pydantic-2.3.0-py3-none-any.whl (374 kB)
Using cached pydantic_core-2.6.3-cp310-cp310-macosx_11_0_arm64.whl (1.6 MB)
Using cached httpx-0.25.0-py3-none-any.whl (75 kB)
Using cached inflect-7.0.0-py3-none-any.whl (34 kB)
Using cached librosa-0.10.1-py3-none-any.whl (253 kB)
Using cached scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl (29.6 MB)
Using cached matplotlib-3.8.0-cp310-cp310-macosx_11_0_arm64.whl (7.5 MB)
Using cached orjson-3.9.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl (242 kB)
Using cached rotary_embedding_torch-0.3.0-py3-none-any.whl (4.9 kB)
Using cached annotated_types-0.5.0-py3-none-any.whl (11 kB)
Using cached anyio-3.7.1-py3-none-any.whl (80 kB)
Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Using cached botocore-1.31.49-py3-none-any.whl (11.2 MB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached contourpy-1.1.1-cp310-cp310-macosx_11_0_arm64.whl (232 kB)
Using cached fonttools-4.42.1-cp310-cp310-macosx_10_9_universal2.whl (2.7 MB)
Using cached frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (46 kB)
Using cached httpcore-0.18.0-py3-none-any.whl (76 kB)
Using cached joblib-1.3.2-py3-none-any.whl (302 kB)
Using cached jsonschema-4.19.0-py3-none-any.whl (83 kB)
Using cached kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl (66 kB)
Using cached lazy_loader-0.3-py3-none-any.whl (9.1 kB)
Using cached numba-0.57.1-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB)
Using cached numpy-1.24.4-cp310-cp310-macosx_11_0_arm64.whl (13.9 MB)
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
Using cached regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl (289 kB)
Using cached s3transfer-0.6.2-py3-none-any.whl (79 kB)
Using cached scikit_learn-1.3.0-cp310-cp310-macosx_12_0_arm64.whl (9.5 MB)
Using cached soxr-0.3.6-cp310-cp310-macosx_11_0_arm64.whl (385 kB)
Using cached starlette-0.27.0-py3-none-any.whl (66 kB)
Using cached fsspec-2023.9.1-py3-none-any.whl (173 kB)
Using cached jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
Using cached llvmlite-0.40.1-cp310-cp310-macosx_11_0_arm64.whl (28.1 MB)
Using cached platformdirs-3.10.0-py3-none-any.whl (17 kB)
Using cached referencing-0.30.2-py3-none-any.whl (25 kB)
Using cached rpds_py-0.10.3-cp310-cp310-macosx_11_0_arm64.whl (322 kB)
Using cached threadpoolctl-3.2.0-py3-none-any.whl (15 kB)
Using cached exceptiongroup-1.1.3-py3-none-any.whl (14 kB)
Installing collected packages: tokenizers, safetensors, pytz, pydub, progressbar, msgpack, funcy, ffmpy, websockets, unidecode, uc-micro-py, tzdata, tqdm, toolz, threadpoolctl, sniffio, six, semantic-version, rpds-py, regex, pyyaml, python-multipart, python-dotenv, pyparsing, pygments, pydantic-core, platformdirs, packaging, orjson, numpy, multidict, mdurl, llvmlite, lazy-loader, kiwisolver, joblib, jmespath, h11, future, fsspec, frozenlist, fonttools, exceptiongroup, einops, decorator, cycler, click, audioread, attrs, async-timeout, annotated-types, aiofiles, yarl, uvicorn, torch, soxr, soundfile, scipy, referencing, python-dateutil, pydantic, pooch, numba, markdown-it-py, linkify-it-py, huggingface-hub, ffmpeg-python, contourpy, anyio, aiosignal, transformers, starlette, scikit-learn, rotary-embedding-torch, pandas, mdit-py-plugins, matplotlib, jsonschema-specifications, inflect, httpcore, botocore, aiohttp, s3transfer, librosa, jsonschema, httpx, fastapi, encodec, vocos, tortoise, gradio-client, boto3, altair, suno-bark, gradio
  Attempting uninstall: numpy
    Found existing installation: numpy 1.25.2
    Uninstalling numpy-1.25.2:
      Successfully uninstalled numpy-1.25.2
  Attempting uninstall: torch
    Found existing installation: torch 2.0.1
    Uninstalling torch-2.0.1:
      Successfully uninstalled torch-2.0.1
Successfully installed aiofiles-23.2.1 aiohttp-3.8.5 aiosignal-1.3.1 altair-5.1.1 annotated-types-0.5.0 anyio-3.7.1 async-timeout-4.0.3 attrs-23.1.0 audioread-3.0.0 boto3-1.28.49 botocore-1.31.49 click-8.1.7 contourpy-1.1.1 cycler-0.11.0 decorator-5.1.1 einops-0.6.1 encodec-0.1.1 exceptiongroup-1.1.3 fastapi-0.103.1 ffmpeg-python-0.2.0 ffmpy-0.3.1 fonttools-4.42.1 frozenlist-1.4.0 fsspec-2023.9.1 funcy-2.0 future-0.18.3 gradio-3.35.2 gradio-client-0.5.0 h11-0.14.0 httpcore-0.18.0 httpx-0.25.0 huggingface-hub-0.17.1 inflect-7.0.0 jmespath-1.0.1 joblib-1.3.2 jsonschema-4.19.0 jsonschema-specifications-2023.7.1 kiwisolver-1.4.5 lazy-loader-0.3 librosa-0.10.1 linkify-it-py-2.0.2 llvmlite-0.40.1 markdown-it-py-2.2.0 matplotlib-3.8.0 mdit-py-plugins-0.3.3 mdurl-0.1.2 msgpack-1.0.5 multidict-6.0.4 numba-0.57.1 numpy-1.24.4 orjson-3.9.7 packaging-23.1 pandas-2.1.0 platformdirs-3.10.0 pooch-1.7.0 progressbar-2.5 pydantic-2.3.0 pydantic-core-2.6.3 pydub-0.25.1 pygments-2.16.1 pyparsing-3.1.1 python-dateutil-2.8.2 python-dotenv-1.0.0 python-multipart-0.0.6 pytz-2023.3.post1 pyyaml-6.0.1 referencing-0.30.2 regex-2023.8.8 rotary-embedding-torch-0.3.0 rpds-py-0.10.3 s3transfer-0.6.2 safetensors-0.3.1 scikit-learn-1.3.0 scipy-1.11.2 semantic-version-2.10.0 six-1.16.0 sniffio-1.3.0 soundfile-0.12.1 soxr-0.3.6 starlette-0.27.0 suno-bark-0.1.0 threadpoolctl-3.2.0 tokenizers-0.13.3 toolz-0.12.0 torch-2.0.0 tortoise-2.8.0 tqdm-4.66.1 transformers-4.31.0 tzdata-2023.3 uc-micro-py-1.0.2 unidecode-1.3.6 uvicorn-0.23.2 vocos-0.0.2 websockets-11.0.3 yarl-1.9.2
Updating dependencies...
Installing musicgen, audiocraft dependencies...
Collecting audiocraft@ git+https://git@github.com/facebookresearch/audiocraft@e96018613ac82b1afe0f0cce7861dfe08ba2b3bf#egg=audiocraft (from -r requirements_audiocraft.txt (line 4))
  Cloning https://****@github.com/facebookresearch/audiocraft (to revision e96018613ac82b1afe0f0cce7861dfe08ba2b3bf) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-e5scw4mq/audiocraft_7986fe26ef5246bb95a0b85996a66835
  Running command git clone --filter=blob:none --quiet 'https://****@github.com/facebookresearch/audiocraft' /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-e5scw4mq/audiocraft_7986fe26ef5246bb95a0b85996a66835
  Running command git rev-parse -q --verify 'sha^e96018613ac82b1afe0f0cce7861dfe08ba2b3bf'
  Running command git fetch -q 'https://****@github.com/facebookresearch/audiocraft' e96018613ac82b1afe0f0cce7861dfe08ba2b3bf
  Running command git checkout -q e96018613ac82b1afe0f0cce7861dfe08ba2b3bf
  Resolved https://****@github.com/facebookresearch/audiocraft to commit e96018613ac82b1afe0f0cce7861dfe08ba2b3bf
  Preparing metadata (setup.py) ... done
Requirement already satisfied: torch==2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from -r requirements_audiocraft.txt (line 1)) (2.0.0)
ERROR: Could not find a version that satisfies the requirement xformers==0.0.19 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.0.13, 0.0.16rc424, 0.0.16rc425, 0.0.16, 0.0.20, 0.0.21, 0.0.22.dev604, 0.0.22.dev605, 0.0.22.dev606, 0.0.22.dev611, 0.0.22.dev612)
ERROR: No matching distribution found for xformers==0.0.19
Failed to install musicgen, audiocraft dependencies
Installing Bark Voice Clone, bark-hubert-quantizer dependencies...
Ignoring fairseq: markers 'sys_platform == "win32"' don't match your environment
Collecting bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer (from -r requirements_bark_hubert_quantizer.txt (line 4))
  Cloning https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer (to revision bark_hubert_quantizer) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-tl7jz9d6/bark-hubert-quantizer_b1b47d088a564f228cd4735ad8072cf8
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-tl7jz9d6/bark-hubert-quantizer_b1b47d088a564f228cd4735ad8072cf8
  Running command git checkout -b bark_hubert_quantizer --track origin/bark_hubert_quantizer
  Switched to a new branch 'bark_hubert_quantizer'
  branch 'bark_hubert_quantizer' set up to track 'origin/bark_hubert_quantizer'.
  Resolved https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer to commit a8cd83859ffded0be8b4afcf00dbdb426e9aa0df
  Preparing metadata (setup.py) ... done
Requirement already satisfied: torch==2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from -r requirements_bark_hubert_quantizer.txt (line 1)) (2.0.0)
Requirement already satisfied: filelock in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (3.9.0)
Requirement already satisfied: typing-extensions in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (4.7.1)
Requirement already satisfied: sympy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (1.11.1)
Requirement already satisfied: networkx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (3.1)
Requirement already satisfied: jinja2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (3.1.2)
Collecting audiolm-pytorch<1.2.29,>=1.1.4 (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for audiolm-pytorch<1.2.29,>=1.1.4 from https://files.pythonhosted.org/packages/ea/50/de2332a47ee38d8115b1dfe4f5f36eff1161c783d9e054d74d5960937169/audiolm_pytorch-1.2.28-py3-none-any.whl.metadata
  Using cached audiolm_pytorch-1.2.28-py3-none-any.whl.metadata (1.2 kB)
Collecting fairseq (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached fairseq-0.12.2-cp310-cp310-macosx_11_0_arm64.whl
Requirement already satisfied: huggingface-hub in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.17.1)
Collecting sentencepiece (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached sentencepiece-0.1.99-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB)
Requirement already satisfied: transformers in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (4.31.0)
Requirement already satisfied: encodec in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.1.1)
Collecting sox (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached sox-1.4.1-py2.py3-none-any.whl (39 kB)
Collecting accelerate (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for accelerate from https://files.pythonhosted.org/packages/d9/92/2d3aecf9f4a192968035880be3e2fc8b48d541c7128f7c936f430d6f96da/accelerate-0.23.0-py3-none-any.whl.metadata
  Using cached accelerate-0.23.0-py3-none-any.whl.metadata (18 kB)
Collecting beartype (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for beartype from https://files.pythonhosted.org/packages/f3/8b/1b31ee215cd5161e64c39821f9d86c14239146fc80df1d38ab42334729b3/beartype-0.16.0-py3-none-any.whl.metadata
  Using cached beartype-0.16.0-py3-none-any.whl.metadata (28 kB)
Requirement already satisfied: einops>=0.6.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.6.1)
Collecting ema-pytorch>=0.2.2 (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached ema_pytorch-0.2.3-py3-none-any.whl (4.4 kB)
Requirement already satisfied: joblib in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.3.2)
Collecting lion-pytorch (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached lion_pytorch-0.1.2-py3-none-any.whl (4.4 kB)
Collecting local-attention>=1.8.4 (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached local_attention-1.8.6-py3-none-any.whl (8.1 kB)
Requirement already satisfied: scikit-learn in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.3.0)
Requirement already satisfied: torchaudio in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.0.2)
Requirement already satisfied: tqdm in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (4.66.1)
Collecting vector-quantize-pytorch>=1.5.14 (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for vector-quantize-pytorch>=1.5.14 from https://files.pythonhosted.org/packages/e7/0d/89c39bf88c4ecfcf78584b490ecfafcbe18840e2f7a3e9891617b640077f/vector_quantize_pytorch-1.7.1-py3-none-any.whl.metadata
  Using cached vector_quantize_pytorch-1.7.1-py3-none-any.whl.metadata (680 bytes)
Requirement already satisfied: numpy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from encodec->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.24.4)
Requirement already satisfied: cffi in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.15.1)
Collecting cython (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for cython from https://files.pythonhosted.org/packages/03/e9/9cc0c4f0d8a566089d096254cd25168a0db02dd047863a7f995d8d3eefa7/Cython-3.0.2-py2.py3-none-any.whl.metadata
  Using cached Cython-3.0.2-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting hydra-core<1.1,>=1.0.7 (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached hydra_core-1.0.7-py3-none-any.whl (123 kB)
Collecting omegaconf<2.1 (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached omegaconf-2.0.6-py3-none-any.whl (36 kB)
Requirement already satisfied: regex in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2023.8.8)
Collecting sacrebleu>=1.4.12 (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached sacrebleu-2.3.1-py3-none-any.whl (118 kB)
Collecting bitarray (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for bitarray from https://files.pythonhosted.org/packages/80/da/f0fff1ac354171cab2263c9004660351ce8403786cc45826c78f5a27d1a2/bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Using cached bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (32 kB)
Requirement already satisfied: fsspec in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2023.9.1)
Requirement already satisfied: requests in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.31.0)
Requirement already satisfied: pyyaml>=5.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (6.0.1)
Requirement already satisfied: packaging>=20.9 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (23.1)
Requirement already satisfied: MarkupSafe>=2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jinja2->torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (2.1.1)
Requirement already satisfied: mpmath>=0.19 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sympy->torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (1.3.0)
Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from transformers->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.13.3)
Requirement already satisfied: safetensors>=0.3.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from transformers->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.3.1)
Collecting antlr4-python3-runtime==4.8 (from hydra-core<1.1,>=1.0.7->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached antlr4_python3_runtime-4.8-py3-none-any.whl
Collecting portalocker (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for portalocker from https://files.pythonhosted.org/packages/17/9e/87671efcca80ba6203811540ed1f9c0462c1609d2281d7b7f53cef05da3d/portalocker-2.8.2-py3-none-any.whl.metadata
  Using cached portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB)
Collecting tabulate>=0.8.9 (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting colorama (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting lxml (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached lxml-4.9.3-cp310-cp310-macosx_11_0_arm64.whl
Collecting psutil (from accelerate->audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Using cached psutil-5.9.5-cp38-abi3-macosx_11_0_arm64.whl (246 kB)
Requirement already satisfied: pycparser in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from cffi->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.21)
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.0.4)
Requirement already satisfied: idna<4,>=2.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2023.7.22)
Requirement already satisfied: scipy>=1.5.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from scikit-learn->audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.11.2)
Requirement already satisfied: threadpoolctl>=2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from scikit-learn->audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (3.2.0)
Using cached audiolm_pytorch-1.2.28-py3-none-any.whl (40 kB)
Using cached vector_quantize_pytorch-1.7.1-py3-none-any.whl (14 kB)
Using cached accelerate-0.23.0-py3-none-any.whl (258 kB)
Using cached beartype-0.16.0-py3-none-any.whl (808 kB)
Using cached bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl (121 kB)
Using cached Cython-3.0.2-py2.py3-none-any.whl (1.2 MB)
Using cached portalocker-2.8.2-py3-none-any.whl (17 kB)
Building wheels for collected packages: bark_hubert_quantizer
  Building wheel for bark_hubert_quantizer (setup.py) ... done
  Created wheel for bark_hubert_quantizer: filename=bark_hubert_quantizer-0.0.5-py3-none-any.whl size=6546 sha256=023e05420a0331ee3a6df28997eccdbd7ccf84da554ee7bf8de19d1e92ce0e60
  Stored in directory: /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-ephem-wheel-cache-z0aglh5t/wheels/f9/26/f0/3471f3e7f6eb399c92da421c54b1c14f7b7ae9c60cf01cd162
Successfully built bark_hubert_quantizer
DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
Installing collected packages: sentencepiece, bitarray, antlr4-python3-runtime, tabulate, sox, psutil, portalocker, omegaconf, lxml, cython, colorama, beartype, sacrebleu, hydra-core, vector-quantize-pytorch, local-attention, lion-pytorch, ema-pytorch, accelerate, fairseq, audiolm-pytorch, bark_hubert_quantizer
Successfully installed accelerate-0.23.0 antlr4-python3-runtime-4.8 audiolm-pytorch-1.2.28 bark_hubert_quantizer-0.0.5 beartype-0.16.0 bitarray-2.8.1 colorama-0.4.6 cython-3.0.2 ema-pytorch-0.2.3 fairseq-0.12.2 hydra-core-1.0.7 lion-pytorch-0.1.2 local-attention-1.8.6 lxml-4.9.3 omegaconf-2.0.6 portalocker-2.8.2 psutil-5.9.5 sacrebleu-2.3.1 sentencepiece-0.1.99 sox-1.4.1 tabulate-0.9.0 vector-quantize-pytorch-1.7.1
Successfully installed Bark Voice Clone, bark-hubert-quantizer dependencies
Installing RVC dependencies...
Collecting torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1 (from -r requirements_rvc.txt (line 2))
  Cloning https://github.com/rsxdalv/torchcrepe (to revision patch-1) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-4436lnzh/torchcrepe_3e0e321dab8b41b481f0cc22007d7631
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/torchcrepe /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-4436lnzh/torchcrepe_3e0e321dab8b41b481f0cc22007d7631
  Running command git checkout -b patch-1 --track origin/patch-1
  Switched to a new branch 'patch-1'
  branch 'patch-1' set up to track 'origin/patch-1'.
  Resolved https://github.com/rsxdalv/torchcrepe to commit 9cc34800fe2f2fce2f6f665dc8a4dfc48a371e39
  Preparing metadata (setup.py) ... done
Collecting rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package (from -r requirements_rvc.txt (line 3))
  Cloning https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI (to revision package) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-4436lnzh/rvc-beta_9746bdffad844816bf4aae6520a20b39
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-4436lnzh/rvc-beta_9746bdffad844816bf4aae6520a20b39
  Running command git checkout -b package --track origin/package
  Switched to a new branch 'package'
  branch 'package' set up to track 'origin/package'.
  Resolved https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI to commit b27fea3d85a3f7f1e33be031c6bac206b080e8ca
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: torch==2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from -r requirements_rvc.txt (line 1)) (2.0.0)
Requirement already satisfied: filelock in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.9.0)
Requirement already satisfied: typing-extensions in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (4.7.1)
Requirement already satisfied: sympy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.11.1)
Requirement already satisfied: networkx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.1)
Requirement already satisfied: jinja2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.1.2)
Collecting librosa==0.9.2 (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Using cached librosa-0.9.2-py3-none-any.whl (214 kB)
Collecting resampy (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Using cached resampy-0.4.2-py3-none-any.whl (3.1 MB)
Requirement already satisfied: scipy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.11.2)
Requirement already satisfied: tqdm in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (4.66.1)
Requirement already satisfied: audioread>=2.1.9 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (3.0.0)
Requirement already satisfied: numpy>=1.17.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.24.4)
Requirement already satisfied: scikit-learn>=0.19.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.3.0)
Requirement already satisfied: joblib>=0.14 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.3.2)
Requirement already satisfied: decorator>=4.0.10 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (5.1.1)
Requirement already satisfied: numba>=0.45.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (0.57.1)
Requirement already satisfied: soundfile>=0.10.2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (0.12.1)
Requirement already satisfied: pooch>=1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.7.0)
Requirement already satisfied: packaging>=20.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (23.1)
Collecting Cython<0.30.0,>=0.29.34 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for Cython<0.30.0,>=0.29.34 from https://files.pythonhosted.org/packages/3f/d6/9eed523aeaca42acbaa3e6d3850edae780dc7f8da9df1bf6a2ceb851839c/Cython-0.29.36-py2.py3-none-any.whl.metadata
  Using cached Cython-0.29.36-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting Markdown<4.0.0,>=3.4.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for Markdown<4.0.0,>=3.4.3 from https://files.pythonhosted.org/packages/1a/b5/228c1cdcfe138f1a8e01ab1b54284c8b83735476cb22b6ba251656ed13ad/Markdown-3.4.4-py3-none-any.whl.metadata
  Using cached Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB)
Collecting Pillow==9.3.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached Pillow-9.3.0-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB)
Requirement already satisfied: PyYAML<7.0,>=6.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (6.0.1)
Collecting Werkzeug<3.0.0,>=2.2.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for Werkzeug<3.0.0,>=2.2.3 from https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl.metadata
  Using cached werkzeug-2.3.7-py3-none-any.whl.metadata (4.1 kB)
Collecting absl-py<2.0.0,>=1.4.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached absl_py-1.4.0-py3-none-any.whl (126 kB)
Requirement already satisfied: colorama<0.5.0,>=0.4.6 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.4.6)
Requirement already satisfied: fairseq<0.13.0,>=0.12.2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.12.2)
Collecting faiss-cpu<2.0.0,>=1.7.2 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached faiss_cpu-1.7.4-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB)
Requirement already satisfied: ffmpeg-python<0.3.0,>=0.2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.2.0)
Requirement already satisfied: fsspec<2024.0.0,>=2023.3.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.9.1)
Collecting functorch<3.0.0,>=2.0.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached functorch-2.0.0-py2.py3-none-any.whl (2.1 kB)
Requirement already satisfied: future<0.19.0,>=0.18.3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.18.3)
Requirement already satisfied: gradio<4.0.0,>=3.34.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.35.2)
Collecting json5<0.10.0,>=0.9.11 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for json5<0.10.0,>=0.9.11 from https://files.pythonhosted.org/packages/70/ba/fa37123a86ae8287d6678535a944f9c3377d8165e536310ed6f6cb0f0c0e/json5-0.9.14-py2.py3-none-any.whl.metadata
  Using cached json5-0.9.14-py2.py3-none-any.whl.metadata (10 kB)
Collecting llvmlite==0.39.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached llvmlite-0.39.0-cp310-cp310-macosx_11_0_arm64.whl (23.1 MB)
Requirement already satisfied: matplotlib<4.0.0,>=3.7.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.8.0)
Collecting matplotlib-inline<0.2.0,>=0.1.6 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Collecting numba>=0.45.1 (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Using cached numba-0.56.4-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB)
Collecting numpy>=1.17.0 (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Using cached numpy-1.23.5-cp310-cp310-macosx_11_0_arm64.whl (13.4 MB)
Collecting praat-parselmouth<0.5.0,>=0.4.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached praat_parselmouth-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (9.8 MB)
Collecting pyasn1<0.5.0,>=0.4.8 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting pyasn1-modules<0.3.0,>=0.2.8 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Requirement already satisfied: pydub<0.26.0,>=0.25.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.25.1)
Collecting pyworld<0.4.0,>=0.3.2 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached pyworld-0.3.4-cp310-cp310-macosx_11_0_arm64.whl
Collecting scipy (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Using cached scipy-1.9.3-cp310-cp310-macosx_12_0_arm64.whl (28.5 MB)
Requirement already satisfied: starlette<0.28.0,>=0.27.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.27.0)
Requirement already satisfied: tabulate<0.10.0,>=0.9.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.9.0)
Collecting tensorboard<3.0.0,>=2.12.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tensorboard<3.0.0,>=2.12.1 from https://files.pythonhosted.org/packages/bc/a2/ff5f4c299eb37c95299a76015da3f30211468e29d8d6f1d011683279baee/tensorboard-2.14.0-py3-none-any.whl.metadata
  Using cached tensorboard-2.14.0-py3-none-any.whl.metadata (1.8 kB)
Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tensorboard-data-server<0.8.0,>=0.7.0 from https://files.pythonhosted.org/packages/da/61/6e9ff8258422d287eec718872fb71e05324356722ab658c8afda25f51539/tensorboard_data_server-0.7.1-py3-none-any.whl.metadata
  Using cached tensorboard_data_server-0.7.1-py3-none-any.whl.metadata (1.1 kB)
Collecting tensorboard-plugin-wit<2.0.0,>=1.8.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
Collecting tensorboardX<3.0,>=2.6 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tensorboardX<3.0,>=2.6 from https://files.pythonhosted.org/packages/44/71/f3e7c9b2ab67e28c572ab4e9d5fa3499e0d252650f96d8a3a03e26677f53/tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata
  Using cached tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB)
Collecting torchgen<0.0.2,>=0.0.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached torchgen-0.0.1-py3-none-any.whl (3.4 kB)
Collecting tornado<7.0,>=6.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tornado<7.0,>=6.3 from https://files.pythonhosted.org/packages/e8/52/4775f3e6630bbc3808e678eb2294beeb654040cf45cc2b66cd6efdcf2571/tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl.metadata
  Using cached tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB)
Requirement already satisfied: uc-micro-py<2.0.0,>=1.0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.0.2)
Collecting uvicorn<0.22.0,>=0.21.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached uvicorn-0.21.1-py3-none-any.whl (57 kB)
Requirement already satisfied: setuptools in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from numba>=0.45.1->librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (68.0.0)
Requirement already satisfied: cffi in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.15.1)
Requirement already satisfied: hydra-core<1.1,>=1.0.7 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.0.7)
Requirement already satisfied: omegaconf<2.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.6)
Requirement already satisfied: regex in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.8.8)
Requirement already satisfied: sacrebleu>=1.4.12 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.3.1)
Requirement already satisfied: bitarray in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.8.1)
Requirement already satisfied: torchaudio>=0.8.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.2)
Requirement already satisfied: aiofiles in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (23.2.1)
Requirement already satisfied: aiohttp in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.8.5)
Requirement already satisfied: altair>=4.2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (5.1.1)
Requirement already satisfied: fastapi in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.103.1)
Requirement already satisfied: ffmpy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.3.1)
Requirement already satisfied: gradio-client>=0.2.7 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.5.0)
Requirement already satisfied: httpx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.25.0)
Requirement already satisfied: huggingface-hub>=0.14.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.17.1)
Requirement already satisfied: markdown-it-py[linkify]>=2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.2.0)
Requirement already satisfied: markupsafe in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.1.1)
Requirement already satisfied: mdit-py-plugins<=0.3.3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.3.3)
Requirement already satisfied: orjson in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.9.7)
Requirement already satisfied: pandas in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.1.0)
Requirement already satisfied: pydantic in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.3.0)
Requirement already satisfied: pygments>=2.12.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.16.1)
Requirement already satisfied: python-multipart in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.0.6)
Requirement already satisfied: requests in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.31.0)
Requirement already satisfied: semantic-version in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.10.0)
Requirement already satisfied: websockets>=10.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (11.0.3)
Requirement already satisfied: contourpy>=1.0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.1.1)
Requirement already satisfied: cycler>=0.10 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.42.1)
Requirement already satisfied: kiwisolver>=1.0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.4.5)
Requirement already satisfied: pyparsing>=2.3.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.1.1)
Requirement already satisfied: python-dateutil>=2.7 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.8.2)
Collecting traitlets (from matplotlib-inline<0.2.0,>=0.1.6->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for traitlets from https://files.pythonhosted.org/packages/fb/00/78472b256929614443c3fa3be31ee60777e5a9e3c6770d8d934154aa2cab/traitlets-5.10.0-py3-none-any.whl.metadata
  Using cached traitlets-5.10.0-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: threadpoolctl>=2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from scikit-learn>=0.19.1->librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (3.2.0)
Requirement already satisfied: anyio<5,>=3.4.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.7.1)
Requirement already satisfied: mpmath>=0.19 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sympy->torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.3.0)
Collecting grpcio>=1.48.2 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for grpcio>=1.48.2 from https://files.pythonhosted.org/packages/b6/0a/66519bd357b93daeb5c1d6cb3fe7e974308f3b19be05b443e932787ae2c4/grpcio-1.58.0-cp310-cp310-macosx_12_0_universal2.whl.metadata
  Using cached grpcio-1.58.0-cp310-cp310-macosx_12_0_universal2.whl.metadata (4.0 kB)
Collecting google-auth<3,>=1.6.3 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for google-auth<3,>=1.6.3 from https://files.pythonhosted.org/packages/9d/44/5a992cb9d7bf8aaae73bc5adaf721ad08731c9d00c1c17999a8691404b0c/google_auth-2.23.0-py2.py3-none-any.whl.metadata
  Using cached google_auth-2.23.0-py2.py3-none-any.whl.metadata (4.2 kB)
Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
Collecting protobuf>=3.19.6 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for protobuf>=3.19.6 from https://files.pythonhosted.org/packages/fe/f3/957db80e5b9f7fd7df97e5554fdc57919dfad24e89291223fd04a0e3c84f/protobuf-4.24.3-cp37-abi3-macosx_10_9_universal2.whl.metadata
  Using cached protobuf-4.24.3-cp37-abi3-macosx_10_9_universal2.whl.metadata (540 bytes)
Requirement already satisfied: wheel>=0.26 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.38.4)
Requirement already satisfied: click>=7.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from uvicorn<0.22.0,>=0.21.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (8.1.7)
Requirement already satisfied: h11>=0.8 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from uvicorn<0.22.0,>=0.21.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.14.0)
Requirement already satisfied: jsonschema>=3.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.19.0)
Requirement already satisfied: toolz in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.12.0)
Requirement already satisfied: idna>=2.8 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.4)
Requirement already satisfied: sniffio>=1.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.3.0)
Requirement already satisfied: exceptiongroup in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.1.3)
Requirement already satisfied: pycparser in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from cffi->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.21)
Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for cachetools<6.0,>=2.0.0 from https://files.pythonhosted.org/packages/a9/c9/c8a7710f2cedcb1db9224fdd4d8307c9e48cbddc46c18b515fefc0f1abbe/cachetools-5.3.1-py3-none-any.whl.metadata
  Using cached cachetools-5.3.1-py3-none-any.whl.metadata (5.2 kB)
Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached rsa-4.9-py3-none-any.whl (34 kB)
Requirement already satisfied: urllib3<2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from google-auth<3,>=1.6.3->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.26.16)
Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: antlr4-python3-runtime==4.8 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from hydra-core<1.1,>=1.0.7->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.8)
Requirement already satisfied: mdurl~=0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from markdown-it-py[linkify]>=2.0.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.1.2)
Requirement already satisfied: linkify-it-py<3,>=1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from markdown-it-py[linkify]>=2.0.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.2)
Requirement already satisfied: pytz>=2020.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pandas->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.3.post1)
Requirement already satisfied: tzdata>=2022.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pandas->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.3)
Requirement already satisfied: platformdirs>=2.5.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pooch>=1.0->librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (3.10.0)
Requirement already satisfied: six>=1.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.16.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.4)
Requirement already satisfied: certifi>=2017.4.17 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.7.22)
Requirement already satisfied: portalocker in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sacrebleu>=1.4.12->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.8.2)
Requirement already satisfied: lxml in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sacrebleu>=1.4.12->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.9.3)
Requirement already satisfied: attrs>=17.3.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (23.1.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (6.0.4)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.0.3)
Requirement already satisfied: yarl<2.0,>=1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.9.2)
Requirement already satisfied: frozenlist>=1.1.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.4.0)
Requirement already satisfied: aiosignal>=1.1.2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.3.1)
Requirement already satisfied: annotated-types>=0.4.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pydantic->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.5.0)
Requirement already satisfied: pydantic-core==2.6.3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pydantic->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.6.3)
Requirement already satisfied: httpcore<0.19.0,>=0.18.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from httpx->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.18.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jsonschema>=3.0->altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.7.1)
Requirement already satisfied: referencing>=0.28.4 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jsonschema>=3.0->altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.30.2)
Requirement already satisfied: rpds-py>=0.7.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jsonschema>=3.0->altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.10.3)
Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Using cached Cython-0.29.36-py2.py3-none-any.whl (988 kB)
Using cached json5-0.9.14-py2.py3-none-any.whl (19 kB)
Using cached Markdown-3.4.4-py3-none-any.whl (94 kB)
Using cached tensorboard-2.14.0-py3-none-any.whl (5.5 MB)
Using cached tensorboard_data_server-0.7.1-py3-none-any.whl (2.4 kB)
Using cached tensorboardX-2.6.2.2-py2.py3-none-any.whl (101 kB)
Using cached tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl (425 kB)
Using cached werkzeug-2.3.7-py3-none-any.whl (242 kB)
Using cached google_auth-2.23.0-py2.py3-none-any.whl (181 kB)
Using cached grpcio-1.58.0-cp310-cp310-macosx_12_0_universal2.whl (9.5 MB)
Using cached protobuf-4.24.3-cp37-abi3-macosx_10_9_universal2.whl (409 kB)
Using cached traitlets-5.10.0-py3-none-any.whl (120 kB)
Using cached cachetools-5.3.1-py3-none-any.whl (9.3 kB)
Building wheels for collected packages: torchcrepe, rvc-beta
  Building wheel for torchcrepe (setup.py) ... done
  Created wheel for torchcrepe: filename=torchcrepe-0.0.20-py3-none-any.whl size=72326242 sha256=269e074544224e7bd760f9d6de87b61fcc14cce2caed162fc1adf2f69defbd33
  Stored in directory: /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-ephem-wheel-cache-dc3kewev/wheels/4a/7c/9f/170aad22b22218ca80febc6cf9f321b105adfed5c6930233fe
  Building wheel for rvc-beta (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for rvc-beta (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [30 lines of output]
      Traceback (most recent call last):
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
          main()
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel
          return _build_backend().build_wheel(wheel_directory, config_settings,
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/masonry/api.py", line 57, in build_wheel
          return WheelBuilder.make_in(
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/wheel.py", line 87, in make_in
          wb.build(target_dir=directory)
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/wheel.py", line 123, in build
          self._copy_module(zip_file)
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/wheel.py", line 234, in _copy_module
          to_add = self.find_files_to_add()
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 200, in find_files_to_add
          if self.is_excluded(
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 143, in is_excluded
          if exclude_path.as_posix() in self.find_excluded_files(fmt=self.format):
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 111, in find_excluded_files
          vcs_ignored_files = set(vcs.get_ignored_files()) if vcs else set()
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/vcs/git.py", line 340, in get_ignored_files
          output = self.run(*args)
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-xm8f4afo/overlay/lib/python3.10/site-packages/poetry/core/vcs/git.py", line 373, in run
          subprocess.check_output(
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/subprocess.py", line 421, in check_output
          return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/subprocess.py", line 526, in run
          raise CalledProcessError(retcode, process.args,
      subprocess.CalledProcessError: Command '['git', '--git-dir', '/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-4436lnzh/rvc-beta_9746bdffad844816bf4aae6520a20b39/.git', '--work-tree', '/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-4436lnzh/rvc-beta_9746bdffad844816bf4aae6520a20b39', 'ls-files', '--others', '-i', '--exclude-standard']' returned non-zero exit status 128.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for rvc-beta
Successfully built torchcrepe
Failed to build rvc-beta
ERROR: Could not build wheels for rvc-beta, which is required to install pyproject.toml-based projects
Failed to install RVC dependencies
Collecting hydra-core==1.3.2
  Using cached hydra_core-1.3.2-py3-none-any.whl (154 kB)
Collecting omegaconf<2.4,>=2.2 (from hydra-core==1.3.2)
  Using cached omegaconf-2.3.0-py3-none-any.whl (79 kB)
Collecting antlr4-python3-runtime==4.9.* (from hydra-core==1.3.2)
  Using cached antlr4_python3_runtime-4.9.3-py3-none-any.whl
Requirement already satisfied: packaging in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from hydra-core==1.3.2) (23.1)
Requirement already satisfied: PyYAML>=5.1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from omegaconf<2.4,>=2.2->hydra-core==1.3.2) (6.0.1)
Installing collected packages: antlr4-python3-runtime, omegaconf, hydra-core
  Attempting uninstall: antlr4-python3-runtime
    Found existing installation: antlr4-python3-runtime 4.8
    Uninstalling antlr4-python3-runtime-4.8:
      Successfully uninstalled antlr4-python3-runtime-4.8
  Attempting uninstall: omegaconf
    Found existing installation: omegaconf 2.0.6
    Uninstalling omegaconf-2.0.6:
      Successfully uninstalled omegaconf-2.0.6
  Attempting uninstall: hydra-core
    Found existing installation: hydra-core 1.0.7
    Uninstalling hydra-core-1.0.7:
      Successfully uninstalled hydra-core-1.0.7
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fairseq 0.12.2 requires hydra-core<1.1,>=1.0.7, but you have hydra-core 1.3.2 which is incompatible.
fairseq 0.12.2 requires omegaconf<2.1, but you have omegaconf 2.3.0 which is incompatible.
Successfully installed antlr4-python3-runtime-4.9.3 hydra-core-1.3.2 omegaconf-2.3.0
Env file not found. Creating default env.
Config file not found. Creating default config.
Traceback (most recent call last):
  File "/Users/otto/Documents/tts/tts-generation-webui/server.py", line 40, in <module>
    from src.tortoise.generation_tab_tortoise import generation_tab_tortoise
  File "/Users/otto/Documents/tts/tts-generation-webui/src/tortoise/generation_tab_tortoise.py", line 7, in <module>
    from src.tortoise.gen_tortoise import (
  File "/Users/otto/Documents/tts/tts-generation-webui/src/tortoise/gen_tortoise.py", line 7, in <module>
    from tortoise.api import TextToSpeech, MODELS_DIR
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/tortoise/api.py", line 7, in <module>
    import torch
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/torch/__init__.py", line 1239, in <module>
    from torch import onnx as onnx
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/torch/onnx/__init__.py", line 12, in <module>
    from . import (  # usort:skip. Keep the order instead of sorting lexicographically
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/torch/onnx/symbolic_caffe2.py", line 4, in <module>
    from torch.onnx import symbolic_helper, symbolic_opset9 as opset9
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/torch/onnx/symbolic_helper.py", line 611, in <module>
    def _onnx_unsupported(op_name: str, value: Optional[_C.Value] = None) -> NoReturn:
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/decorcache.py", line 77, in beartype
    return beartype_object(obj, conf)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/decorcore.py", line 98, in beartype_object
    _beartype_object_fatal(obj, conf=conf, **kwargs)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/decorcore.py", line 147, in _beartype_object_fatal
    beartype_nontype(obj, **kwargs)  # type: ignore[return-value]
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/_decormore.py", line 178, in beartype_nontype
    return beartype_func(obj, **kwargs)  # type: ignore[return-value]
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/_decormore.py", line 242, in beartype_func
    func_wrapper_code = generate_code(bear_call)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/wrapmain.py", line 187, in generate_code
    code_check_return = _code_check_return(bear_call)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/wrapmain.py", line 669, in _code_check_return
    reraise_exception_placeholder(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_util/error/utilerror.py", line 214, in reraise_exception_placeholder
    raise exception.with_traceback(exception.__traceback__)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/wrapmain.py", line 618, in _code_check_return
    ) = make_func_wrapper_code(hint_sane, bear_call.conf, cls_stack)  # type: ignore[assignment]
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 259, in _callable_cached
    raise exception
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 251, in _callable_cached
    return_value = args_flat_to_return_value[args_flat] = func(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_decor/wrap/_wrapcode.py", line 86, in make_func_wrapper_code
    ) = make_check_expr(hint, conf, cls_stack)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 259, in _callable_cached
    raise exception
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_util/cache/utilcachecall.py", line 251, in _callable_cached
    return_value = args_flat_to_return_value[args_flat] = func(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_check/code/codemake.py", line 706, in make_check_expr
    die_if_hint_pep_unsupported(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/beartype/_util/hint/pep/utilpeptest.py", line 205, in die_if_hint_pep_unsupported
    raise BeartypeDecorHintPep484Exception(
beartype.roar.BeartypeDecorHintPep484Exception: Function torch.onnx.symbolic_helper._onnx_unsupported() return PEP 484 type hint "typing.NoReturn" invalid in this type hint context (i.e., "typing.NoReturn" valid only as non-nested return annotation).

Done!
(tts) otto@MacBook-Pro-von-otto ~/Documents/tts % pip uninstall Beartype     
Found existing installation: beartype 0.15.0
Uninstalling beartype-0.15.0:
  Would remove:
    /Users/otto/miniconda/envs/tts/lib/python3.10/site-packages/beartype-0.15.0.dist-info/*
    /Users/otto/miniconda/envs/tts/lib/python3.10/site-packages/beartype/*
Proceed (Y/n)? Y
  Successfully uninstalled beartype-0.15.0
(tts) otto@MacBook-Pro-von-otto ~/Documents/tts % pip install beartype==0.15.0   
Collecting beartype==0.15.0
  Obtaining dependency information for beartype==0.15.0 from https://files.pythonhosted.org/packages/6f/e7/9220de010e015fdfb7ce22e7d9a846bfcd6e5d686c4fc555fa76a22846ba/beartype-0.15.0-py3-none-any.whl.metadata
  Using cached beartype-0.15.0-py3-none-any.whl.metadata (28 kB)
Using cached beartype-0.15.0-py3-none-any.whl (777 kB)
DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
Installing collected packages: beartype
Successfully installed beartype-0.15.0
(tts) otto@MacBook-Pro-von-otto ~/Documents/tts % vi /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/torch/onnx/symbolic_helper.py 
(tts) otto@MacBook-Pro-von-otto ~/Documents/tts % ./start_macos.sh                                                                                                                    
Loading extensions:
Loaded extension: callback_save_generation_ffmpeg
Loaded extension: empty_extension
Loaded extension: callback_save_generation_musicgen_ffmpeg
Loaded 2 callback_save_generation extensions.
Loaded 1 callback_save_generation_musicgen extensions.
2023-09-17 14:37:59 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX
Failed to load musicgen demo
No module named 'audiocraft'
Failed to load rvc demo
No module named 'rvc_beta'
Failed to load demucs demo
No module named 'demucs'
Starting Gradio server...
Gradio interface options:
  inline:               False
  inbrowser:            True
  share:                False
  debug:                False
  enable_queue:         True
  max_threads:          40
  auth:                 None
  auth_message:         None
  prevent_thread_lock:  False
  show_error:           False
  server_name:          0.0.0.0
  server_port:          None
  show_tips:            False
  height:               500
  width:                100%
  favicon_path:         None
  ssl_keyfile:          None
  ssl_certfile:         None
  ssl_keyfile_password: None
  ssl_verify:           True
  quiet:                True
  show_api:             True
  file_directories:     None
  _frontend:            True
Running on local URL:  http://0.0.0.0:7860
2023-09-17 14:38:15 | ERROR | asyncio | Task exception was never retrieved
future: <Task finished name='alj35y78vgj_152' coro=<Queue.process_events() done, defined at /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py:342> exception=1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'data': ['Default', Fals...on_hash': 'alj35y78vgj'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.3/v/missing>
Traceback (most recent call last):
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 346, in process_events
    client_awake = await self.gather_event_data(event)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 219, in gather_event_data
    data, client_awake = await self.get_message(event, timeout=receive_timeout)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 448, in get_message
    return PredictBody(**data), True
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pydantic/main.py", line 165, in __init__
    __pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__)
pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'data': ['Default', Fals...on_hash': 'alj35y78vgj'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.3/v/missing
2023-09-17 14:38:15 | ERROR | asyncio | Task exception was never retrieved
future: <Task finished name='alj35y78vgj_210' coro=<Queue.process_events() done, defined at /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py:342> exception=1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'data': [], 'event_data'...on_hash': 'alj35y78vgj'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.3/v/missing>
Traceback (most recent call last):
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 346, in process_events
    client_awake = await self.gather_event_data(event)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 219, in gather_event_data
    data, client_awake = await self.get_message(event, timeout=receive_timeout)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 448, in get_message
    return PredictBody(**data), True
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pydantic/main.py", line 165, in __init__
    __pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__)
pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'data': [], 'event_data'...on_hash': 'alj35y78vgj'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.3/v/missing
rsxdalv commented 11 months ago

Thank you for the full log!

So far I have a few suspicions so I'd just like to ask: do you have conda installed on the machine?

I am seeing a 4.12.0 conda in the logs (current conda version is 23+)

Also, the beartype install seems to happen elsewhere.

All of the dependencies should be contained with tts/installer_files, but I'm seeing this path:

Users/otto/miniconda/envs/tts/lib/python3.10/site-packages/beartype-0.15.0.dist-info/

This could be because you activated the environment manually. I am not entirely sure what state that puts the machine in.

A typical use case is to directly run start_macos and let it handle the activation of conda. Then to install or change something, running cmd_macos enters the activated conda environment.

Actually, a lot of things seem to install successfully, apart from this. I'll check the colab because it's easier for me to debug. For all I know dome dev a dozen projects deep made an update to their package and broke everything.

rsxdalv commented 11 months ago

There was also a new issue opened, some things have to be fixed.

rsxdalv commented 11 months ago

The repo has been updated. The change is that now it will install beartype==0.15.0, updating should fix it.

lustfeind commented 11 months ago

Hello again,.. sorry for bothering. I did a clean install, installed miniconda3 again, deleted all enviroments,.. The UI starts, but I'm not able to do anything. Some of the folders have a (!)

Here is my full log again. I appreciate any help, because I think this a a great project!

otto@MacBook-Pro-von-otto ~/Documents/tts % ./start_macos.sh 
Downloading Miniconda from https://repo.anaconda.com/miniconda/Miniconda3-py310_23.1.0-1-MacOSX-arm64.sh to /Users/otto/Documents/tts/installer_files/miniconda_installer.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 41.7M  100 41.7M    0     0  3986k      0  0:00:10  0:00:10 --:--:-- 3897k
PREFIX=/Users/otto/Documents/tts/installer_files/conda
Unpacking payload ...

Installing base environment...

Downloading and Extracting Packages

Downloading and Extracting Packages

Preparing transaction: done
Executing transaction: | 
done
installation finished.
Miniconda version:
conda 23.1.0
Collecting package metadata (current_repodata.json): done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
  current version: 23.1.0
  latest version: 23.7.4

Please update conda by running

    $ conda update -n base -c defaults conda

Or to minimize the number of packages updated during conda update use

     conda install conda=23.7.4

## Package Plan ##

  environment location: /Users/otto/Documents/tts/installer_files/env

  added / updated specs:
    - python=3.10

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2023.08.22 |       hca03da5_0         124 KB
    libffi-3.4.4               |       hca03da5_0         120 KB
    openssl-3.0.10             |       h1a28f6b_2         4.3 MB
    pip-23.2.1                 |  py310hca03da5_0         2.7 MB
    python-3.10.13             |       hb885b13_0        13.0 MB
    setuptools-68.0.0          |  py310hca03da5_0         955 KB
    sqlite-3.41.2              |       h80987f9_0         1.1 MB
    tzdata-2023c               |       h04d1e81_0         116 KB
    wheel-0.38.4               |  py310hca03da5_0          66 KB
    xz-5.4.2                   |       h80987f9_0         369 KB
    ------------------------------------------------------------
                                           Total:        22.8 MB

The following NEW packages will be INSTALLED:

  bzip2              pkgs/main/osx-arm64::bzip2-1.0.8-h620ffc9_4 
  ca-certificates    pkgs/main/osx-arm64::ca-certificates-2023.08.22-hca03da5_0 
  libffi             pkgs/main/osx-arm64::libffi-3.4.4-hca03da5_0 
  ncurses            pkgs/main/osx-arm64::ncurses-6.4-h313beb8_0 
  openssl            pkgs/main/osx-arm64::openssl-3.0.10-h1a28f6b_2 
  pip                pkgs/main/osx-arm64::pip-23.2.1-py310hca03da5_0 
  python             pkgs/main/osx-arm64::python-3.10.13-hb885b13_0 
  readline           pkgs/main/osx-arm64::readline-8.2-h1a28f6b_0 
  setuptools         pkgs/main/osx-arm64::setuptools-68.0.0-py310hca03da5_0 
  sqlite             pkgs/main/osx-arm64::sqlite-3.41.2-h80987f9_0 
  tk                 pkgs/main/osx-arm64::tk-8.6.12-hb8d0fd4_0 
  tzdata             pkgs/main/noarch::tzdata-2023c-h04d1e81_0 
  wheel              pkgs/main/osx-arm64::wheel-0.38.4-py310hca03da5_0 
  xz                 pkgs/main/osx-arm64::xz-5.4.2-h80987f9_0 
  zlib               pkgs/main/osx-arm64::zlib-1.2.13-h5a0b063_0 

Downloading and Extracting Packages

Preparing transaction: done                                                                                                                                                                                           
Verifying transaction: done                                                                                                                                                                                           
Executing transaction: done                                                                                                                                                                                           
#                                                                                                                                                                                                                     
# To activate this environment, use                                                                                                                                                                                   
#                                                                                                                                                                                                                     
#     $ conda activate /Users/otto/Documents/tts/installer_files/env                                                                                                                                              
#                                                                                                                                                                                                                     
# To deactivate an active environment, use                                                                                                                                                                            
#
#     $ conda deactivate

What is your GPU

A) NVIDIA
B) AMD
C) Apple M Series
D) None (I want to run in CPU mode)

Input> c
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /Users/otto/Documents/tts/installer_files/env

  added / updated specs:
    - cpuonly
    - git
    - pytorch
    - torchaudio
    - torchvision

The following NEW packages will be INSTALLED:

  blas               pkgs/main/osx-arm64::blas-1.0-openblas 
  brotlipy           pkgs/main/osx-arm64::brotlipy-0.7.0-py310h1a28f6b_1002 
  c-ares             pkgs/main/osx-arm64::c-ares-1.19.1-h80987f9_0 
  certifi            pkgs/main/osx-arm64::certifi-2023.7.22-py310hca03da5_0 
  cffi               pkgs/main/osx-arm64::cffi-1.15.1-py310h80987f9_3 
  charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0 
  cpuonly            pytorch/noarch::cpuonly-2.0-0 
  cryptography       pkgs/main/osx-arm64::cryptography-41.0.3-py310hd4332d6_0 
  curl               pkgs/main/osx-arm64::curl-8.2.1-h02f6b3c_0 
  expat              pkgs/main/osx-arm64::expat-2.5.0-h313beb8_0 
  ffmpeg             pkgs/main/osx-arm64::ffmpeg-4.2.2-h04105a8_0 
  filelock           pkgs/main/osx-arm64::filelock-3.9.0-py310hca03da5_0 
  freetype           pkgs/main/osx-arm64::freetype-2.12.1-h1192e45_0 
  gdbm               pkgs/main/osx-arm64::gdbm-1.18-h8fe7016_4 
  gettext            pkgs/main/osx-arm64::gettext-0.21.0-h13f89a0_1 
  giflib             pkgs/main/osx-arm64::giflib-5.2.1-h80987f9_3 
  git                pkgs/main/osx-arm64::git-2.40.1-pl5340h6cf2078_1 
  gmp                pkgs/main/osx-arm64::gmp-6.2.1-hc377ac9_3 
  gmpy2              pkgs/main/osx-arm64::gmpy2-2.1.2-py310h8c48613_0 
  gnutls             pkgs/main/osx-arm64::gnutls-3.6.15-h887c41c_0 
  icu                pkgs/main/osx-arm64::icu-73.1-h313beb8_0 
  idna               pkgs/main/osx-arm64::idna-3.4-py310hca03da5_0 
  jinja2             pkgs/main/osx-arm64::jinja2-3.1.2-py310hca03da5_0 
  jpeg               pkgs/main/osx-arm64::jpeg-9e-h80987f9_1 
  krb5               pkgs/main/osx-arm64::krb5-1.20.1-hf3e1bf2_1 
  lame               pkgs/main/osx-arm64::lame-3.100-h1a28f6b_0 
  lcms2              pkgs/main/osx-arm64::lcms2-2.12-hba8e193_0 
  lerc               pkgs/main/osx-arm64::lerc-3.0-hc377ac9_0 
  libcurl            pkgs/main/osx-arm64::libcurl-8.2.1-h3e2b118_0 
  libcxx             pkgs/main/osx-arm64::libcxx-14.0.6-h848a8c0_0 
  libdeflate         pkgs/main/osx-arm64::libdeflate-1.17-h80987f9_0 
  libedit            pkgs/main/osx-arm64::libedit-3.1.20221030-h80987f9_0 
  libev              pkgs/main/osx-arm64::libev-4.33-h1a28f6b_1 
  libgfortran        pkgs/main/osx-arm64::libgfortran-5.0.0-11_3_0_hca03da5_28 
  libgfortran5       pkgs/main/osx-arm64::libgfortran5-11.3.0-h009349e_28 
  libiconv           pkgs/main/osx-arm64::libiconv-1.16-h1a28f6b_2 
  libidn2            pkgs/main/osx-arm64::libidn2-2.3.4-h80987f9_0 
  libnghttp2         pkgs/main/osx-arm64::libnghttp2-1.52.0-h62f6fdd_1 
  libopenblas        pkgs/main/osx-arm64::libopenblas-0.3.21-h269037a_0 
  libopus            pkgs/main/osx-arm64::libopus-1.3-h1a28f6b_1 
  libpng             pkgs/main/osx-arm64::libpng-1.6.39-h80987f9_0 
  libssh2            pkgs/main/osx-arm64::libssh2-1.10.0-h02f6b3c_2 
  libtasn1           pkgs/main/osx-arm64::libtasn1-4.19.0-h80987f9_0 
  libtiff            pkgs/main/osx-arm64::libtiff-4.5.1-h313beb8_0 
  libunistring       pkgs/main/osx-arm64::libunistring-0.9.10-h1a28f6b_0 
  libvpx             pkgs/main/osx-arm64::libvpx-1.10.0-hc377ac9_0 
  libwebp            pkgs/main/osx-arm64::libwebp-1.2.4-ha3663a8_1 
  libwebp-base       pkgs/main/osx-arm64::libwebp-base-1.2.4-h80987f9_1 
  libxml2            pkgs/main/osx-arm64::libxml2-2.10.4-h0dcf63f_1 
  llvm-openmp        pkgs/main/osx-arm64::llvm-openmp-14.0.6-hc6e5704_0 
  lz4-c              pkgs/main/osx-arm64::lz4-c-1.9.4-h313beb8_0 
  markupsafe         pkgs/main/osx-arm64::markupsafe-2.1.1-py310h1a28f6b_0 
  mpc                pkgs/main/osx-arm64::mpc-1.1.0-h8c48613_1 
  mpfr               pkgs/main/osx-arm64::mpfr-4.0.2-h695f6f0_1 
  mpmath             pkgs/main/osx-arm64::mpmath-1.3.0-py310hca03da5_0 
  nettle             pkgs/main/osx-arm64::nettle-3.7.3-h84b5d62_1 
  networkx           pkgs/main/osx-arm64::networkx-3.1-py310hca03da5_0 
  numpy              pkgs/main/osx-arm64::numpy-1.25.2-py310h3b2db8e_0 
  numpy-base         pkgs/main/osx-arm64::numpy-base-1.25.2-py310ha9811e2_0 
  openh264           pkgs/main/osx-arm64::openh264-1.8.0-h98b2900_0 
  pcre2              pkgs/main/osx-arm64::pcre2-10.42-hb066dcc_0 
  perl               pkgs/main/osx-arm64::perl-5.34.0-h1a28f6b_2 
  pillow             pkgs/main/osx-arm64::pillow-9.4.0-py310h313beb8_0 
  pycparser          pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0 
  pyopenssl          pkgs/main/osx-arm64::pyopenssl-23.2.0-py310hca03da5_0 
  pysocks            pkgs/main/osx-arm64::pysocks-1.7.1-py310hca03da5_0 
  pytorch            pytorch/osx-arm64::pytorch-2.0.1-py3.10_0 
  pytorch-mutex      pytorch/noarch::pytorch-mutex-1.0-cpu 
  requests           pkgs/main/osx-arm64::requests-2.31.0-py310hca03da5_0 
  sympy              pkgs/main/osx-arm64::sympy-1.11.1-py310hca03da5_0 
  torchaudio         pytorch/osx-arm64::torchaudio-2.0.2-py310_cpu 
  torchvision        pytorch/osx-arm64::torchvision-0.15.2-py310_cpu 
  typing_extensions  pkgs/main/osx-arm64::typing_extensions-4.7.1-py310hca03da5_0 
  urllib3            pkgs/main/osx-arm64::urllib3-1.26.16-py310hca03da5_0 
  x264               pkgs/main/osx-arm64::x264-1!152.20180806-h1a28f6b_0 
  zstd               pkgs/main/osx-arm64::zstd-1.5.5-hd90d995_0 

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Collecting package metadata (current_repodata.json): done
Solving environment: done

# All requested packages already installed.

Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): | WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0.*, but conda is ignoring the .* and treating it as 1.8.0
WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0.*, but conda is ignoring the .* and treating it as 1.9.0
done
Solving environment: done

## Package Plan ##

  environment location: /Users/otto/Documents/tts/installer_files/env

  added / updated specs:
    - nodejs=18.16.1

The following NEW packages will be INSTALLED:

  libuv              conda-forge/osx-arm64::libuv-1.44.2-hb547adb_1 
  libzlib            conda-forge/osx-arm64::libzlib-1.2.13-h53f4e23_5 
  nodejs             conda-forge/osx-arm64::nodejs-18.16.1-ha2ed473_0 

The following packages will be UPDATED:

  libcxx                pkgs/main::libcxx-14.0.6-h848a8c0_0 --> conda-forge::libcxx-16.0.6-h4653b0c_0 
  libiconv              pkgs/main::libiconv-1.16-h1a28f6b_2 --> conda-forge::libiconv-1.17-he4db4b2_0 
  openssl              pkgs/main::openssl-3.0.10-h1a28f6b_2 --> conda-forge::openssl-3.1.2-h53f4e23_0 
  zlib                    pkgs/main::zlib-1.2.13-h5a0b063_0 --> conda-forge::zlib-1.2.13-h53f4e23_5 

The following packages will be SUPERSEDED by a higher-priority channel:

  ca-certificates    pkgs/main::ca-certificates-2023.08.22~ --> conda-forge::ca-certificates-2023.7.22-hf0a4a13_0 
  certifi            pkgs/main/osx-arm64::certifi-2023.7.2~ --> conda-forge/noarch::certifi-2023.7.22-pyhd8ed1ab_0 
  icu                        pkgs/main::icu-73.1-h313beb8_0 --> conda-forge::icu-72.1-he12128b_0 
  libxml2              pkgs/main::libxml2-2.10.4-h0dcf63f_1 --> conda-forge::libxml2-2.10.4-h2aff0a6_0 

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Cloning into 'tts-generation-webui'...
remote: Enumerating objects: 1112, done.
remote: Counting objects: 100% (377/377), done.
remote: Compressing objects: 100% (179/179), done.
remote: Total 1112 (delta 252), reused 263 (delta 197), pack-reused 735
Receiving objects: 100% (1112/1112), 21.36 MiB | 2.33 MiB/s, done.
Resolving deltas: 100% (556/556), done.
Already up to date.
Ignoring soundfile: markers 'sys_platform == "win32"' don't match your environment
Collecting suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark (from -r requirements.txt (line 8))
  Cloning https://github.com/rsxdalv/bark (to revision 0d91823ead3d87c317f12d01d325fca9408c669e) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-yf6grknf/suno-bark_a79239b4db364f708dd9268d81ad2bf2
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/bark /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-yf6grknf/suno-bark_a79239b4db364f708dd9268d81ad2bf2
  Running command git rev-parse -q --verify 'sha^0d91823ead3d87c317f12d01d325fca9408c669e'
  Running command git fetch -q https://github.com/rsxdalv/bark 0d91823ead3d87c317f12d01d325fca9408c669e
  Resolved https://github.com/rsxdalv/bark to commit 0d91823ead3d87c317f12d01d325fca9408c669e
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Collecting tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise (from -r requirements.txt (line 10))
  Cloning https://github.com/rsxdalv/tortoise-tts (to revision 72eccabcb7d4c7a9d943a2c9b63211e4286cf385) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-yf6grknf/tortoise_48d265734ce74e449e8185c1e088b574
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/tortoise-tts /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-yf6grknf/tortoise_48d265734ce74e449e8185c1e088b574
  Running command git rev-parse -q --verify 'sha^72eccabcb7d4c7a9d943a2c9b63211e4286cf385'
  Running command git fetch -q https://github.com/rsxdalv/tortoise-tts 72eccabcb7d4c7a9d943a2c9b63211e4286cf385
  Resolved https://github.com/rsxdalv/tortoise-tts to commit 72eccabcb7d4c7a9d943a2c9b63211e4286cf385
  Preparing metadata (setup.py) ... done
Collecting safetensors==0.3.1 (from -r requirements.txt (line 1))
  Downloading safetensors-0.3.1-cp310-cp310-macosx_12_0_arm64.whl (401 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.4/401.4 kB 3.3 MB/s eta 0:00:00
Collecting torch==2.0.0 (from -r requirements.txt (line 2))
  Downloading torch-2.0.0-cp310-none-macosx_11_0_arm64.whl (55.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 MB 3.7 MB/s eta 0:00:00
Collecting ffmpeg-python (from -r requirements.txt (line 3))
  Downloading ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)
Collecting gradio==3.35.2 (from -r requirements.txt (line 4))
  Obtaining dependency information for gradio==3.35.2 from https://files.pythonhosted.org/packages/50/70/ed0ba0fb5c3b1cb2e481717ad190056a4c9a0ef2f296b871e10375b2ab83/gradio-3.35.2-py3-none-any.whl.metadata
  Downloading gradio-3.35.2-py3-none-any.whl.metadata (15 kB)
Collecting python-dotenv==1.0.0 (from -r requirements.txt (line 5))
  Downloading python_dotenv-1.0.0-py3-none-any.whl (19 kB)
Collecting vocos==0.0.2 (from -r requirements.txt (line 9))
  Obtaining dependency information for vocos==0.0.2 from https://files.pythonhosted.org/packages/56/6f/ddb0e463195e4eea68a8cf3997dd90c23ced6e7091df1af74d4294aa11e7/vocos-0.0.2-py3-none-any.whl.metadata
  Downloading vocos-0.0.2-py3-none-any.whl.metadata (4.4 kB)
Collecting beartype==0.15.0 (from -r requirements.txt (line 11))
  Obtaining dependency information for beartype==0.15.0 from https://files.pythonhosted.org/packages/6f/e7/9220de010e015fdfb7ce22e7d9a846bfcd6e5d686c4fc555fa76a22846ba/beartype-0.15.0-py3-none-any.whl.metadata
  Downloading beartype-0.15.0-py3-none-any.whl.metadata (28 kB)
Requirement already satisfied: filelock in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (3.9.0)
Requirement already satisfied: typing-extensions in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (4.7.1)
Requirement already satisfied: sympy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (1.11.1)
Requirement already satisfied: networkx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (3.1)
Requirement already satisfied: jinja2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements.txt (line 2)) (3.1.2)
Collecting aiofiles (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for aiofiles from https://files.pythonhosted.org/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl.metadata
  Downloading aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
Collecting aiohttp (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for aiohttp from https://files.pythonhosted.org/packages/fa/9e/49002fde2a97d7df0e162e919c31cf13aa9f184537739743d1239edd0e67/aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl.metadata (7.7 kB)
Collecting altair>=4.2.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for altair>=4.2.0 from https://files.pythonhosted.org/packages/f2/b4/02a0221bd1da91f6e6acdf0525528db24b4b326a670a9048da474dfe0667/altair-5.1.1-py3-none-any.whl.metadata
  Downloading altair-5.1.1-py3-none-any.whl.metadata (8.6 kB)
Collecting fastapi (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for fastapi from https://files.pythonhosted.org/packages/76/e5/ca411b260caa4e72f9ac5482f331fe74fd4eb5b97aa74d1d2806ccf07e2c/fastapi-0.103.1-py3-none-any.whl.metadata
  Downloading fastapi-0.103.1-py3-none-any.whl.metadata (24 kB)
Collecting ffmpy (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading ffmpy-0.3.1.tar.gz (5.5 kB)
  Preparing metadata (setup.py) ... done
Collecting gradio-client>=0.2.7 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for gradio-client>=0.2.7 from https://files.pythonhosted.org/packages/4e/41/b01f772e23dd7ac36f42958e36ed59322ead30cf4037790cc3139dfa6796/gradio_client-0.5.1-py3-none-any.whl.metadata
  Downloading gradio_client-0.5.1-py3-none-any.whl.metadata (7.1 kB)
Collecting httpx (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for httpx from https://files.pythonhosted.org/packages/33/0d/d9ce469af019741c8999711d36b270ff992ceb1a0293f73f9f34fdf131e9/httpx-0.25.0-py3-none-any.whl.metadata
  Downloading httpx-0.25.0-py3-none-any.whl.metadata (7.6 kB)
Collecting huggingface-hub>=0.14.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for huggingface-hub>=0.14.0 from https://files.pythonhosted.org/packages/72/21/51cddb8850ed3f4dbc21e57c3dabc49e64d5577857ddda7b2eb0ffc2ec0e/huggingface_hub-0.17.2-py3-none-any.whl.metadata
  Downloading huggingface_hub-0.17.2-py3-none-any.whl.metadata (13 kB)
Collecting markdown-it-py[linkify]>=2.0.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for markdown-it-py[linkify]>=2.0.0 from https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl.metadata
  Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: markupsafe in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (2.1.1)
Collecting matplotlib (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for matplotlib from https://files.pythonhosted.org/packages/98/a7/3883b2bd4e5cff02bdb578eadf09910581220660257183145b6d2253e018/matplotlib-3.8.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading matplotlib-3.8.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.8 kB)
Collecting mdit-py-plugins<=0.3.3 (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 3.7 MB/s eta 0:00:00
Requirement already satisfied: numpy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (1.25.2)
Collecting orjson (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for orjson from https://files.pythonhosted.org/packages/fa/e2/376b07aa93994449b10848a11b06ff534d888f159863c208231135f26a90/orjson-3.9.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl.metadata
  Downloading orjson-3.9.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl.metadata (49 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/49.2 kB 2.6 MB/s eta 0:00:00
Collecting pandas (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pandas from https://files.pythonhosted.org/packages/8d/08/1cf87814dcd87604807971abc743b12e635de36d820be7b50e2b6aa9e1b5/pandas-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading pandas-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (18 kB)
Requirement already satisfied: pillow in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (9.4.0)
Collecting pydantic (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pydantic from https://files.pythonhosted.org/packages/82/06/fafdc75e48b248eff364b4249af4bcc6952225e8f20e8205820afc66e88e/pydantic-2.3.0-py3-none-any.whl.metadata
  Downloading pydantic-2.3.0-py3-none-any.whl.metadata (148 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.8/148.8 kB 3.9 MB/s eta 0:00:00
Collecting pydub (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Collecting pygments>=2.12.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pygments>=2.12.0 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata
  Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB)
Collecting python-multipart (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 3.2 MB/s eta 0:00:00
Collecting pyyaml (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pyyaml from https://files.pythonhosted.org/packages/5b/07/10033a403b23405a8fc48975444463d3d10a5c2736b7eb2550b07b367429/PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.1 kB)
Requirement already satisfied: requests in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio==3.35.2->-r requirements.txt (line 4)) (2.31.0)
Collecting semantic-version (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting uvicorn>=0.14.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for uvicorn>=0.14.0 from https://files.pythonhosted.org/packages/79/96/b0882a1c3f7ef3dd86879e041212ae5b62b4bd352320889231cc735a8e8f/uvicorn-0.23.2-py3-none-any.whl.metadata
  Downloading uvicorn-0.23.2-py3-none-any.whl.metadata (6.2 kB)
Collecting websockets>=10.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading websockets-11.0.3-cp310-cp310-macosx_11_0_arm64.whl (121 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.0/121.0 kB 4.0 MB/s eta 0:00:00
Requirement already satisfied: torchaudio in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from vocos==0.0.2->-r requirements.txt (line 9)) (2.0.2)
Collecting scipy (from vocos==0.0.2->-r requirements.txt (line 9))
  Obtaining dependency information for scipy from https://files.pythonhosted.org/packages/63/b9/0344b60e7c577eb637785841222fde8ef7928ec4797be1a34ca39bfe31dc/scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl.metadata
  Downloading scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl.metadata (100 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.3/100.3 kB 2.5 MB/s eta 0:00:00
Collecting einops (from vocos==0.0.2->-r requirements.txt (line 9))
  Downloading einops-0.6.1-py3-none-any.whl (42 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 3.2 MB/s eta 0:00:00
Collecting encodec==0.1.1 (from vocos==0.0.2->-r requirements.txt (line 9))
  Downloading encodec-0.1.1.tar.gz (3.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 3.9 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting future (from ffmpeg-python->-r requirements.txt (line 3))
  Downloading future-0.18.3.tar.gz (840 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 4.3 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting boto3 (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for boto3 from https://files.pythonhosted.org/packages/e7/17/8a58bb2de10d19333d4aae8a9719191899da956e894ffa2caa4eb9f2903b/boto3-1.28.50-py3-none-any.whl.metadata
  Downloading boto3-1.28.50-py3-none-any.whl.metadata (6.7 kB)
Collecting funcy (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Downloading funcy-2.0-py2.py3-none-any.whl (30 kB)
Collecting tokenizers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for tokenizers from https://files.pythonhosted.org/packages/c2/f6/bb84b447d62a9c2c2d87e2ab8fd6a1530a3aeb0f000ad7612d953b699d20/tokenizers-0.14.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading tokenizers-0.14.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.7 kB)
Collecting tqdm (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for tqdm from https://files.pythonhosted.org/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl.metadata
  Downloading tqdm-4.66.1-py3-none-any.whl.metadata (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 3.6 MB/s eta 0:00:00
Collecting transformers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for transformers from https://files.pythonhosted.org/packages/1a/06/3817f9bb923437ead9a794f0ac0d03b8b5e0478ab112db4c413dd37c09da/transformers-4.33.2-py3-none-any.whl.metadata
  Downloading transformers-4.33.2-py3-none-any.whl.metadata (119 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.9/119.9 kB 3.9 MB/s eta 0:00:00
Collecting rotary_embedding_torch (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for rotary_embedding_torch from https://files.pythonhosted.org/packages/c9/33/e674e19e608abb9a56f582c1793b54895a3342fe213294aaa7e7b3ca5297/rotary_embedding_torch-0.3.0-py3-none-any.whl.metadata
  Downloading rotary_embedding_torch-0.3.0-py3-none-any.whl.metadata (678 bytes)
Collecting inflect (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for inflect from https://files.pythonhosted.org/packages/fb/c6/d9feb758be584f729424390af24687d3a4363d968164f94079f83cd536b4/inflect-7.0.0-py3-none-any.whl.metadata
  Downloading inflect-7.0.0-py3-none-any.whl.metadata (21 kB)
Collecting progressbar (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Downloading progressbar-2.5.tar.gz (10 kB)
  Preparing metadata (setup.py) ... done
Collecting unidecode (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Downloading Unidecode-1.3.6-py3-none-any.whl (235 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.9/235.9 kB 3.9 MB/s eta 0:00:00
Collecting librosa (from tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for librosa from https://files.pythonhosted.org/packages/e2/a2/4f639c1168d7aada749a896afb4892a831e2041bebdcf636aebfe9e86556/librosa-0.10.1-py3-none-any.whl.metadata
  Downloading librosa-0.10.1-py3-none-any.whl.metadata (8.3 kB)
Collecting transformers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for transformers from https://files.pythonhosted.org/packages/21/02/ae8e595f45b6c8edee07913892b3b41f5f5f273962ad98851dc6a564bbb9/transformers-4.31.0-py3-none-any.whl.metadata
  Downloading transformers-4.31.0-py3-none-any.whl.metadata (116 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.9/116.9 kB 3.2 MB/s eta 0:00:00
Collecting packaging>=20.0 (from transformers->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Downloading packaging-23.1-py3-none-any.whl (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.6 MB/s eta 0:00:00
Collecting regex!=2019.12.17 (from transformers->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for regex!=2019.12.17 from https://files.pythonhosted.org/packages/3d/c8/291695b48e372a40d40c25e2740e375506e7e9644ab84775571b8cc0455f/regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl.metadata (40 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 3.6 MB/s eta 0:00:00
Collecting tokenizers (from suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Downloading tokenizers-0.13.3-cp310-cp310-macosx_12_0_arm64.whl (3.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 4.0 MB/s eta 0:00:00
Collecting jsonschema>=3.0 (from altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for jsonschema>=3.0 from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata
  Downloading jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB)
Collecting toolz (from altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 3.6 MB/s eta 0:00:00
Collecting fsspec (from gradio-client>=0.2.7->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for fsspec from https://files.pythonhosted.org/packages/6a/af/c673e8c663e17bd4fb201a6f029153ad5d7023aa4442d81c7987743db379/fsspec-2023.9.1-py3-none-any.whl.metadata
  Downloading fsspec-2023.9.1-py3-none-any.whl.metadata (6.7 kB)
Collecting mdurl~=0.1 (from markdown-it-py[linkify]>=2.0.0->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting linkify-it-py<3,>=1 (from markdown-it-py[linkify]>=2.0.0->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading linkify_it_py-2.0.2-py3-none-any.whl (19 kB)
INFO: pip is looking at multiple versions of mdit-py-plugins to determine which version is compatible with other requirements. This could take a while.
Collecting mdit-py-plugins<=0.3.3 (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading mdit_py_plugins-0.3.2-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.4/50.4 kB 2.3 MB/s eta 0:00:00
  Downloading mdit_py_plugins-0.3.1-py3-none-any.whl (46 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.5/46.5 kB 2.5 MB/s eta 0:00:00
  Downloading mdit_py_plugins-0.3.0-py3-none-any.whl (43 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.7/43.7 kB 3.5 MB/s eta 0:00:00
  Downloading mdit_py_plugins-0.2.8-py3-none-any.whl (41 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 2.5 MB/s eta 0:00:00
  Downloading mdit_py_plugins-0.2.7-py3-none-any.whl (41 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 3.1 MB/s eta 0:00:00
  Downloading mdit_py_plugins-0.2.6-py3-none-any.whl (39 kB)
  Downloading mdit_py_plugins-0.2.5-py3-none-any.whl (39 kB)
INFO: pip is still looking at multiple versions of mdit-py-plugins to determine which version is compatible with other requirements. This could take a while.
  Downloading mdit_py_plugins-0.2.4-py3-none-any.whl (39 kB)
  Downloading mdit_py_plugins-0.2.3-py3-none-any.whl (39 kB)
  Downloading mdit_py_plugins-0.2.2-py3-none-any.whl (39 kB)
  Downloading mdit_py_plugins-0.2.1-py3-none-any.whl (38 kB)
  Downloading mdit_py_plugins-0.2.0-py3-none-any.whl (38 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  Downloading mdit_py_plugins-0.1.0-py3-none-any.whl (37 kB)
Collecting markdown-it-py[linkify]>=2.0.0 (from gradio==3.35.2->-r requirements.txt (line 4))
  Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 3.5 MB/s eta 0:00:00
Collecting python-dateutil>=2.8.2 (from pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 3.6 MB/s eta 0:00:00
Collecting pytz>=2020.1 (from pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pytz>=2020.1 from https://files.pythonhosted.org/packages/32/4d/aaf7eff5deb402fd9a24a1449a8119f00d74ae9c2efa79f8ef9994261fc2/pytz-2023.3.post1-py2.py3-none-any.whl.metadata
  Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.1 (from pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 4.0 MB/s eta 0:00:00
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (2.0.4)
Requirement already satisfied: idna<4,>=2.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio==3.35.2->-r requirements.txt (line 4)) (2023.7.22)
Collecting click>=7.0 (from uvicorn>=0.14.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for click>=7.0 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata
  Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting h11>=0.8 (from uvicorn>=0.14.0->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading h11-0.14.0-py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.7 MB/s eta 0:00:00
Collecting attrs>=17.3.0 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.3 MB/s eta 0:00:00
Collecting multidict<7.0,>=4.5 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading multidict-6.0.4-cp310-cp310-macosx_11_0_arm64.whl (29 kB)
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for async-timeout<5.0,>=4.0.0a3 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata
  Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading yarl-1.9.2-cp310-cp310-macosx_11_0_arm64.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.6 MB/s eta 0:00:00
Collecting frozenlist>=1.1.1 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for frozenlist>=1.1.1 from https://files.pythonhosted.org/packages/67/6a/55a49da0fa373ac9aa49ccd5b6393ecc183e2a0904d9449ea3ee1163e0b1/frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.2 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting botocore<1.32.0,>=1.31.50 (from boto3->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for botocore<1.32.0,>=1.31.50 from https://files.pythonhosted.org/packages/d7/91/d102f3c3bb0568ed5f543bef42675e3849655b89f083c2281223f9ffd20a/botocore-1.31.50-py3-none-any.whl.metadata
  Downloading botocore-1.31.50-py3-none-any.whl.metadata (6.0 kB)
Collecting jmespath<2.0.0,>=0.7.1 (from boto3->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting s3transfer<0.7.0,>=0.6.0 (from boto3->suno-bark@ git+https://github.com/rsxdalv/bark@0d91823ead3d87c317f12d01d325fca9408c669e#egg=suno-bark->-r requirements.txt (line 8))
  Obtaining dependency information for s3transfer<0.7.0,>=0.6.0 from https://files.pythonhosted.org/packages/d9/17/a3b666f5ef9543cfd3c661d39d1e193abb9649d0cfbbfee3cf3b51d5af02/s3transfer-0.6.2-py3-none-any.whl.metadata
  Downloading s3transfer-0.6.2-py3-none-any.whl.metadata (1.8 kB)
Collecting anyio<4.0.0,>=3.7.1 (from fastapi->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for anyio<4.0.0,>=3.7.1 from https://files.pythonhosted.org/packages/19/24/44299477fe7dcc9cb58d0a57d5a7588d6af2ff403fdd2d47a246c91a3246/anyio-3.7.1-py3-none-any.whl.metadata
  Downloading anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
Collecting starlette<0.28.0,>=0.27.0 (from fastapi->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for starlette<0.28.0,>=0.27.0 from https://files.pythonhosted.org/packages/58/f8/e2cca22387965584a409795913b774235752be4176d276714e15e1a58884/starlette-0.27.0-py3-none-any.whl.metadata
  Downloading starlette-0.27.0-py3-none-any.whl.metadata (5.8 kB)
Collecting annotated-types>=0.4.0 (from pydantic->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for annotated-types>=0.4.0 from https://files.pythonhosted.org/packages/d8/f0/a2ee543a96cc624c35a9086f39b1ed2aa403c6d355dfe47a11ee5c64a164/annotated_types-0.5.0-py3-none-any.whl.metadata
  Downloading annotated_types-0.5.0-py3-none-any.whl.metadata (11 kB)
Collecting pydantic-core==2.6.3 (from pydantic->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pydantic-core==2.6.3 from https://files.pythonhosted.org/packages/9c/60/15daecade2df0d85bcbd277195ca017d5214b236f4e7476df2423b723b8a/pydantic_core-2.6.3-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading pydantic_core-2.6.3-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.5 kB)
Collecting httpcore<0.19.0,>=0.18.0 (from httpx->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for httpcore<0.19.0,>=0.18.0 from https://files.pythonhosted.org/packages/ac/97/724afbb7925339f6214bf1fdb5714d1a462690466832bf8fb3fd497649f1/httpcore-0.18.0-py3-none-any.whl.metadata
  Downloading httpcore-0.18.0-py3-none-any.whl.metadata (18 kB)
Collecting sniffio (from httpx->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting audioread>=2.1.9 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Downloading audioread-3.0.0.tar.gz (377 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 377.0/377.0 kB 3.4 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting scikit-learn>=0.20.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for scikit-learn>=0.20.0 from https://files.pythonhosted.org/packages/e1/5f/0b5b11fd766b674b0eb887e15006175503f23c230ced2a22fb186262e1e5/scikit_learn-1.3.0-cp310-cp310-macosx_12_0_arm64.whl.metadata
  Downloading scikit_learn-1.3.0-cp310-cp310-macosx_12_0_arm64.whl.metadata (11 kB)
Collecting joblib>=0.14 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for joblib>=0.14 from https://files.pythonhosted.org/packages/10/40/d551139c85db202f1f384ba8bcf96aca2f329440a844f924c8a0040b6d02/joblib-1.3.2-py3-none-any.whl.metadata
  Downloading joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB)
Collecting decorator>=4.3.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting numba>=0.51.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for numba>=0.51.0 from https://files.pythonhosted.org/packages/f9/b4/bdd4823d7e9aa34abf03c21cd49bd0fd6ba87466dd350f48fed05d4302ba/numba-0.57.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading numba-0.57.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.7 kB)
Collecting soundfile>=0.12.1 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Downloading soundfile-0.12.1-py2.py3-none-macosx_11_0_arm64.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 3.9 MB/s eta 0:00:00
Collecting pooch>=1.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Downloading pooch-1.7.0-py3-none-any.whl (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.9/60.9 kB 3.2 MB/s eta 0:00:00
Collecting soxr>=0.3.2 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for soxr>=0.3.2 from https://files.pythonhosted.org/packages/a4/44/fb9478671e6c365acd2ca6c4cfca408e08555019ce3ca7f9525dc530ba53/soxr-0.3.6-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading soxr-0.3.6-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.4 kB)
Collecting lazy-loader>=0.1 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for lazy-loader>=0.1 from https://files.pythonhosted.org/packages/a1/c3/65b3814e155836acacf720e5be3b5757130346670ac454fee29d3eda1381/lazy_loader-0.3-py3-none-any.whl.metadata
  Downloading lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB)
Collecting msgpack>=1.0 (from librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Downloading msgpack-1.0.5-cp310-cp310-macosx_11_0_arm64.whl (70 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.2/70.2 kB 3.1 MB/s eta 0:00:00
Collecting contourpy>=1.0.1 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for contourpy>=1.0.1 from https://files.pythonhosted.org/packages/a9/65/544d66da0716b20084874297ff7596704e435cf011512f8e576638e83db2/contourpy-1.1.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading contourpy-1.1.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.9 kB)
Collecting cycler>=0.10 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting fonttools>=4.22.0 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for fonttools>=4.22.0 from https://files.pythonhosted.org/packages/21/66/bddd878452ae1e2d5f5891daa6bcce594d6b19396d33b8798e722837b222/fonttools-4.42.1-cp310-cp310-macosx_10_9_universal2.whl.metadata
  Downloading fonttools-4.42.1-cp310-cp310-macosx_10_9_universal2.whl.metadata (150 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.0/151.0 kB 4.0 MB/s eta 0:00:00
Collecting kiwisolver>=1.0.1 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for kiwisolver>=1.0.1 from https://files.pythonhosted.org/packages/23/11/6fb190bae4b279d712a834e7b1da89f6dcff6791132f7399aa28a57c3565/kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.4 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for pyparsing>=2.3.1 from https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl.metadata
  Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Requirement already satisfied: mpmath>=0.19 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sympy->torch==2.0.0->-r requirements.txt (line 2)) (1.3.0)
Collecting exceptiongroup (from anyio<4.0.0,>=3.7.1->fastapi->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for exceptiongroup from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata
  Downloading exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata
  Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB)
Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata
  Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair>=4.2.0->gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/29/89/0a94b3210a5adc1d376e81c4712ad9d634a90d8765e569998fb9d2e4c29f/rpds_py-0.10.3-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading rpds_py-0.10.3-cp310-cp310-macosx_11_0_arm64.whl.metadata (3.7 kB)
Collecting uc-micro-py (from linkify-it-py<3,>=1->markdown-it-py[linkify]>=2.0.0->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading uc_micro_py-1.0.2-py3-none-any.whl (6.2 kB)
Collecting llvmlite<0.41,>=0.40.0dev0 (from numba>=0.51.0->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for llvmlite<0.41,>=0.40.0dev0 from https://files.pythonhosted.org/packages/53/2c/c684c6662e948ff1bb157fccc40ccb99e07176a34b845029f66313e6ab72/llvmlite-0.40.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading llvmlite-0.40.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (4.7 kB)
Collecting numpy (from gradio==3.35.2->-r requirements.txt (line 4))
  Obtaining dependency information for numpy from https://files.pythonhosted.org/packages/64/5f/3f01d753e2175cfade1013eea08db99ba1ee4bdb147ebcf3623b75d12aa7/numpy-1.24.4-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading numpy-1.24.4-cp310-cp310-macosx_11_0_arm64.whl.metadata (5.6 kB)
Collecting platformdirs>=2.5.0 (from pooch>=1.0->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for platformdirs>=2.5.0 from https://files.pythonhosted.org/packages/14/51/fe5a0d6ea589f0d4a1b97824fb518962ad48b27cd346dcdfa2405187997a/platformdirs-3.10.0-py3-none-any.whl.metadata
  Downloading platformdirs-3.10.0-py3-none-any.whl.metadata (11 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas->gradio==3.35.2->-r requirements.txt (line 4))
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting threadpoolctl>=2.0.0 (from scikit-learn>=0.20.0->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10))
  Obtaining dependency information for threadpoolctl>=2.0.0 from https://files.pythonhosted.org/packages/81/12/fd4dea011af9d69e1cad05c75f3f7202cdcbeac9b712eea58ca779a72865/threadpoolctl-3.2.0-py3-none-any.whl.metadata
  Downloading threadpoolctl-3.2.0-py3-none-any.whl.metadata (10.0 kB)
Requirement already satisfied: cffi>=1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from soundfile>=0.12.1->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10)) (1.15.1)
Requirement already satisfied: pycparser in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from cffi>=1.0->soundfile>=0.12.1->librosa->tortoise@ git+https://github.com/rsxdalv/tortoise-tts@72eccabcb7d4c7a9d943a2c9b63211e4286cf385#egg=tortoise->-r requirements.txt (line 10)) (2.21)
Downloading gradio-3.35.2-py3-none-any.whl (19.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 3.9 MB/s eta 0:00:00
Downloading vocos-0.0.2-py3-none-any.whl (23 kB)
Downloading beartype-0.15.0-py3-none-any.whl (777 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.6/777.6 kB 4.2 MB/s eta 0:00:00
Downloading transformers-4.31.0-py3-none-any.whl (7.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/7.4 MB 4.0 MB/s eta 0:00:00
Downloading altair-5.1.1-py3-none-any.whl (520 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 520.6/520.6 kB 3.8 MB/s eta 0:00:00
Downloading gradio_client-0.5.1-py3-none-any.whl (298 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.2/298.2 kB 4.0 MB/s eta 0:00:00
Downloading huggingface_hub-0.17.2-py3-none-any.whl (294 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.9/294.9 kB 3.0 MB/s eta 0:00:00
Downloading pandas-2.1.0-cp310-cp310-macosx_11_0_arm64.whl (11.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 4.0 MB/s eta 0:00:00
Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 3.8 MB/s eta 0:00:00
Downloading PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (169 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.3/169.3 kB 3.6 MB/s eta 0:00:00
Downloading tqdm-4.66.1-py3-none-any.whl (78 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 3.4 MB/s eta 0:00:00
Downloading uvicorn-0.23.2-py3-none-any.whl (59 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 3.7 MB/s eta 0:00:00
Downloading aiofiles-23.2.1-py3-none-any.whl (15 kB)
Downloading aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl (343 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 343.9/343.9 kB 4.3 MB/s eta 0:00:00
Downloading boto3-1.28.50-py3-none-any.whl (135 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.8/135.8 kB 3.6 MB/s eta 0:00:00
Downloading fastapi-0.103.1-py3-none-any.whl (66 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/66.2 kB 3.0 MB/s eta 0:00:00
Downloading pydantic-2.3.0-py3-none-any.whl (374 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 374.5/374.5 kB 3.6 MB/s eta 0:00:00
Downloading pydantic_core-2.6.3-cp310-cp310-macosx_11_0_arm64.whl (1.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 3.9 MB/s eta 0:00:00
Downloading httpx-0.25.0-py3-none-any.whl (75 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.7/75.7 kB 3.4 MB/s eta 0:00:00
Downloading inflect-7.0.0-py3-none-any.whl (34 kB)
Downloading librosa-0.10.1-py3-none-any.whl (253 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.7/253.7 kB 3.8 MB/s eta 0:00:00
Downloading scipy-1.11.2-cp310-cp310-macosx_12_0_arm64.whl (29.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.6/29.6 MB 3.2 MB/s eta 0:00:00
Downloading matplotlib-3.8.0-cp310-cp310-macosx_11_0_arm64.whl (7.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 3.3 MB/s eta 0:00:00
Downloading orjson-3.9.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl (242 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.2/242.2 kB 3.6 MB/s eta 0:00:00
Downloading rotary_embedding_torch-0.3.0-py3-none-any.whl (4.9 kB)
Downloading annotated_types-0.5.0-py3-none-any.whl (11 kB)
Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 3.7 MB/s eta 0:00:00
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Downloading botocore-1.31.50-py3-none-any.whl (11.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 3.4 MB/s eta 0:00:00
Downloading click-8.1.7-py3-none-any.whl (97 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 3.4 MB/s eta 0:00:00
Downloading contourpy-1.1.1-cp310-cp310-macosx_11_0_arm64.whl (232 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.4/232.4 kB 3.4 MB/s eta 0:00:00
Downloading fonttools-4.42.1-cp310-cp310-macosx_10_9_universal2.whl (2.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 2.8 MB/s eta 0:00:00
Downloading frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (46 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB 2.1 MB/s eta 0:00:00
Downloading httpcore-0.18.0-py3-none-any.whl (76 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.0/76.0 kB 3.1 MB/s eta 0:00:00
Downloading joblib-1.3.2-py3-none-any.whl (302 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 3.7 MB/s eta 0:00:00
Downloading jsonschema-4.19.0-py3-none-any.whl (83 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.4/83.4 kB 3.8 MB/s eta 0:00:00
Downloading kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl (66 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/66.2 kB 2.3 MB/s eta 0:00:00
Downloading lazy_loader-0.3-py3-none-any.whl (9.1 kB)
Downloading numba-0.57.1-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 2.6 MB/s eta 0:00:00
Downloading numpy-1.24.4-cp310-cp310-macosx_11_0_arm64.whl (13.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/13.9 MB 3.2 MB/s eta 0:00:00
Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 3.6 MB/s eta 0:00:00
Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 4.2 MB/s eta 0:00:00
Downloading regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl (289 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 4.2 MB/s eta 0:00:00
Downloading s3transfer-0.6.2-py3-none-any.whl (79 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/79.8 kB 3.0 MB/s eta 0:00:00
Downloading scikit_learn-1.3.0-cp310-cp310-macosx_12_0_arm64.whl (9.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 3.3 MB/s eta 0:00:00
Downloading soxr-0.3.6-cp310-cp310-macosx_11_0_arm64.whl (385 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.2/385.2 kB 3.6 MB/s eta 0:00:00
Downloading starlette-0.27.0-py3-none-any.whl (66 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 3.0 MB/s eta 0:00:00
Downloading fsspec-2023.9.1-py3-none-any.whl (173 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.4/173.4 kB 3.9 MB/s eta 0:00:00
Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
Downloading llvmlite-0.40.1-cp310-cp310-macosx_11_0_arm64.whl (28.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.1/28.1 MB 3.3 MB/s eta 0:00:00
Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB)
Downloading referencing-0.30.2-py3-none-any.whl (25 kB)
Downloading rpds_py-0.10.3-cp310-cp310-macosx_11_0_arm64.whl (322 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.8/322.8 kB 4.0 MB/s eta 0:00:00
Downloading threadpoolctl-3.2.0-py3-none-any.whl (15 kB)
Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB)
Building wheels for collected packages: encodec, suno-bark, tortoise, ffmpy, future, progressbar, audioread
  Building wheel for encodec (setup.py) ... done
  Created wheel for encodec: filename=encodec-0.1.1-py3-none-any.whl size=45761 sha256=eaa0a7d4a91d275246b33d8b182684b13e7c7b8f923b19cdc17f2b0a1ff5052f
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/fc/36/cb/81af8b985a5f5e0815312d5e52b41263237af07b977e6bcbf3
  Building wheel for suno-bark (pyproject.toml) ... done
  Created wheel for suno-bark: filename=suno_bark-0.1.0-py3-none-any.whl size=2567525 sha256=b0e0d441c268d75f5d4b00caac929ece8e029931dbfa17c3c3ef5a3bafe1ad95
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/55/20/e4/4b2ca6907a4177755f374039cf2a2159a31dc0becb8d7a9151
  Building wheel for tortoise (setup.py) ... done
  Created wheel for tortoise: filename=TorToiSe-2.8.0-py3-none-any.whl size=29873571 sha256=502897e8ac118163ab3f83654858d7eaaa8396a63acdc2bbfd91808aba197570
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/41/ed/81/23eef3e48464fedda923ec94ba123957916b748a1ab4326aca
  Building wheel for ffmpy (setup.py) ... done
  Created wheel for ffmpy: filename=ffmpy-0.3.1-py3-none-any.whl size=5580 sha256=6a37c61da4b1bc34f2c1ff685399dca7bbd9ba1e8ce8dfded8f3e56d2d53f22a
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/01/a6/d1/1c0828c304a4283b2c1639a09ad86f83d7c487ef34c6b4a1bf
  Building wheel for future (setup.py) ... done
  Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492025 sha256=12479c0308c43a88fe0bd506d2da905ae7f727814d6eeadf9d0a0a3a60e63356
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/5e/a9/47/f118e66afd12240e4662752cc22cefae5d97275623aa8ef57d
  Building wheel for progressbar (setup.py) ... done
  Created wheel for progressbar: filename=progressbar-2.5-py3-none-any.whl size=12067 sha256=f8649e753c859346ce1bc989dcc1495e72e0a9cd1c0695546fc7d83b71d52dd3
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/cd/17/e5/765d1a3112ff3978f70223502f6047e06c43a24d7c5f8ff95b
  Building wheel for audioread (setup.py) ... done
  Created wheel for audioread: filename=audioread-3.0.0-py3-none-any.whl size=23704 sha256=5364fc14bca96ef9ae088ce3a5db639f219e873f7d5c9b42682a5b643e12beda
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/da/4b/39/c5f6c4ee93b43281dda4dab5ac5f2bdf9d11074d427493cd55
Successfully built encodec suno-bark tortoise ffmpy future progressbar audioread
Installing collected packages: tokenizers, safetensors, pytz, pydub, progressbar, msgpack, funcy, ffmpy, websockets, unidecode, uc-micro-py, tzdata, tqdm, toolz, threadpoolctl, sniffio, six, semantic-version, rpds-py, regex, pyyaml, python-multipart, python-dotenv, pyparsing, pygments, pydantic-core, platformdirs, packaging, orjson, numpy, multidict, mdurl, llvmlite, lazy-loader, kiwisolver, joblib, jmespath, h11, future, fsspec, frozenlist, fonttools, exceptiongroup, einops, decorator, cycler, click, beartype, audioread, attrs, async-timeout, annotated-types, aiofiles, yarl, uvicorn, torch, soxr, soundfile, scipy, referencing, python-dateutil, pydantic, pooch, numba, markdown-it-py, linkify-it-py, huggingface-hub, ffmpeg-python, contourpy, anyio, aiosignal, transformers, starlette, scikit-learn, rotary_embedding_torch, pandas, mdit-py-plugins, matplotlib, jsonschema-specifications, inflect, httpcore, botocore, aiohttp, s3transfer, librosa, jsonschema, httpx, fastapi, encodec, vocos, tortoise, gradio-client, boto3, altair, suno-bark, gradio
  Attempting uninstall: numpy
    Found existing installation: numpy 1.25.2
    Uninstalling numpy-1.25.2:
      Successfully uninstalled numpy-1.25.2
  Attempting uninstall: torch
    Found existing installation: torch 2.0.1
    Uninstalling torch-2.0.1:
      Successfully uninstalled torch-2.0.1
Successfully installed aiofiles-23.2.1 aiohttp-3.8.5 aiosignal-1.3.1 altair-5.1.1 annotated-types-0.5.0 anyio-3.7.1 async-timeout-4.0.3 attrs-23.1.0 audioread-3.0.0 beartype-0.15.0 boto3-1.28.50 botocore-1.31.50 click-8.1.7 contourpy-1.1.1 cycler-0.11.0 decorator-5.1.1 einops-0.6.1 encodec-0.1.1 exceptiongroup-1.1.3 fastapi-0.103.1 ffmpeg-python-0.2.0 ffmpy-0.3.1 fonttools-4.42.1 frozenlist-1.4.0 fsspec-2023.9.1 funcy-2.0 future-0.18.3 gradio-3.35.2 gradio-client-0.5.1 h11-0.14.0 httpcore-0.18.0 httpx-0.25.0 huggingface-hub-0.17.2 inflect-7.0.0 jmespath-1.0.1 joblib-1.3.2 jsonschema-4.19.0 jsonschema-specifications-2023.7.1 kiwisolver-1.4.5 lazy-loader-0.3 librosa-0.10.1 linkify-it-py-2.0.2 llvmlite-0.40.1 markdown-it-py-2.2.0 matplotlib-3.8.0 mdit-py-plugins-0.3.3 mdurl-0.1.2 msgpack-1.0.5 multidict-6.0.4 numba-0.57.1 numpy-1.24.4 orjson-3.9.7 packaging-23.1 pandas-2.1.0 platformdirs-3.10.0 pooch-1.7.0 progressbar-2.5 pydantic-2.3.0 pydantic-core-2.6.3 pydub-0.25.1 pygments-2.16.1 pyparsing-3.1.1 python-dateutil-2.8.2 python-dotenv-1.0.0 python-multipart-0.0.6 pytz-2023.3.post1 pyyaml-6.0.1 referencing-0.30.2 regex-2023.8.8 rotary_embedding_torch-0.3.0 rpds-py-0.10.3 s3transfer-0.6.2 safetensors-0.3.1 scikit-learn-1.3.0 scipy-1.11.2 semantic-version-2.10.0 six-1.16.0 sniffio-1.3.0 soundfile-0.12.1 soxr-0.3.6 starlette-0.27.0 suno-bark-0.1.0 threadpoolctl-3.2.0 tokenizers-0.13.3 toolz-0.12.0 torch-2.0.0 tortoise-2.8.0 tqdm-4.66.1 transformers-4.31.0 tzdata-2023.3 uc-micro-py-1.0.2 unidecode-1.3.6 uvicorn-0.23.2 vocos-0.0.2 websockets-11.0.3 yarl-1.9.2
Updating dependencies...
Installing musicgen, audiocraft dependencies...
Collecting audiocraft@ git+https://git@github.com/facebookresearch/audiocraft@e96018613ac82b1afe0f0cce7861dfe08ba2b3bf#egg=audiocraft (from -r requirements_audiocraft.txt (line 4))
  Cloning https://****@github.com/facebookresearch/audiocraft (to revision e96018613ac82b1afe0f0cce7861dfe08ba2b3bf) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-83w281gq/audiocraft_b305e04c40494f128898c36201d90abb
  Running command git clone --filter=blob:none --quiet 'https://****@github.com/facebookresearch/audiocraft' /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-83w281gq/audiocraft_b305e04c40494f128898c36201d90abb
  Running command git rev-parse -q --verify 'sha^e96018613ac82b1afe0f0cce7861dfe08ba2b3bf'
  Running command git fetch -q 'https://****@github.com/facebookresearch/audiocraft' e96018613ac82b1afe0f0cce7861dfe08ba2b3bf
  Running command git checkout -q e96018613ac82b1afe0f0cce7861dfe08ba2b3bf
  Resolved https://****@github.com/facebookresearch/audiocraft to commit e96018613ac82b1afe0f0cce7861dfe08ba2b3bf
  Preparing metadata (setup.py) ... done
Requirement already satisfied: torch==2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from -r requirements_audiocraft.txt (line 1)) (2.0.0)
ERROR: Could not find a version that satisfies the requirement xformers==0.0.19 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.0.13, 0.0.16rc424, 0.0.16rc425, 0.0.16, 0.0.20, 0.0.21, 0.0.22.dev604, 0.0.22.dev605, 0.0.22.dev606, 0.0.22.dev611, 0.0.22.dev612)
ERROR: No matching distribution found for xformers==0.0.19
Failed to install musicgen, audiocraft dependencies
Installing Bark Voice Clone, bark-hubert-quantizer dependencies...
Ignoring fairseq: markers 'sys_platform == "win32"' don't match your environment
Collecting bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer (from -r requirements_bark_hubert_quantizer.txt (line 4))
  Cloning https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer (to revision bark_hubert_quantizer) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-u757phjg/bark-hubert-quantizer_ac89b2db0267438ea6e13fabfbfa7f84
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-u757phjg/bark-hubert-quantizer_ac89b2db0267438ea6e13fabfbfa7f84
  Running command git checkout -b bark_hubert_quantizer --track origin/bark_hubert_quantizer
  Switched to a new branch 'bark_hubert_quantizer'
  branch 'bark_hubert_quantizer' set up to track 'origin/bark_hubert_quantizer'.
  Resolved https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer to commit a8cd83859ffded0be8b4afcf00dbdb426e9aa0df
  Preparing metadata (setup.py) ... done
Requirement already satisfied: torch==2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from -r requirements_bark_hubert_quantizer.txt (line 1)) (2.0.0)
Requirement already satisfied: filelock in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (3.9.0)
Requirement already satisfied: typing-extensions in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (4.7.1)
Requirement already satisfied: sympy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (1.11.1)
Requirement already satisfied: networkx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (3.1)
Requirement already satisfied: jinja2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (3.1.2)
Collecting audiolm-pytorch<1.2.29,>=1.1.4 (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for audiolm-pytorch<1.2.29,>=1.1.4 from https://files.pythonhosted.org/packages/ea/50/de2332a47ee38d8115b1dfe4f5f36eff1161c783d9e054d74d5960937169/audiolm_pytorch-1.2.28-py3-none-any.whl.metadata
  Downloading audiolm_pytorch-1.2.28-py3-none-any.whl.metadata (1.2 kB)
Collecting fairseq (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading fairseq-0.12.2.tar.gz (9.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 4.1 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: huggingface-hub in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.17.2)
Collecting sentencepiece (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading sentencepiece-0.1.99-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 4.1 MB/s eta 0:00:00
Requirement already satisfied: transformers in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (4.31.0)
Requirement already satisfied: encodec in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.1.1)
Collecting sox (from bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading sox-1.4.1-py2.py3-none-any.whl (39 kB)
Collecting accelerate (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for accelerate from https://files.pythonhosted.org/packages/d9/92/2d3aecf9f4a192968035880be3e2fc8b48d541c7128f7c936f430d6f96da/accelerate-0.23.0-py3-none-any.whl.metadata
  Downloading accelerate-0.23.0-py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: beartype in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.15.0)
Requirement already satisfied: einops>=0.6.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.6.1)
Collecting ema-pytorch>=0.2.2 (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading ema_pytorch-0.2.3-py3-none-any.whl (4.4 kB)
Requirement already satisfied: joblib in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.3.2)
Collecting lion-pytorch (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading lion_pytorch-0.1.2-py3-none-any.whl (4.4 kB)
Collecting local-attention>=1.8.4 (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading local_attention-1.8.6-py3-none-any.whl (8.1 kB)
Requirement already satisfied: scikit-learn in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.3.0)
Requirement already satisfied: torchaudio in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.0.2)
Requirement already satisfied: tqdm in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (4.66.1)
Collecting vector-quantize-pytorch>=1.5.14 (from audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for vector-quantize-pytorch>=1.5.14 from https://files.pythonhosted.org/packages/e7/0d/89c39bf88c4ecfcf78584b490ecfafcbe18840e2f7a3e9891617b640077f/vector_quantize_pytorch-1.7.1-py3-none-any.whl.metadata
  Downloading vector_quantize_pytorch-1.7.1-py3-none-any.whl.metadata (680 bytes)
Requirement already satisfied: numpy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from encodec->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.24.4)
Requirement already satisfied: cffi in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.15.1)
Collecting cython (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for cython from https://files.pythonhosted.org/packages/03/e9/9cc0c4f0d8a566089d096254cd25168a0db02dd047863a7f995d8d3eefa7/Cython-3.0.2-py2.py3-none-any.whl.metadata
  Using cached Cython-3.0.2-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting hydra-core<1.1,>=1.0.7 (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading hydra_core-1.0.7-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 3.1 MB/s eta 0:00:00
Collecting omegaconf<2.1 (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading omegaconf-2.0.6-py3-none-any.whl (36 kB)
Requirement already satisfied: regex in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2023.8.8)
Collecting sacrebleu>=1.4.12 (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading sacrebleu-2.3.1-py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.9/118.9 kB 3.5 MB/s eta 0:00:00
Collecting bitarray (from fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for bitarray from https://files.pythonhosted.org/packages/80/da/f0fff1ac354171cab2263c9004660351ce8403786cc45826c78f5a27d1a2/bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl.metadata
  Downloading bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (32 kB)
Requirement already satisfied: fsspec in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2023.9.1)
Requirement already satisfied: requests in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.31.0)
Requirement already satisfied: pyyaml>=5.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (6.0.1)
Requirement already satisfied: packaging>=20.9 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (23.1)
Requirement already satisfied: MarkupSafe>=2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jinja2->torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (2.1.1)
Requirement already satisfied: mpmath>=0.19 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sympy->torch==2.0.0->-r requirements_bark_hubert_quantizer.txt (line 1)) (1.3.0)
Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from transformers->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.13.3)
Requirement already satisfied: safetensors>=0.3.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from transformers->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (0.3.1)
Collecting antlr4-python3-runtime==4.8 (from hydra-core<1.1,>=1.0.7->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading antlr4-python3-runtime-4.8.tar.gz (112 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.4/112.4 kB 3.8 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting portalocker (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Obtaining dependency information for portalocker from https://files.pythonhosted.org/packages/17/9e/87671efcca80ba6203811540ed1f9c0462c1609d2281d7b7f53cef05da3d/portalocker-2.8.2-py3-none-any.whl.metadata
  Downloading portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB)
Collecting tabulate>=0.8.9 (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting colorama (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting lxml (from sacrebleu>=1.4.12->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading lxml-4.9.3.tar.gz (3.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 4.0 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting psutil (from accelerate->audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4))
  Downloading psutil-5.9.5-cp38-abi3-macosx_11_0_arm64.whl (246 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.1/246.1 kB 3.9 MB/s eta 0:00:00
Requirement already satisfied: pycparser in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from cffi->fairseq->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.21)
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2.0.4)
Requirement already satisfied: idna<4,>=2.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->huggingface-hub->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (2023.7.22)
Requirement already satisfied: scipy>=1.5.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from scikit-learn->audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (1.11.2)
Requirement already satisfied: threadpoolctl>=2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from scikit-learn->audiolm-pytorch<1.2.29,>=1.1.4->bark_hubert_quantizer@ git+https://github.com/rsxdalv/bark-voice-cloning-HuBERT-quantizer@bark_hubert_quantizer#egg=bark_hubert_quantizer->-r requirements_bark_hubert_quantizer.txt (line 4)) (3.2.0)
Downloading audiolm_pytorch-1.2.28-py3-none-any.whl (40 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 2.2 MB/s eta 0:00:00
Downloading vector_quantize_pytorch-1.7.1-py3-none-any.whl (14 kB)
Downloading accelerate-0.23.0-py3-none-any.whl (258 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258.1/258.1 kB 3.9 MB/s eta 0:00:00
Downloading bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl (121 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.5/121.5 kB 3.3 MB/s eta 0:00:00
Using cached Cython-3.0.2-py2.py3-none-any.whl (1.2 MB)
Downloading portalocker-2.8.2-py3-none-any.whl (17 kB)
Building wheels for collected packages: bark_hubert_quantizer, fairseq, antlr4-python3-runtime, lxml
  Building wheel for bark_hubert_quantizer (setup.py) ... done
  Created wheel for bark_hubert_quantizer: filename=bark_hubert_quantizer-0.0.5-py3-none-any.whl size=6546 sha256=85b57347bfaabf29967788d7e903294da5661a3215739e5ca7a4207d3628b70f
  Stored in directory: /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-ephem-wheel-cache-9klqirsu/wheels/f9/26/f0/3471f3e7f6eb399c92da421c54b1c14f7b7ae9c60cf01cd162
  Building wheel for fairseq (pyproject.toml) ... done
  Created wheel for fairseq: filename=fairseq-0.12.2-cp310-cp310-macosx_11_0_arm64.whl size=10346040 sha256=b8a06e2ea4750abc2f057e9ab0a10123ae310219ea8592da2ae8c00928f97723
  Stored in directory: /Users/otto/Library/Caches/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=141211 sha256=1507edffc44b3fe07aed804e404185f2cc5cd4a6ecceae22f3316c34c389861d
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5
  Building wheel for lxml (setup.py) ... done
  Created wheel for lxml: filename=lxml-4.9.3-cp310-cp310-macosx_11_0_arm64.whl size=1589816 sha256=075529fc2ade3feffad631ede7d627fa139f137802afffeccc8055eb9c39758b
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/38/0b/56/fd5ffdd76481c9220a131ff39258963d8384599f0109b688d0
Successfully built bark_hubert_quantizer fairseq antlr4-python3-runtime lxml
DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
Installing collected packages: sentencepiece, bitarray, antlr4-python3-runtime, tabulate, sox, psutil, portalocker, omegaconf, lxml, cython, colorama, sacrebleu, hydra-core, vector-quantize-pytorch, local-attention, lion-pytorch, ema-pytorch, accelerate, fairseq, audiolm-pytorch, bark_hubert_quantizer
Successfully installed accelerate-0.23.0 antlr4-python3-runtime-4.8 audiolm-pytorch-1.2.28 bark_hubert_quantizer-0.0.5 bitarray-2.8.1 colorama-0.4.6 cython-3.0.2 ema-pytorch-0.2.3 fairseq-0.12.2 hydra-core-1.0.7 lion-pytorch-0.1.2 local-attention-1.8.6 lxml-4.9.3 omegaconf-2.0.6 portalocker-2.8.2 psutil-5.9.5 sacrebleu-2.3.1 sentencepiece-0.1.99 sox-1.4.1 tabulate-0.9.0 vector-quantize-pytorch-1.7.1
Successfully installed Bark Voice Clone, bark-hubert-quantizer dependencies
Installing RVC dependencies...
Collecting torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1 (from -r requirements_rvc.txt (line 2))
  Cloning https://github.com/rsxdalv/torchcrepe (to revision patch-1) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-dqgwwzdl/torchcrepe_2e3780bcb4b542cd803e37d6ae7f0258
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/torchcrepe /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-dqgwwzdl/torchcrepe_2e3780bcb4b542cd803e37d6ae7f0258
  Running command git checkout -b patch-1 --track origin/patch-1
  Switched to a new branch 'patch-1'
  branch 'patch-1' set up to track 'origin/patch-1'.
  Resolved https://github.com/rsxdalv/torchcrepe to commit 9cc34800fe2f2fce2f6f665dc8a4dfc48a371e39
  Preparing metadata (setup.py) ... done
Collecting rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package (from -r requirements_rvc.txt (line 3))
  Cloning https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI (to revision package) to /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-dqgwwzdl/rvc-beta_424722a26850475dbd87ad2d4ede978b
  Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-dqgwwzdl/rvc-beta_424722a26850475dbd87ad2d4ede978b
  Running command git checkout -b package --track origin/package
  Switched to a new branch 'package'
  branch 'package' set up to track 'origin/package'.
  Resolved https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI to commit b27fea3d85a3f7f1e33be031c6bac206b080e8ca
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: torch==2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from -r requirements_rvc.txt (line 1)) (2.0.0)
Requirement already satisfied: filelock in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.9.0)
Requirement already satisfied: typing-extensions in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (4.7.1)
Requirement already satisfied: sympy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.11.1)
Requirement already satisfied: networkx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.1)
Requirement already satisfied: jinja2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.1.2)
Collecting librosa==0.9.2 (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Downloading librosa-0.9.2-py3-none-any.whl (214 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.3/214.3 kB 3.5 MB/s eta 0:00:00
Collecting resampy (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Downloading resampy-0.4.2-py3-none-any.whl (3.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 3.8 MB/s eta 0:00:00
Requirement already satisfied: scipy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.11.2)
Requirement already satisfied: tqdm in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (4.66.1)
Requirement already satisfied: audioread>=2.1.9 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (3.0.0)
Requirement already satisfied: numpy>=1.17.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.24.4)
Requirement already satisfied: scikit-learn>=0.19.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.3.0)
Requirement already satisfied: joblib>=0.14 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.3.2)
Requirement already satisfied: decorator>=4.0.10 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (5.1.1)
Requirement already satisfied: numba>=0.45.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (0.57.1)
Requirement already satisfied: soundfile>=0.10.2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (0.12.1)
Requirement already satisfied: pooch>=1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (1.7.0)
Requirement already satisfied: packaging>=20.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (23.1)
Collecting Cython<0.30.0,>=0.29.34 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for Cython<0.30.0,>=0.29.34 from https://files.pythonhosted.org/packages/3f/d6/9eed523aeaca42acbaa3e6d3850edae780dc7f8da9df1bf6a2ceb851839c/Cython-0.29.36-py2.py3-none-any.whl.metadata
  Downloading Cython-0.29.36-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting Markdown<4.0.0,>=3.4.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for Markdown<4.0.0,>=3.4.3 from https://files.pythonhosted.org/packages/1a/b5/228c1cdcfe138f1a8e01ab1b54284c8b83735476cb22b6ba251656ed13ad/Markdown-3.4.4-py3-none-any.whl.metadata
  Downloading Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB)
Collecting Pillow==9.3.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading Pillow-9.3.0-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 4.1 MB/s eta 0:00:00
Requirement already satisfied: PyYAML<7.0,>=6.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (6.0.1)
Collecting Werkzeug<3.0.0,>=2.2.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for Werkzeug<3.0.0,>=2.2.3 from https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl.metadata
  Downloading werkzeug-2.3.7-py3-none-any.whl.metadata (4.1 kB)
Collecting absl-py<2.0.0,>=1.4.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 3.6 MB/s eta 0:00:00
Requirement already satisfied: colorama<0.5.0,>=0.4.6 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.4.6)
Requirement already satisfied: fairseq<0.13.0,>=0.12.2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.12.2)
Collecting faiss-cpu<2.0.0,>=1.7.2 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading faiss_cpu-1.7.4-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 3.9 MB/s eta 0:00:00
Requirement already satisfied: ffmpeg-python<0.3.0,>=0.2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.2.0)
Requirement already satisfied: fsspec<2024.0.0,>=2023.3.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.9.1)
Collecting functorch<3.0.0,>=2.0.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading functorch-2.0.0-py2.py3-none-any.whl (2.1 kB)
Requirement already satisfied: future<0.19.0,>=0.18.3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.18.3)
Requirement already satisfied: gradio<4.0.0,>=3.34.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.35.2)
Collecting json5<0.10.0,>=0.9.11 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for json5<0.10.0,>=0.9.11 from https://files.pythonhosted.org/packages/70/ba/fa37123a86ae8287d6678535a944f9c3377d8165e536310ed6f6cb0f0c0e/json5-0.9.14-py2.py3-none-any.whl.metadata
  Downloading json5-0.9.14-py2.py3-none-any.whl.metadata (10 kB)
Collecting llvmlite==0.39.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading llvmlite-0.39.0-cp310-cp310-macosx_11_0_arm64.whl (23.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.1/23.1 MB 3.7 MB/s eta 0:00:00
Requirement already satisfied: matplotlib<4.0.0,>=3.7.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.8.0)
Collecting matplotlib-inline<0.2.0,>=0.1.6 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Collecting numba>=0.45.1 (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Downloading numba-0.56.4-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 4.0 MB/s eta 0:00:00
Collecting numpy>=1.17.0 (from librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Downloading numpy-1.23.5-cp310-cp310-macosx_11_0_arm64.whl (13.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 4.1 MB/s eta 0:00:00
Collecting praat-parselmouth<0.5.0,>=0.4.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading praat_parselmouth-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (9.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.8/9.8 MB 4.2 MB/s eta 0:00:00
Collecting pyasn1<0.5.0,>=0.4.8 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 3.0 MB/s eta 0:00:00
Collecting pyasn1-modules<0.3.0,>=0.2.8 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 3.7 MB/s eta 0:00:00
Requirement already satisfied: pydub<0.26.0,>=0.25.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.25.1)
Collecting pyworld<0.4.0,>=0.3.2 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading pyworld-0.3.4.tar.gz (251 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252.0/252.0 kB 4.0 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting scipy (from torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2))
  Downloading scipy-1.9.3-cp310-cp310-macosx_12_0_arm64.whl (28.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.5/28.5 MB 3.8 MB/s eta 0:00:00
Requirement already satisfied: starlette<0.28.0,>=0.27.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.27.0)
Requirement already satisfied: tabulate<0.10.0,>=0.9.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.9.0)
Collecting tensorboard<3.0.0,>=2.12.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tensorboard<3.0.0,>=2.12.1 from https://files.pythonhosted.org/packages/bc/a2/ff5f4c299eb37c95299a76015da3f30211468e29d8d6f1d011683279baee/tensorboard-2.14.0-py3-none-any.whl.metadata
  Downloading tensorboard-2.14.0-py3-none-any.whl.metadata (1.8 kB)
Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tensorboard-data-server<0.8.0,>=0.7.0 from https://files.pythonhosted.org/packages/da/61/6e9ff8258422d287eec718872fb71e05324356722ab658c8afda25f51539/tensorboard_data_server-0.7.1-py3-none-any.whl.metadata
  Downloading tensorboard_data_server-0.7.1-py3-none-any.whl.metadata (1.1 kB)
Collecting tensorboard-plugin-wit<2.0.0,>=1.8.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 781.3/781.3 kB 4.2 MB/s eta 0:00:00
Collecting tensorboardX<3.0,>=2.6 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tensorboardX<3.0,>=2.6 from https://files.pythonhosted.org/packages/44/71/f3e7c9b2ab67e28c572ab4e9d5fa3499e0d252650f96d8a3a03e26677f53/tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata
  Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB)
Collecting torchgen<0.0.2,>=0.0.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading torchgen-0.0.1-py3-none-any.whl (3.4 kB)
Collecting tornado<7.0,>=6.3 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for tornado<7.0,>=6.3 from https://files.pythonhosted.org/packages/e8/52/4775f3e6630bbc3808e678eb2294beeb654040cf45cc2b66cd6efdcf2571/tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl.metadata
  Downloading tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB)
Requirement already satisfied: uc-micro-py<2.0.0,>=1.0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.0.2)
Collecting uvicorn<0.22.0,>=0.21.1 (from rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading uvicorn-0.21.1-py3-none-any.whl (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 kB 3.6 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from numba>=0.45.1->librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (68.0.0)
Requirement already satisfied: cffi in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.15.1)
Requirement already satisfied: hydra-core<1.1,>=1.0.7 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.0.7)
Requirement already satisfied: omegaconf<2.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.6)
Requirement already satisfied: regex in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.8.8)
Requirement already satisfied: sacrebleu>=1.4.12 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.3.1)
Requirement already satisfied: bitarray in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.8.1)
Requirement already satisfied: torchaudio>=0.8.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.2)
Requirement already satisfied: aiofiles in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (23.2.1)
Requirement already satisfied: aiohttp in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.8.5)
Requirement already satisfied: altair>=4.2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (5.1.1)
Requirement already satisfied: fastapi in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.103.1)
Requirement already satisfied: ffmpy in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.3.1)
Requirement already satisfied: gradio-client>=0.2.7 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.5.1)
Requirement already satisfied: httpx in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.25.0)
Requirement already satisfied: huggingface-hub>=0.14.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.17.2)
Requirement already satisfied: markdown-it-py[linkify]>=2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.2.0)
Requirement already satisfied: markupsafe in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.1.1)
Requirement already satisfied: mdit-py-plugins<=0.3.3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.3.3)
Requirement already satisfied: orjson in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.9.7)
Requirement already satisfied: pandas in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.1.0)
Requirement already satisfied: pydantic in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.3.0)
Requirement already satisfied: pygments>=2.12.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.16.1)
Requirement already satisfied: python-multipart in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.0.6)
Requirement already satisfied: requests in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.31.0)
Requirement already satisfied: semantic-version in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.10.0)
Requirement already satisfied: websockets>=10.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (11.0.3)
Requirement already satisfied: contourpy>=1.0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.1.1)
Requirement already satisfied: cycler>=0.10 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.42.1)
Requirement already satisfied: kiwisolver>=1.0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.4.5)
Requirement already satisfied: pyparsing>=2.3.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.1.1)
Requirement already satisfied: python-dateutil>=2.7 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.8.2)
Collecting traitlets (from matplotlib-inline<0.2.0,>=0.1.6->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for traitlets from https://files.pythonhosted.org/packages/fb/00/78472b256929614443c3fa3be31ee60777e5a9e3c6770d8d934154aa2cab/traitlets-5.10.0-py3-none-any.whl.metadata
  Downloading traitlets-5.10.0-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: threadpoolctl>=2.0.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from scikit-learn>=0.19.1->librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (3.2.0)
Requirement already satisfied: anyio<5,>=3.4.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.7.1)
Requirement already satisfied: mpmath>=0.19 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sympy->torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.3.0)
Collecting grpcio>=1.48.2 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for grpcio>=1.48.2 from https://files.pythonhosted.org/packages/b6/0a/66519bd357b93daeb5c1d6cb3fe7e974308f3b19be05b443e932787ae2c4/grpcio-1.58.0-cp310-cp310-macosx_12_0_universal2.whl.metadata
  Downloading grpcio-1.58.0-cp310-cp310-macosx_12_0_universal2.whl.metadata (4.0 kB)
Collecting google-auth<3,>=1.6.3 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for google-auth<3,>=1.6.3 from https://files.pythonhosted.org/packages/9d/44/5a992cb9d7bf8aaae73bc5adaf721ad08731c9d00c1c17999a8691404b0c/google_auth-2.23.0-py2.py3-none-any.whl.metadata
  Downloading google_auth-2.23.0-py2.py3-none-any.whl.metadata (4.2 kB)
Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
Collecting protobuf>=3.19.6 (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for protobuf>=3.19.6 from https://files.pythonhosted.org/packages/fe/f3/957db80e5b9f7fd7df97e5554fdc57919dfad24e89291223fd04a0e3c84f/protobuf-4.24.3-cp37-abi3-macosx_10_9_universal2.whl.metadata
  Downloading protobuf-4.24.3-cp37-abi3-macosx_10_9_universal2.whl.metadata (540 bytes)
Requirement already satisfied: wheel>=0.26 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.38.4)
Requirement already satisfied: click>=7.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from uvicorn<0.22.0,>=0.21.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (8.1.7)
Requirement already satisfied: h11>=0.8 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from uvicorn<0.22.0,>=0.21.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.14.0)
Requirement already satisfied: jsonschema>=3.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.19.0)
Requirement already satisfied: toolz in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.12.0)
Requirement already satisfied: idna>=2.8 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (3.4)
Requirement already satisfied: sniffio>=1.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.3.0)
Requirement already satisfied: exceptiongroup in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.28.0,>=0.27.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.1.3)
Requirement already satisfied: pycparser in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from cffi->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.21)
Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Obtaining dependency information for cachetools<6.0,>=2.0.0 from https://files.pythonhosted.org/packages/a9/c9/c8a7710f2cedcb1db9224fdd4d8307c9e48cbddc46c18b515fefc0f1abbe/cachetools-5.3.1-py3-none-any.whl.metadata
  Downloading cachetools-5.3.1-py3-none-any.whl.metadata (5.2 kB)
Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading rsa-4.9-py3-none-any.whl (34 kB)
Requirement already satisfied: urllib3<2.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from google-auth<3,>=1.6.3->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.26.16)
Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: antlr4-python3-runtime==4.8 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from hydra-core<1.1,>=1.0.7->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.8)
Requirement already satisfied: mdurl~=0.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from markdown-it-py[linkify]>=2.0.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.1.2)
Requirement already satisfied: linkify-it-py<3,>=1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from markdown-it-py[linkify]>=2.0.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.2)
Requirement already satisfied: pytz>=2020.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pandas->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.3.post1)
Requirement already satisfied: tzdata>=2022.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pandas->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.3)
Requirement already satisfied: platformdirs>=2.5.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pooch>=1.0->librosa==0.9.2->torchcrepe@ git+https://github.com/rsxdalv/torchcrepe@patch-1->-r requirements_rvc.txt (line 2)) (3.10.0)
Requirement already satisfied: six>=1.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib<4.0.0,>=3.7.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.16.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.0.4)
Requirement already satisfied: certifi>=2017.4.17 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from requests->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.7.22)
Requirement already satisfied: portalocker in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sacrebleu>=1.4.12->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.8.2)
Requirement already satisfied: lxml in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from sacrebleu>=1.4.12->fairseq<0.13.0,>=0.12.2->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.9.3)
Requirement already satisfied: attrs>=17.3.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (23.1.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (6.0.4)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (4.0.3)
Requirement already satisfied: yarl<2.0,>=1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.9.2)
Requirement already satisfied: frozenlist>=1.1.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.4.0)
Requirement already satisfied: aiosignal>=1.1.2 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from aiohttp->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (1.3.1)
Requirement already satisfied: annotated-types>=0.4.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pydantic->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.5.0)
Requirement already satisfied: pydantic-core==2.6.3 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from pydantic->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2.6.3)
Requirement already satisfied: httpcore<0.19.0,>=0.18.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from httpx->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.18.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jsonschema>=3.0->altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (2023.7.1)
Requirement already satisfied: referencing>=0.28.4 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jsonschema>=3.0->altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.30.2)
Requirement already satisfied: rpds-py>=0.7.1 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from jsonschema>=3.0->altair>=4.2.0->gradio<4.0.0,>=3.34.0->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3)) (0.10.3)
Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard<3.0.0,>=2.12.1->rvc-beta@ git+https://github.com/rsxdalv/Retrieval-based-Voice-Conversion-WebUI@package->-r requirements_rvc.txt (line 3))
  Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 3.6 MB/s eta 0:00:00
Downloading Cython-0.29.36-py2.py3-none-any.whl (988 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 988.3/988.3 kB 4.3 MB/s eta 0:00:00
Downloading json5-0.9.14-py2.py3-none-any.whl (19 kB)
Downloading Markdown-3.4.4-py3-none-any.whl (94 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.2/94.2 kB 2.8 MB/s eta 0:00:00
Downloading tensorboard-2.14.0-py3-none-any.whl (5.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 4.0 MB/s eta 0:00:00
Downloading tensorboard_data_server-0.7.1-py3-none-any.whl (2.4 kB)
Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl (101 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 2.8 MB/s eta 0:00:00
Downloading tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl (425 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 425.4/425.4 kB 4.1 MB/s eta 0:00:00
Downloading werkzeug-2.3.7-py3-none-any.whl (242 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.2/242.2 kB 3.4 MB/s eta 0:00:00
Downloading google_auth-2.23.0-py2.py3-none-any.whl (181 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.4/181.4 kB 3.7 MB/s eta 0:00:00
Downloading grpcio-1.58.0-cp310-cp310-macosx_12_0_universal2.whl (9.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 4.2 MB/s eta 0:00:00
Downloading protobuf-4.24.3-cp37-abi3-macosx_10_9_universal2.whl (409 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 409.4/409.4 kB 3.9 MB/s eta 0:00:00
Downloading traitlets-5.10.0-py3-none-any.whl (120 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.4/120.4 kB 3.7 MB/s eta 0:00:00
Downloading cachetools-5.3.1-py3-none-any.whl (9.3 kB)
Building wheels for collected packages: torchcrepe, rvc-beta, pyworld
  Building wheel for torchcrepe (setup.py) ... done
  Created wheel for torchcrepe: filename=torchcrepe-0.0.20-py3-none-any.whl size=72326242 sha256=3fe8fba9c39970a80e783c8b2bd8c1fa520fe8b60b5bed1c06af612d0ac483cb
  Stored in directory: /private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-ephem-wheel-cache-zjtp_76c/wheels/4a/7c/9f/170aad22b22218ca80febc6cf9f321b105adfed5c6930233fe
  Building wheel for rvc-beta (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for rvc-beta (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [30 lines of output]
      Traceback (most recent call last):
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
          main()
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel
          return _build_backend().build_wheel(wheel_directory, config_settings,
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/masonry/api.py", line 57, in build_wheel
          return WheelBuilder.make_in(
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/wheel.py", line 87, in make_in
          wb.build(target_dir=directory)
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/wheel.py", line 123, in build
          self._copy_module(zip_file)
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/wheel.py", line 234, in _copy_module
          to_add = self.find_files_to_add()
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 200, in find_files_to_add
          if self.is_excluded(
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 143, in is_excluded
          if exclude_path.as_posix() in self.find_excluded_files(fmt=self.format):
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 111, in find_excluded_files
          vcs_ignored_files = set(vcs.get_ignored_files()) if vcs else set()
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/vcs/git.py", line 340, in get_ignored_files
          output = self.run(*args)
        File "/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-build-env-67hvap_r/overlay/lib/python3.10/site-packages/poetry/core/vcs/git.py", line 373, in run
          subprocess.check_output(
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/subprocess.py", line 421, in check_output
          return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
        File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/subprocess.py", line 526, in run
          raise CalledProcessError(retcode, process.args,
      subprocess.CalledProcessError: Command '['git', '--git-dir', '/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-dqgwwzdl/rvc-beta_424722a26850475dbd87ad2d4ede978b/.git', '--work-tree', '/private/var/folders/hn/vqbkt09n2351q4s6vpn841980000gn/T/pip-install-dqgwwzdl/rvc-beta_424722a26850475dbd87ad2d4ede978b', 'ls-files', '--others', '-i', '--exclude-standard']' returned non-zero exit status 128.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for rvc-beta
  Building wheel for pyworld (pyproject.toml) ... done
  Created wheel for pyworld: filename=pyworld-0.3.4-cp310-cp310-macosx_11_0_arm64.whl size=178618 sha256=551004e745b8f066db5b913d5e35b2b7cef72bf8ea457bcfff2a76a8da2b936f
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/66/09/8a/a1d79b73d59756f66e9bfe55a199840efc7473adb76ddacdfd
Successfully built torchcrepe pyworld
Failed to build rvc-beta
ERROR: Could not build wheels for rvc-beta, which is required to install pyproject.toml-based projects
Failed to install RVC dependencies
Collecting hydra-core==1.3.2
  Downloading hydra_core-1.3.2-py3-none-any.whl (154 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.5/154.5 kB 3.6 MB/s eta 0:00:00
Collecting omegaconf<2.4,>=2.2 (from hydra-core==1.3.2)
  Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 3.4 MB/s eta 0:00:00
Collecting antlr4-python3-runtime==4.9.* (from hydra-core==1.3.2)
  Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 3.2 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Requirement already satisfied: packaging in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from hydra-core==1.3.2) (23.1)
Requirement already satisfied: PyYAML>=5.1.0 in /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages (from omegaconf<2.4,>=2.2->hydra-core==1.3.2) (6.0.1)
Building wheels for collected packages: antlr4-python3-runtime
  Building wheel for antlr4-python3-runtime (setup.py) ... done
  Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=f283cb5ec22094fff286a2781b7240ba9230f1390619c250e8b19ba9d4d729d5
  Stored in directory: /Users/otto/Library/Caches/pip/wheels/12/93/dd/1f6a127edc45659556564c5730f6d4e300888f4bca2d4c5a88
Successfully built antlr4-python3-runtime
Installing collected packages: antlr4-python3-runtime, omegaconf, hydra-core
  Attempting uninstall: antlr4-python3-runtime
    Found existing installation: antlr4-python3-runtime 4.8
    Uninstalling antlr4-python3-runtime-4.8:
      Successfully uninstalled antlr4-python3-runtime-4.8
  Attempting uninstall: omegaconf
    Found existing installation: omegaconf 2.0.6
    Uninstalling omegaconf-2.0.6:
      Successfully uninstalled omegaconf-2.0.6
  Attempting uninstall: hydra-core
    Found existing installation: hydra-core 1.0.7
    Uninstalling hydra-core-1.0.7:
      Successfully uninstalled hydra-core-1.0.7
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fairseq 0.12.2 requires hydra-core<1.1,>=1.0.7, but you have hydra-core 1.3.2 which is incompatible.
fairseq 0.12.2 requires omegaconf<2.1, but you have omegaconf 2.3.0 which is incompatible.
Successfully installed antlr4-python3-runtime-4.9.3 hydra-core-1.3.2 omegaconf-2.3.0
Env file not found. Creating default env.
Config file not found. Creating default config.
Loading extensions:
Loaded extension: callback_save_generation_ffmpeg
Loaded extension: empty_extension
Loaded extension: callback_save_generation_musicgen_ffmpeg
Loaded 2 callback_save_generation extensions.
Loaded 1 callback_save_generation_musicgen extensions.
2023-09-19 17:56:04 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX
Failed to load musicgen demo
No module named 'audiocraft'
Failed to load rvc demo
No module named 'rvc_beta'
Failed to load demucs demo
No module named 'demucs'
Starting Gradio server...
Gradio interface options:
  inline:               False
  inbrowser:            True
  share:                False
  debug:                False
  enable_queue:         True
  max_threads:          40
  auth:                 None
  auth_message:         None
  prevent_thread_lock:  False
  show_error:           False
  server_name:          0.0.0.0
  server_port:          None
  show_tips:            False
  height:               500
  width:                100%
  favicon_path:         None
  ssl_keyfile:          None
  ssl_certfile:         None
  ssl_keyfile_password: None
  ssl_verify:           True
  quiet:                True
  show_api:             True
  file_directories:     None
  _frontend:            True
Running on local URL:  http://0.0.0.0:7860
2023-09-19 18:02:02 | ERROR | asyncio | Task exception was never retrieved
future: <Task finished name='w4opjjp3iv_11' coro=<Queue.process_events() done, defined at /Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py:342> exception=1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'data': [10.3], 'event_d...ion_hash': 'w4opjjp3iv'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.3/v/missing>
Traceback (most recent call last):
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 346, in process_events
    client_awake = await self.gather_event_data(event)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 219, in gather_event_data
    data, client_awake = await self.get_message(event, timeout=receive_timeout)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 448, in get_message
    return PredictBody(**data), True
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/pydantic/main.py", line 165, in __init__
    __pydantic_self__.__pydantic_validator__.validate_python(data, self_instance=__pydantic_self__)
pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody
event_id
  Field required [type=missing, input_value={'data': [10.3], 'event_d...ion_hash': 'w4opjjp3iv'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.3/v/missing

` 
lustfeind commented 11 months ago

Well, at least the UI works after updating gradio:

./cmd_macos.sh  
pip install --upgrade gradio

But anything else didn't works to the end. Tortoise starts so load some models but after all generation fails. RVC don't installs, Bark fails.

rsxdalv commented 11 months ago

Hello again,.. sorry for bothering. I did a clean install, installed miniconda3 again, deleted all enviroments,.. The UI starts, but I'm not able to do anything. Some of the folders have a (!)

Hmm, this time I don't see anything unusual. As for the (!) it's because not all models/options support all platforms. I think the support is theoretically possible, but it has not been programmed yet.

rsxdalv commented 11 months ago

Well, at least the UI works after updating gradio:

./cmd_macos.sh  
pip install --upgrade gradio

But anything else didn't works to the end. Tortoise starts so load some models but after all generation fails. RVC don't installs, Bark fails.

Is that the same error as before with Field required etc?

lustfeind commented 11 months ago

No, for example using Bark:

Starting the UI, entering a prompt, and hit generate:

Traceback (most recent call last):
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 388, in call_prediction
    output = await route_utils.call_process_api(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/route_utils.py", line 219, in call_process_api
    output = await app.get_blocks().process_api(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/blocks.py", line 1437, in process_api
    result = await self.call_function(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/blocks.py", line 1123, in call_function
    prediction = await utils.async_iteration(iterator)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 512, in async_iteration
    return await iterator.__anext__()
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 505, in __anext__
    return await anyio.to_thread.run_sync(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
    return await future
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
    result = context.run(func, *args)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 488, in run_sync_iterator_async
    return next(iterator)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 638, in gen_wrapper
    yield from f(*args, **kwargs)
  File "/Users/otto/Documents/tts/tts-generation-webui/src/bark/generation_tab_bark.py", line 311, in gen
    history_prompt_semantic = load_npz(history_prompt_semantic)
  File "/Users/otto/Documents/tts/tts-generation-webui/src/bark/npz_tools.py", line 48, in load_npz
    with np.load(filename, allow_pickle=True) as data:
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/numpy/lib/npyio.py", line 405, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
TypeError: expected str, bytes or os.PathLike object, not list

BUT, if I click first History Prompt (voice) setting: "Use old generation as history:" from "" and choose "voices/Alice.npz" and then click on "Empty history",.. THEN generation works!

Thats so strange.

rsxdalv commented 11 months ago

So did empty history not work at first?

And what about the preset voices?

lustfeind commented 11 months ago

Right, empty history did not work at first.

The preset voices also don't work with empty history. I need to set something in "Use old generation as history:" and then go back and choose a preset voice, then it works!

rsxdalv commented 11 months ago

I see, that sounds like a bug! Thank you

sal0w commented 11 months ago

No, for example using Bark:

Starting the UI, entering a prompt, and hit generate:

Traceback (most recent call last):
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/queueing.py", line 388, in call_prediction
    output = await route_utils.call_process_api(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/route_utils.py", line 219, in call_process_api
    output = await app.get_blocks().process_api(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/blocks.py", line 1437, in process_api
    result = await self.call_function(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/blocks.py", line 1123, in call_function
    prediction = await utils.async_iteration(iterator)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 512, in async_iteration
    return await iterator.__anext__()
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 505, in __anext__
    return await anyio.to_thread.run_sync(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
    return await future
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
    result = context.run(func, *args)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 488, in run_sync_iterator_async
    return next(iterator)
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/gradio/utils.py", line 638, in gen_wrapper
    yield from f(*args, **kwargs)
  File "/Users/otto/Documents/tts/tts-generation-webui/src/bark/generation_tab_bark.py", line 311, in gen
    history_prompt_semantic = load_npz(history_prompt_semantic)
  File "/Users/otto/Documents/tts/tts-generation-webui/src/bark/npz_tools.py", line 48, in load_npz
    with np.load(filename, allow_pickle=True) as data:
  File "/Users/otto/Documents/tts/installer_files/env/lib/python3.10/site-packages/numpy/lib/npyio.py", line 405, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
TypeError: expected str, bytes or os.PathLike object, not list

BUT, if I click first History Prompt (voice) setting: "Use old generation as history:" from "" and choose "voices/Alice.npz" and then click on "Empty history",.. THEN generation works!

Thats so strange.

Faced the same issue in MAC mini using -> "Use old generation as history:" from "" and choose "voices/Alice.npz" worked for me. Thanks @lustfeind

Xeraster commented 1 month ago

you got further than me and im on friggin debian. Docker breaks dns (not a tts-generation-webui issue) and there's no fix besides randomly installing different distros until I get a software combination that doesn't trigger that bug.

I guess I'll just have to wait until someone makes one of these that's as easy to install as easy-diffusion and doesn't use docker.

rsxdalv commented 1 month ago

@Xeraster

you got further than me and im on friggin debian. Docker breaks dns (not a tts-generation-webui issue) and there's no fix besides randomly installing different distros until I get a software combination that doesn't trigger that bug.

I guess I'll just have to wait until someone makes one of these that's as easy to install as easy-diffusion and doesn't use docker.

Please make an issue with logs, I am working on installer scripts right now and I am trying to make them actually work. The distro that is used for the dockerfile and that I have used to test has been ubuntu 22 and ubuntu 18. I find it quite strange that it fails on debian, but it's also something that is much easier for me to debug than MacOS etc.

Xeraster commented 1 month ago

i think it's a docker issue not a tts-generation-webui issue though, I'll see if I can somehow do the broken step of the "docker build -t rsxdalv/tts-generation-webui ." installation manually.

Xeraster commented 1 month ago

ok i used --network="host" to get past that part but now it's getting stuck on the following error:

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements_audiocraft_only.txt'

[notice] A new release of pip is available: 23.3.2 -> 24.1.2
[notice] To update, run: pip install --upgrade pip

I tried moving the file requirements_audiocraft_only.txt around to several strategic locations based on intuition (home folder, the parent folder of where i git cloned the repo) but its still refusing to find it. I did of course update pip using the instructions provided in the error message but that didn't cause the pip version to increase or change.

rsxdalv commented 1 month ago

As for pip --upgrade pip, don't do it. pip 24 has breaking changes that affect packages that will never be updated, and pip 24 will definitely fail to work. That's why, honestly, it's a little annoying that they keep asking for upgrade to 24.

Next, this one:

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements_audiocraft_only.txt'

I was upgrading the installer to use requirements_audiocraft instead of requirements_audiocraft_only and requirements_audiocraft_deps, and it seems like you got caught in-between the patches, my apologies!