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.72k stars 183 forks source link

Problem with dotenv module #173

Closed dekleva closed 3 months ago

dekleva commented 1 year ago

Hi, after i run the installer and try to run the server.py i get this error i tried to update whole thing and reinstall the module but doesnt help

kd@k tts-generation-webui % python server.py Traceback (most recent call last): File "/Users/kd/git/one-click-installers-tts-6.0/tts-generation-webui/server.py", line 3, in import src.utils.dotenv_init as dotenv_init File "/Users/kd/git/one-click-installers-tts-6.0/tts-generation-webui/src/utils/dotenv_init.py", line 1, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'

rsxdalv commented 1 year ago

This happens when the install fails completely. Something is causing it to fail, but without the log I can't see more.

On Sat, Sep 16, 2023, 5:47 PM dekleva @.***> wrote:

Hi, after i run the installer and try to run the server.py i get this error i tried to update whole thing and reinstall the module but doesnt help

@.*** tts-generation-webui % python server.py Traceback (most recent call last): File "/Users/kd/git/one-click-installers-tts-6.0/tts-generation-webui/server.py", line 3, in import src.utils.dotenv_init as dotenv_init File "/Users/kd/git/one-click-installers-tts-6.0/tts-generation-webui/src/utils/dotenv_init.py", line 1, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'

— Reply to this email directly, view it on GitHub https://github.com/rsxdalv/tts-generation-webui/issues/173, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTRXI2MUOJ3Q45I6XSGSU3X2W3WNANCNFSM6AAAAAA4256VNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

md-rifatkhan commented 1 year ago

run pip3 install python-dotenv

macolen commented 5 months ago

Hi.

I'm going through the same problem. I have a mac studio M1 Max. Here is my complete terminal output.

I've created a new conda environment with python 3.10, made the installation with start_macos file. At the end of this process, the dotenv error appears.

I've tried to install the module using pip install python-dotenv. But wen I try to run the server, the error appears again as if dotenv doesn't have been installed.

copying fairseq/config/model/transformer_lm/transformer_lm_gbw.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/transformer_lm copying fairseq/config/model/transformer_lm/transformer_lm_gpt.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/transformer_lm copying fairseq/config/model/transformer_lm/transformer_lm_baevski_gbw.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/transformer_lm creating build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec2 copying fairseq/config/model/wav2vec2/wav2vec2_large.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec2 copying fairseq/config/model/wav2vec2/wav2vec2_base.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec2 creating build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec copying fairseq/config/model/wav2vec/vq_wav2vec_gumbel.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec running build_ext building 'fairseq.libbleu' extension creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311 creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/2] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/module.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/clib/libbleu/module.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/module.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=libbleu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 [2/2] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/libbleu.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/clib/libbleu/libbleu.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/libbleu.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=libbleu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/libbleu.o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/module.o -o build/lib.macosx-13.0-arm64-cpython-311/fairseq/libbleu.cpython-311-darwin.so ld: warning: -undefined dynamic_lookup may not work with chained fixups [1/1] Cythonizing fairseq/data/data_utils_fast.pyx building 'fairseq.data.data_utils_fast' extension creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/1] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/data_utils_fast.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include -I/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include -I/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/data_utils_fast.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/data_utils_fast.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=data_utils_fast -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 In file included from /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/data_utils_fast.cpp:1273: In file included from /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/arrayobject.h:5: In file included from /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: In file included from /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929: /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]

warning "Using deprecated NumPy API, disable it with " \

^ 1 warning generated. clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/data_utils_fast.o -o build/lib.macosx-13.0-arm64-cpython-311/fairseq/data/data_utils_fast.cpython-311-darwin.so ld: warning: -undefined dynamic_lookup may not work with chained fixups [1/1] Cythonizing fairseq/data/token_block_utils_fast.pyx building 'fairseq.data.token_block_utils_fast' extension Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/1] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/token_block_utils_fast.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include -I/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include -I/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/token_block_utils_fast.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=token_block_utils_fast -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 In file included from /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:1274: In file included from /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/arrayobject.h:5: In file included from /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: In file included from /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929: /opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]

warning "Using deprecated NumPy API, disable it with " \

^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:28899:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:565:36: note: expanded from macro 'CYTHON_FALLTHROUGH'

define CYTHON_FALLTHROUGH [[fallthrough]]

^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:28910:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:565:36: note: expanded from macro 'CYTHON_FALLTHROUGH'

define CYTHON_FALLTHROUGH [[fallthrough]]

^ 3 warnings generated. clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/token_block_utils_fast.o -o build/lib.macosx-13.0-arm64-cpython-311/fairseq/data/token_block_utils_fast.cpython-311-darwin.so ld: warning: -undefined dynamic_lookup may not work with chained fixups building 'fairseq.libbase' extension creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbase Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) ninja: error: '/private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/clib/libbase/balanced_assignment.cpp', needed by '/private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbase/balanced_assignment.o', missing and no known rule to make it Traceback (most recent call last): File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1893, in _run_ninja_build subprocess.run( File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

  The above exception was the direct cause of the following exception:

  Traceback (most recent call last):
    File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
      main()
    File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/opt/homebrew/lib/python3.11/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 "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 410, in build_wheel
      return self._build_with_temp_dir(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 395, in _build_with_temp_dir
      self.run_setup()
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup
      exec(code, locals())
    File "<string>", line 270, in <module>
    File "<string>", line 178, in do_setup
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/__init__.py", line 104, in setup
      return distutils.core.setup(**attrs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 185, in setup
      return run_commands(dist)
             ^^^^^^^^^^^^^^^^^^
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
      dist.run_commands()
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
      self.run_command(cmd)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py", line 967, in run_command
      super().run_command(command)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
      cmd_obj.run()
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/wheel/bdist_wheel.py", line 368, in run
      self.run_command("build")
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command
      self.distribution.run_command(command)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py", line 967, in run_command
      super().run_command(command)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
      cmd_obj.run()
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build.py", line 131, in run
      self.run_command(cmd_name)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command
      self.distribution.run_command(command)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py", line 967, in run_command
      super().run_command(command)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
      cmd_obj.run()
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 91, in run
      _build_ext.run(self)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 345, in run
      self.build_extensions()
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 843, in build_extensions
      build_ext.build_extensions(self)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 467, in build_extensions
      self._build_extensions_serial()
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 493, in _build_extensions_serial
      self.build_extension(ext)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 252, in build_extension
      _build_ext.build_extension(self, ext)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/Cython/Distutils/build_ext.py", line 135, in build_extension
      super(build_ext, self).build_extension(ext)
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 548, in build_extension
      objects = self.compiler.compile(
                ^^^^^^^^^^^^^^^^^^^^^^
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 658, in unix_wrap_ninja_compile
      _write_ninja_file_and_compile_objects(
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1574, in _write_ninja_file_and_compile_objects
      _run_ninja_build(
    File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1909, in _run_ninja_build
      raise RuntimeError(message) from e
  RuntimeError: Error compiling objects for extension
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for fairseq Successfully built bark_hubert_quantizer Failed to build fairseq ERROR: Could not build wheels for fairseq, which is required to install pyproject.toml-based projects WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Command 'pip install -r requirements_bark_hubert_quantizer.txt' returned non-zero exit status 1. Failed to install Bark Voice Clone, bark-hubert-quantizer dependencies Installing RVC dependencies... WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Collecting rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg (from -r requirements_rvc.txt (line 2)) Cloning https://github.com/rsxdalv/rvc_pkg to /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-n294sf2w/rvc-pkg_3fafe80415ad47b9a5ec04671a060048 Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/rvc_pkg /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-n294sf2w/rvc-pkg_3fafe80415ad47b9a5ec04671a060048 Resolved https://github.com/rsxdalv/rvc_pkg to commit b4e9af7bad89289fee487def6d59afdf551d571e Running command git submodule update --init --recursive -q Preparing metadata (setup.py) ... done Requirement already satisfied: torch==2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from -r requirements_rvc.txt (line 1)) (2.0.0) Requirement already satisfied: filelock in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.12.4) Requirement already satisfied: typing-extensions in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (4.11.0) Requirement already satisfied: sympy in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.11.1) Requirement already satisfied: networkx in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (2.8.8) Requirement already satisfied: jinja2 in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.1.2) Requirement already satisfied: absl-py>=1.2.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.1.0) Requirement already satisfied: audioread in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.0.1) Collecting av (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached av-12.0.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.6 kB) Collecting colorama>=0.4.5 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Requirement already satisfied: Cython in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.0.10) Collecting fairseq (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached fairseq-0.12.2.tar.gz (9.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Collecting faiss-cpu (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached faiss_cpu-1.8.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (3.6 kB) Requirement already satisfied: ffmpeg-python>=0.2.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.2.0) Collecting ffmpy==0.3.1 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached ffmpy-0.3.1.tar.gz (5.5 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: fsspec>=2022.11.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2024.2.0) Requirement already satisfied: httpx in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.27.0) Requirement already satisfied: joblib>=1.1.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.4.0) Collecting json5 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached json5-0.9.25-py3-none-any.whl.metadata (30 kB) Collecting librosa==0.9.1 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached librosa-0.9.1-py3-none-any.whl.metadata (6.9 kB) Requirement already satisfied: llvmlite in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.42.0) Requirement already satisfied: Markdown in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.6) Collecting matplotlib-inline>=0.1.3 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: matplotlib>=3.7.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.8.4) Requirement already satisfied: numba in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.59.1) Collecting numpy==1.23.5 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached numpy-1.23.5-cp311-cp311-macosx_11_0_arm64.whl.metadata (2.3 kB) Requirement already satisfied: onnxruntime in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.17.3) Requirement already satisfied: Pillow>=9.1.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (9.3.0) Collecting praat-parselmouth>=0.4.2 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached praat_parselmouth-0.4.3-cp311-cp311-macosx_11_0_arm64.whl.metadata (2.8 kB) Requirement already satisfied: pyasn1-modules>=0.2.8 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.4.0) Requirement already satisfied: pyasn1>=0.4.8 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.6.0) Requirement already satisfied: pydub>=0.25.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.25.1) Requirement already satisfied: python-dotenv>=1.0.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.0.0) Collecting pyworld==0.3.2 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached pyworld-0.3.2.tar.gz (214 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: PyYAML>=6.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (6.0.1) Requirement already satisfied: resampy>=0.4.2 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.4.3) Requirement already satisfied: scikit-learn in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.4.2) Requirement already satisfied: scipy in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.12.0) Requirement already satisfied: soundfile>=0.12.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.12.1) Collecting tabulate>=0.8.10 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) Requirement already satisfied: tensorboard in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.16.2) Collecting tensorboardX (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB) Collecting torchcrepe>=0.0.20 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached torchcrepe-0.0.22-py3-none-any.whl.metadata (7.8 kB) Collecting torchfcpe (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached torchfcpe-0.0.4-py3-none-any.whl.metadata (2.0 kB) Collecting tornado>=6.1 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB) Requirement already satisfied: tqdm>=4.63.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (4.66.1) Collecting uc-micro-py>=1.0.1 (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB) Requirement already satisfied: uvicorn>=0.21.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.22.0) Requirement already satisfied: Werkzeug>=2.2.3 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.0.3) Requirement already satisfied: decorator>=4.0.10 in /opt/homebrew/lib/python3.11/site-packages (from librosa==0.9.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (5.1.1) Requirement already satisfied: pooch>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from librosa==0.9.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.8.1) Requirement already satisfied: packaging>=20.0 in /opt/homebrew/lib/python3.11/site-packages (from librosa==0.9.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (23.2) Requirement already satisfied: future in /opt/homebrew/lib/python3.11/site-packages (from ffmpeg-python>=0.2.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.0.0) Requirement already satisfied: MarkupSafe>=2.0 in /opt/homebrew/lib/python3.11/site-packages (from jinja2->torch==2.0.0->-r requirements_rvc.txt (line 1)) (2.1.2) Requirement already satisfied: contourpy>=1.0.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.2.1) Requirement already satisfied: cycler>=0.10 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (4.51.0) Requirement already satisfied: kiwisolver>=1.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.4.5) Requirement already satisfied: pyparsing>=2.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.1.2) Requirement already satisfied: python-dateutil>=2.7 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.9.0.post0) Requirement already satisfied: traitlets in /opt/homebrew/lib/python3.11/site-packages (from matplotlib-inline>=0.1.3->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (5.14.3) Requirement already satisfied: threadpoolctl>=2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from scikit-learn->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.4.0) Requirement already satisfied: cffi>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from soundfile>=0.12.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.16.0) Requirement already satisfied: mpmath>=0.19 in /opt/homebrew/lib/python3.11/site-packages (from sympy->torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.2.1) Requirement already satisfied: click>=7.0 in /opt/homebrew/lib/python3.11/site-packages (from uvicorn>=0.21.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (8.1.7) Requirement already satisfied: h11>=0.8 in /opt/homebrew/lib/python3.11/site-packages (from uvicorn>=0.21.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.14.0) Collecting hydra-core<1.1,>=1.0.7 (from fairseq->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached hydra_core-1.0.7-py3-none-any.whl.metadata (3.7 kB) Collecting omegaconf<2.1 (from fairseq->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached omegaconf-2.0.6-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: regex in /opt/homebrew/lib/python3.11/site-packages (from fairseq->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2023.12.25) Collecting sacrebleu>=1.4.12 (from fairseq->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached sacrebleu-2.4.2-py3-none-any.whl.metadata (58 kB) Collecting bitarray (from fairseq->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached bitarray-2.9.2-cp311-cp311-macosx_11_0_arm64.whl.metadata (34 kB) Requirement already satisfied: torchaudio>=0.8.0 in /opt/homebrew/lib/python3.11/site-packages (from fairseq->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.0.1) Requirement already satisfied: anyio in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (4.3.0) Requirement already satisfied: certifi in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2022.12.7) Requirement already satisfied: httpcore==1.* in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.0.5) Requirement already satisfied: idna in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.4) Requirement already satisfied: sniffio in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.3.1) Requirement already satisfied: coloredlogs in /opt/homebrew/lib/python3.11/site-packages (from onnxruntime->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (15.0.1) Requirement already satisfied: flatbuffers in /opt/homebrew/lib/python3.11/site-packages (from onnxruntime->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (24.3.25) INFO: pip is looking at multiple versions of onnxruntime to determine which version is compatible with other requirements. This could take a while. Collecting onnxruntime (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached onnxruntime-1.17.1-cp311-cp311-macosx_11_0_universal2.whl.metadata (4.2 kB) Using cached onnxruntime-1.17.0-cp311-cp311-macosx_11_0_universal2.whl.metadata (4.2 kB) Using cached onnxruntime-1.16.3-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.3 kB) Using cached onnxruntime-1.16.2-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.2 kB) Using cached onnxruntime-1.16.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.1 kB) Using cached onnxruntime-1.16.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.0 kB) Using cached onnxruntime-1.15.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.0 kB) INFO: pip is still looking at multiple versions of onnxruntime to determine which version is compatible with other requirements. This could take a while. Using cached onnxruntime-1.15.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (3.9 kB) Collecting faiss-cpu (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached faiss_cpu-1.7.4-cp311-cp311-macosx_11_0_arm64.whl.metadata (1.3 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. Collecting fairseq (from rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached fairseq-0.12.1.tar.gz (9.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [19 lines of output] Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires self.run_setup() File "/opt/homebrew/Cellar/python@3.11/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup exec(code, locals()) File "", line 27, in File "", line 18, in write_version_py FileNotFoundError: [Errno 2] No such file or directory: 'fairseq/version.txt' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Command 'pip install -r requirements_rvc.txt' returned non-zero exit status 1. Failed to install RVC dependencies WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Requirement already satisfied: hydra-core==1.3.2 in /opt/homebrew/lib/python3.11/site-packages (1.3.2) Requirement already satisfied: omegaconf<2.4,>=2.2 in /opt/homebrew/lib/python3.11/site-packages (from hydra-core==1.3.2) (2.3.0) Requirement already satisfied: antlr4-python3-runtime==4.9.* in /opt/homebrew/lib/python3.11/site-packages (from hydra-core==1.3.2) (4.9.3) Requirement already satisfied: packaging in /opt/homebrew/lib/python3.11/site-packages (from hydra-core==1.3.2) (23.2) Requirement already satisfied: PyYAML>=5.1.0 in /opt/homebrew/lib/python3.11/site-packages (from omegaconf<2.4,>=2.2->hydra-core==1.3.2) (6.0.1) WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Installing StyleTTS dependencies... WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Collecting styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2 (from -r requirements_styletts2.txt (line 2)) Using cached styletts2-0.1.7-py3-none-any.whl Requirement already satisfied: torch==2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from -r requirements_styletts2.txt (line 1)) (2.0.0) Requirement already satisfied: filelock in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (3.12.4) Requirement already satisfied: typing-extensions in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (4.11.0) Requirement already satisfied: sympy in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (1.11.1) Requirement already satisfied: networkx in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (2.8.8) Requirement already satisfied: jinja2 in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (3.1.2) Requirement already satisfied: PyYAML<7.0.0,>=6.0.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (6.0.1) Requirement already satisfied: accelerate<0.26.0,>=0.25.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.25.0) Requirement already satisfied: cached-path<2.0.0,>=1.5.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.6.2) Requirement already satisfied: einops<0.8.0,>=0.7.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.7.0) Requirement already satisfied: einops-exts<0.0.5,>=0.0.4 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.0.4) Requirement already satisfied: gruut<3.0.0,>=2.3.4 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.3.4) Requirement already satisfied: gruut-ipa<0.14.0,>=0.13.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.13.0) Requirement already satisfied: gruut-lang-en<3.0.0,>=2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.0.0) Requirement already satisfied: huggingface-hub<0.20.0,>=0.19.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.19.4) Requirement already satisfied: langchain<0.2.0,>=0.1.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.1.16) Requirement already satisfied: librosa<0.10,>=0.9 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.9.2) Requirement already satisfied: matplotlib<4.0.0,>=3.7.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.8.4) Requirement already satisfied: munch<5.0.0,>=4.0.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.0.0) Requirement already satisfied: nltk<4.0.0,>=3.8.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.8.1) Requirement already satisfied: pydub<0.26.0,>=0.25.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.25.1) Requirement already satisfied: scipy<2.0.0,>=1.10.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.12.0) Requirement already satisfied: soundfile<0.13.0,>=0.12.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.12.1) Requirement already satisfied: torchaudio<3,>=2 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.0.1) Requirement already satisfied: tqdm<5.0.0,>=4.66.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.66.1) Requirement already satisfied: transformers<5.0.0,>=4.36.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.36.1) Requirement already satisfied: numpy>=1.17 in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.26.4) Requirement already satisfied: packaging>=20.0 in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (23.2) Requirement already satisfied: psutil in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (5.9.8) Requirement already satisfied: safetensors>=0.3.1 in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.3.1) Requirement already satisfied: requests<3.0,>=2.0 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.31.0) Requirement already satisfied: rich<14.0,>=12.1 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (13.7.1) Requirement already satisfied: boto3<2.0,>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.34.105) Requirement already satisfied: google-cloud-storage<3.0,>=1.32.0 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.16.0) Requirement already satisfied: Babel<3.0.0,>=2.8.0 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.15.0) Requirement already satisfied: dateparser~=1.1.0 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.1.8) Requirement already satisfied: jsonlines~=1.2.0 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.2.0) Requirement already satisfied: num2words<1.0.0,>=0.5.10 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.5.13) Requirement already satisfied: python-crfsuite~=0.9.7 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.9.10) Requirement already satisfied: fsspec>=2023.5.0 in /opt/homebrew/lib/python3.11/site-packages (from huggingface-hub<0.20.0,>=0.19.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2024.2.0) Requirement already satisfied: SQLAlchemy<3,>=1.4 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.0.29) Requirement already satisfied: aiohttp<4.0.0,>=3.8.3 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.9.3) Requirement already satisfied: dataclasses-json<0.7,>=0.5.7 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.6.4) Requirement already satisfied: jsonpatch<2.0,>=1.33 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.33) Requirement already satisfied: langchain-community<0.1,>=0.0.32 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.0.34) Requirement already satisfied: langchain-core<0.2.0,>=0.1.42 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.1.45) Requirement already satisfied: langchain-text-splitters<0.1,>=0.0.1 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.0.1) Requirement already satisfied: langsmith<0.2.0,>=0.1.17 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.1.50) Requirement already satisfied: pydantic<3,>=1 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.9.1) Requirement already satisfied: tenacity<9.0.0,>=8.1.0 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (8.2.3) Requirement already satisfied: audioread>=2.1.9 in /opt/homebrew/lib/python3.11/site-packages (from librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.0.1) Requirement already satisfied: scikit-learn>=0.19.1 in /opt/homebrew/lib/python3.11/site-packages (from librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.4.2) Requirement already satisfied: joblib>=0.14 in /opt/homebrew/lib/python3.11/site-packages (from librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.4.0) Requirement already satisfied: decorator>=4.0.10 in /opt/homebrew/lib/python3.11/site-packages (from librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (5.1.1) Requirement already satisfied: resampy>=0.2.2 in /opt/homebrew/lib/python3.11/site-packages (from librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.4.3) Requirement already satisfied: numba>=0.45.1 in /opt/homebrew/lib/python3.11/site-packages (from librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.59.1) Requirement already satisfied: pooch>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.8.1) Requirement already satisfied: contourpy>=1.0.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib<4.0.0,>=3.7.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.2.1) Requirement already satisfied: cycler>=0.10 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib<4.0.0,>=3.7.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib<4.0.0,>=3.7.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.51.0) Requirement already satisfied: kiwisolver>=1.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib<4.0.0,>=3.7.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.4.5) Requirement already satisfied: pillow>=8 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib<4.0.0,>=3.7.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (9.3.0) Requirement already satisfied: pyparsing>=2.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib<4.0.0,>=3.7.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.1.2) Requirement already satisfied: python-dateutil>=2.7 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib<4.0.0,>=3.7.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.9.0.post0) Requirement already satisfied: click in /opt/homebrew/lib/python3.11/site-packages (from nltk<4.0.0,>=3.8.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (8.1.7) Requirement already satisfied: regex>=2021.8.3 in /opt/homebrew/lib/python3.11/site-packages (from nltk<4.0.0,>=3.8.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2023.12.25) Requirement already satisfied: cffi>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from soundfile<0.13.0,>=0.12.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.16.0) Requirement already satisfied: tokenizers<0.19,>=0.14 in /opt/homebrew/lib/python3.11/site-packages (from transformers<5.0.0,>=4.36.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.15.2) Requirement already satisfied: MarkupSafe>=2.0 in /opt/homebrew/lib/python3.11/site-packages (from jinja2->torch==2.0.0->-r requirements_styletts2.txt (line 1)) (2.1.2) Requirement already satisfied: mpmath>=0.19 in /opt/homebrew/lib/python3.11/site-packages (from sympy->torch==2.0.0->-r requirements_styletts2.txt (line 1)) (1.2.1) Requirement already satisfied: aiosignal>=1.1.2 in /opt/homebrew/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.3.1) Requirement already satisfied: attrs>=17.3.0 in /opt/homebrew/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (23.2.0) Requirement already satisfied: frozenlist>=1.1.1 in /opt/homebrew/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.4.1) Requirement already satisfied: multidict<7.0,>=4.5 in /opt/homebrew/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (6.0.5) Requirement already satisfied: yarl<2.0,>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.9.4) Requirement already satisfied: botocore<1.35.0,>=1.34.105 in /opt/homebrew/lib/python3.11/site-packages (from boto3<2.0,>=1.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.34.105) Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/homebrew/lib/python3.11/site-packages (from boto3<2.0,>=1.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.0.1) Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /opt/homebrew/lib/python3.11/site-packages (from boto3<2.0,>=1.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.10.1) Requirement already satisfied: pycparser in /opt/homebrew/lib/python3.11/site-packages (from cffi>=1.0->soundfile<0.13.0,>=0.12.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.22) Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /opt/homebrew/lib/python3.11/site-packages (from dataclasses-json<0.7,>=0.5.7->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.21.1) Requirement already satisfied: typing-inspect<1,>=0.4.0 in /opt/homebrew/lib/python3.11/site-packages (from dataclasses-json<0.7,>=0.5.7->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.8.0) Requirement already satisfied: pytz in /opt/homebrew/lib/python3.11/site-packages (from dateparser~=1.1.0->gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2024.1) Requirement already satisfied: tzlocal in /opt/homebrew/lib/python3.11/site-packages (from dateparser~=1.1.0->gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (5.2) Requirement already satisfied: google-auth<3.0dev,>=2.26.1 in /opt/homebrew/lib/python3.11/site-packages (from google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.29.0) Requirement already satisfied: google-api-core<3.0.0dev,>=2.15.0 in /opt/homebrew/lib/python3.11/site-packages (from google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.18.0) Requirement already satisfied: google-cloud-core<3.0dev,>=2.3.0 in /opt/homebrew/lib/python3.11/site-packages (from google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.4.1) Requirement already satisfied: google-resumable-media>=2.6.0 in /opt/homebrew/lib/python3.11/site-packages (from google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.7.0) Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.5.0) Requirement already satisfied: six in /opt/homebrew/lib/python3.11/site-packages (from jsonlines~=1.2.0->gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.16.0) Requirement already satisfied: jsonpointer>=1.9 in /opt/homebrew/lib/python3.11/site-packages (from jsonpatch<2.0,>=1.33->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.4) Requirement already satisfied: orjson<4.0.0,>=3.9.14 in /opt/homebrew/lib/python3.11/site-packages (from langsmith<0.2.0,>=0.1.17->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.10.1) Requirement already satisfied: docopt>=0.6.2 in /opt/homebrew/lib/python3.11/site-packages (from num2words<1.0.0,>=0.5.10->gruut<3.0.0,>=2.3.4->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.6.2) Requirement already satisfied: llvmlite<0.43,>=0.42.0dev0 in /opt/homebrew/lib/python3.11/site-packages (from numba>=0.45.1->librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.42.0) Requirement already satisfied: platformdirs>=2.5.0 in /opt/homebrew/lib/python3.11/site-packages (from pooch>=1.0->librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.2.1) Requirement already satisfied: charset-normalizer<4,>=2 in /opt/homebrew/lib/python3.11/site-packages (from requests<3.0,>=2.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in /opt/homebrew/lib/python3.11/site-packages (from requests<3.0,>=2.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/homebrew/lib/python3.11/site-packages (from requests<3.0,>=2.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /opt/homebrew/lib/python3.11/site-packages (from requests<3.0,>=2.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2022.12.7) Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/homebrew/lib/python3.11/site-packages (from rich<14.0,>=12.1->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.0.0) Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /opt/homebrew/lib/python3.11/site-packages (from rich<14.0,>=12.1->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.17.2) Requirement already satisfied: threadpoolctl>=2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from scikit-learn>=0.19.1->librosa<0.10,>=0.9->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.4.0) Requirement already satisfied: googleapis-common-protos<2.0.dev0,>=1.56.2 in /opt/homebrew/lib/python3.11/site-packages (from google-api-core<3.0.0dev,>=2.15.0->google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.63.0) Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5 in /opt/homebrew/lib/python3.11/site-packages (from google-api-core<3.0.0dev,>=2.15.0->google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.21.12) Requirement already satisfied: proto-plus<2.0.0dev,>=1.22.3 in /opt/homebrew/lib/python3.11/site-packages (from google-api-core<3.0.0dev,>=2.15.0->google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.23.0) Requirement already satisfied: cachetools<6.0,>=2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from google-auth<3.0dev,>=2.26.1->google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (5.3.3) Requirement already satisfied: pyasn1-modules>=0.2.1 in /opt/homebrew/lib/python3.11/site-packages (from google-auth<3.0dev,>=2.26.1->google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.4.0) Requirement already satisfied: rsa<5,>=3.1.4 in /opt/homebrew/lib/python3.11/site-packages (from google-auth<3.0dev,>=2.26.1->google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.9) Requirement already satisfied: mdurl~=0.1 in /opt/homebrew/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich<14.0,>=12.1->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.1.2) Requirement already satisfied: mypy-extensions>=0.3.0 in /opt/homebrew/lib/python3.11/site-packages (from typing-inspect<1,>=0.4.0->dataclasses-json<0.7,>=0.5.7->langchain<0.2.0,>=0.1.0->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.0.0) Requirement already satisfied: pyasn1<0.7.0,>=0.4.6 in /opt/homebrew/lib/python3.11/site-packages (from pyasn1-modules>=0.2.1->google-auth<3.0dev,>=2.26.1->google-cloud-storage<3.0,>=1.32.0->cached-path<2.0.0,>=1.5.1->styletts2@ git+https://github.com/rsxdalv/StyleTTS2@cc36a19610df42123230237a73e798d4fdd3dcb8#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.6.0) WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Successfully installed StyleTTS dependencies Installing Vall-E-X dependencies... WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Collecting valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x (from -r requirements_vall_e.txt (line 2)) Using cached valle_x-0.0.1-py3-none-any.whl Requirement already satisfied: torch==2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from -r requirements_vall_e.txt (line 1)) (2.0.0) Requirement already satisfied: filelock in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_vall_e.txt (line 1)) (3.12.4) Requirement already satisfied: typing-extensions in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_vall_e.txt (line 1)) (4.11.0) Requirement already satisfied: sympy in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_vall_e.txt (line 1)) (1.11.1) Requirement already satisfied: networkx in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_vall_e.txt (line 1)) (2.8.8) Requirement already satisfied: jinja2 in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_vall_e.txt (line 1)) (3.1.2) Requirement already satisfied: soundfile in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.12.1) Requirement already satisfied: numpy in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.26.4) Requirement already satisfied: torchvision in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.15.1) Requirement already satisfied: torchaudio in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2.0.1) Requirement already satisfied: tokenizers in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.15.2) Requirement already satisfied: encodec in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.1.1) Requirement already satisfied: langid in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.1.6) Requirement already satisfied: wget in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (3.2) Requirement already satisfied: unidecode in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.3.8) Requirement already satisfied: pyopenjtalk-prebuilt in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.3.0) Requirement already satisfied: pypinyin in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.51.0) Requirement already satisfied: inflect in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (7.2.1) Requirement already satisfied: cn2an in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.5.22) Requirement already satisfied: jieba in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.42.1) Requirement already satisfied: eng-to-ipa in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.0.2) Requirement already satisfied: openai-whisper in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (20231117) Requirement already satisfied: matplotlib in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (3.8.4) Requirement already satisfied: nltk in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (3.8.1) Requirement already satisfied: sudachipy in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.6.8) Requirement already satisfied: sudachidict-core in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (20240409) Requirement already satisfied: vocos in /opt/homebrew/lib/python3.11/site-packages (from valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.1.0) Requirement already satisfied: setuptools>=47.3.1 in /opt/homebrew/lib/python3.11/site-packages (from cn2an->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (69.2.0) Requirement already satisfied: proces>=0.1.3 in /opt/homebrew/lib/python3.11/site-packages (from cn2an->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.1.7) Requirement already satisfied: einops in /opt/homebrew/lib/python3.11/site-packages (from encodec->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.7.0) Requirement already satisfied: more-itertools in /opt/homebrew/lib/python3.11/site-packages (from inflect->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (10.2.0) Requirement already satisfied: typeguard>=4.0.1 in /opt/homebrew/lib/python3.11/site-packages (from inflect->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (4.2.1) Requirement already satisfied: MarkupSafe>=2.0 in /opt/homebrew/lib/python3.11/site-packages (from jinja2->torch==2.0.0->-r requirements_vall_e.txt (line 1)) (2.1.2) Requirement already satisfied: contourpy>=1.0.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.2.1) Requirement already satisfied: cycler>=0.10 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (4.51.0) Requirement already satisfied: kiwisolver>=1.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.4.5) Requirement already satisfied: packaging>=20.0 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (23.2) Requirement already satisfied: pillow>=8 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (9.3.0) Requirement already satisfied: pyparsing>=2.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (3.1.2) Requirement already satisfied: python-dateutil>=2.7 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2.9.0.post0) Requirement already satisfied: click in /opt/homebrew/lib/python3.11/site-packages (from nltk->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (8.1.7) Requirement already satisfied: joblib in /opt/homebrew/lib/python3.11/site-packages (from nltk->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.4.0) Requirement already satisfied: regex>=2021.8.3 in /opt/homebrew/lib/python3.11/site-packages (from nltk->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2023.12.25) Requirement already satisfied: tqdm in /opt/homebrew/lib/python3.11/site-packages (from nltk->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (4.66.1) Requirement already satisfied: numba in /opt/homebrew/lib/python3.11/site-packages (from openai-whisper->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.59.1) Requirement already satisfied: tiktoken in /opt/homebrew/lib/python3.11/site-packages (from openai-whisper->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.5.2) Requirement already satisfied: cython>=0.21.0 in /opt/homebrew/lib/python3.11/site-packages (from pyopenjtalk-prebuilt->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (3.0.10) Requirement already satisfied: six in /opt/homebrew/lib/python3.11/site-packages (from pyopenjtalk-prebuilt->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.16.0) Requirement already satisfied: cffi>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from soundfile->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.16.0) Requirement already satisfied: mpmath>=0.19 in /opt/homebrew/lib/python3.11/site-packages (from sympy->torch==2.0.0->-r requirements_vall_e.txt (line 1)) (1.2.1) Requirement already satisfied: huggingface_hub<1.0,>=0.16.4 in /opt/homebrew/lib/python3.11/site-packages (from tokenizers->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.19.4) Requirement already satisfied: requests in /opt/homebrew/lib/python3.11/site-packages (from torchvision->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2.31.0) Requirement already satisfied: scipy in /opt/homebrew/lib/python3.11/site-packages (from vocos->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (1.12.0) Requirement already satisfied: pyyaml in /opt/homebrew/lib/python3.11/site-packages (from vocos->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (6.0.1) Requirement already satisfied: pycparser in /opt/homebrew/lib/python3.11/site-packages (from cffi>=1.0->soundfile->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2.22) Requirement already satisfied: fsspec>=2023.5.0 in /opt/homebrew/lib/python3.11/site-packages (from huggingface_hub<1.0,>=0.16.4->tokenizers->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2024.2.0) Requirement already satisfied: llvmlite<0.43,>=0.42.0dev0 in /opt/homebrew/lib/python3.11/site-packages (from numba->openai-whisper->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (0.42.0) Requirement already satisfied: charset-normalizer<4,>=2 in /opt/homebrew/lib/python3.11/site-packages (from requests->torchvision->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in /opt/homebrew/lib/python3.11/site-packages (from requests->torchvision->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/homebrew/lib/python3.11/site-packages (from requests->torchvision->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /opt/homebrew/lib/python3.11/site-packages (from requests->torchvision->valle-x@ git+https://github.com/rsxdalv/VALL-E-X@f423d779e2015c11526f037de48210576820ed3a#egg=valle-x->-r requirements_vall_e.txt (line 2)) (2022.12.7) WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Successfully installed Vall-E-X dependencies Installing Maha TTS dependencies... WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Collecting maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23 (from -r requirements_maha_tts.txt (line 2)) Using cached maha_tts-1.0.0-py3-none-any.whl Requirement already satisfied: torch==2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from -r requirements_maha_tts.txt (line 1)) (2.0.0) Requirement already satisfied: filelock in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_maha_tts.txt (line 1)) (3.12.4) Requirement already satisfied: typing-extensions in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_maha_tts.txt (line 1)) (4.11.0) Requirement already satisfied: sympy in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_maha_tts.txt (line 1)) (1.11.1) Requirement already satisfied: networkx in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_maha_tts.txt (line 1)) (2.8.8) Requirement already satisfied: jinja2 in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_maha_tts.txt (line 1)) (3.1.2) Requirement already satisfied: einops in /opt/homebrew/lib/python3.11/site-packages (from maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (0.7.0) Requirement already satisfied: transformers in /opt/homebrew/lib/python3.11/site-packages (from maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (4.36.1) Requirement already satisfied: unidecode in /opt/homebrew/lib/python3.11/site-packages (from maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (1.3.8) Requirement already satisfied: inflect in /opt/homebrew/lib/python3.11/site-packages (from maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (7.2.1) Requirement already satisfied: more-itertools in /opt/homebrew/lib/python3.11/site-packages (from inflect->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (10.2.0) Requirement already satisfied: typeguard>=4.0.1 in /opt/homebrew/lib/python3.11/site-packages (from inflect->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (4.2.1) Requirement already satisfied: MarkupSafe>=2.0 in /opt/homebrew/lib/python3.11/site-packages (from jinja2->torch==2.0.0->-r requirements_maha_tts.txt (line 1)) (2.1.2) Requirement already satisfied: mpmath>=0.19 in /opt/homebrew/lib/python3.11/site-packages (from sympy->torch==2.0.0->-r requirements_maha_tts.txt (line 1)) (1.2.1) Requirement already satisfied: huggingface-hub<1.0,>=0.19.3 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (0.19.4) Requirement already satisfied: numpy>=1.17 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (1.26.4) Requirement already satisfied: packaging>=20.0 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (23.2) Requirement already satisfied: pyyaml>=5.1 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (6.0.1) Requirement already satisfied: regex!=2019.12.17 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (2023.12.25) Requirement already satisfied: requests in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (2.31.0) Requirement already satisfied: tokenizers<0.19,>=0.14 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (0.15.2) Requirement already satisfied: safetensors>=0.3.1 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (0.3.1) Requirement already satisfied: tqdm>=4.27 in /opt/homebrew/lib/python3.11/site-packages (from transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (4.66.1) Requirement already satisfied: fsspec>=2023.5.0 in /opt/homebrew/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.19.3->transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (2024.2.0) Requirement already satisfied: charset-normalizer<4,>=2 in /opt/homebrew/lib/python3.11/site-packages (from requests->transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in /opt/homebrew/lib/python3.11/site-packages (from requests->transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/homebrew/lib/python3.11/site-packages (from requests->transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /opt/homebrew/lib/python3.11/site-packages (from requests->transformers->maha-tts@ git+https://github.com/dubverse-ai/MahaTTS.git@e6680df225a99367e070c0090dd564bc74647e23->-r requirements_maha_tts.txt (line 2)) (2022.12.7) WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Successfully installed Maha TTS dependencies Checking if node is installed... v18.16.1 Installing node_modules... npm ERR! code 1 npm ERR! path /Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/react-ui/node_modules/iconv npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@9.3.1 npm ERR! gyp info using node@18.16.1 | darwin | arm64 npm ERR! gyp info find Python using Python version 3.12.3 found at "/opt/homebrew/opt/python@3.12/bin/python3.12" npm ERR! gyp info spawn /opt/homebrew/opt/python@3.12/bin/python3.12 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/react-ui/node_modules/iconv/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/matheuscolen/Library/Caches/node-gyp/18.16.1/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/Users/matheuscolen/Library/Caches/node-gyp/18.16.1', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/Users/matheuscolen/Library/Caches/node-gyp/18.16.1/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/react-ui/node_modules/iconv', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! Traceback (most recent call last): npm ERR! File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 42, in npm ERR! import gyp # noqa: E402 npm ERR! ^^^^^^^^^^ npm ERR! File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 9, in npm ERR! import gyp.input npm ERR! File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in npm ERR! from distutils.version import StrictVersion npm ERR! ModuleNotFoundError: No module named 'distutils' npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: gyp failed with exit code: 1 npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:325:16) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12) npm ERR! gyp ERR! System Darwin 22.2.0 npm ERR! gyp ERR! command "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/bin/node" "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" npm ERR! gyp ERR! cwd /Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/react-ui/node_modules/iconv npm ERR! gyp ERR! node -v v18.16.1 npm ERR! gyp ERR! node-gyp -v v9.3.1 npm ERR! gyp ERR! not ok

npm ERR! A complete log of this run can be found in: npm ERR! /Users/matheuscolen/.npm/_logs/2024-05-15T00_27_01_777Z-debug-0.log Command 'cd react-ui && npm install' returned non-zero exit status 1. Failed to install node_modules Checking if torch has CUDA... Torch does not have CUDA

Command 'python check_cuda.py' returned non-zero exit status 1. Torch does not have CUDA, assuming CPU mode, installing CPU version of PyTorch /Users/matheuscolen/miniconda3/lib/python3.10/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host 'conda.anaconda.org'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( Channels:

Package Plan

environment location: /Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/installer_files/env

added / updated specs:

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

certifi conda-forge/noarch::certifi-2024.2.2-~ --> pkgs/main/osx-arm64::certifi-2024.2.2-py310hca03da5_0

Downloading and Extracting Packages:

Preparing transaction: done Verifying transaction: done Executing transaction: done Env file not found. Creating default env. Traceback (most recent call last): File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/server.py", line 3, in import src.utils.dotenv_init as dotenv_init File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/src/utils/dotenv_init.py", line 1, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'

Done! (voiceAI) matheuscolen@Mac-Studio-de-Matheus one-click-installers-tts-6.0 % pip install python-dotenv WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Requirement already satisfied: python-dotenv in /opt/homebrew/lib/python3.11/site-packages (1.0.0) WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' (voiceAI) matheuscolen@Mac-Studio-de-Matheus one-click-installers-tts-6.0 % cd tts-generation-webui (voiceAI) matheuscolen@Mac-Studio-de-Matheus tts-generation-webui % python server.py Traceback (most recent call last): File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/server.py", line 3, in import src.utils.dotenv_init as dotenv_init File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/src/utils/dotenv_init.py", line 1, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv' (voiceAI) matheuscolen@Mac-Studio-de-Matheus tts-generation-webui % <


After this, I've tried to change the conda environment to Python 3.11 and ran the update.py. It made the update successfully. But the error still appears. It is curious, because dotenv is installed on my system. I tried to force its installation. Prompt bellow.

(voiceAI) matheuscolen@Mac-Studio-de-Matheus tts-generation-webui % pipx install python-dotenv 'python-dotenv' already seems to be installed. Not modifying existing installation in '/Users/matheuscolen/.local/pipx/venvs/python-dotenv'. Pass '--force' to force installation. (voiceAI) matheuscolen@Mac-Studio-de-Matheus tts-generation-webui % pipx install python-dotenv --force --python is ignored when --force is passed. If you want to reinstall python-dotenv with /opt/homebrew/opt/python@3.12/libexec/bin/python, run pipx reinstall python-dotenv --python /opt/homebrew/opt/python@3.12/libexec/bin/python instead. Installing to existing venv 'python-dotenv' ⚠️ Note: dotenv was already on your PATH at /opt/homebrew/bin/dotenv installed package python-dotenv 1.0.1, installed using Python 3.12.3 These apps are now globally available

  • dotenv ⚠️ Note: '/Users/matheuscolen/.local/bin' is not on your PATH environment variable. These apps will not be globally accessible until your PATH is updated. Run pipx ensurepath to automatically add it, or manually modify your PATH in your shell's config file (i.e. ~/.bashrc). done! ✨ 🌟 ✨ (voiceAI) matheuscolen@Mac-Studio-de-Matheus tts-generation-webui % python server.py
    Traceback (most recent call last): File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/server.py", line 3, in import src.utils.dotenv_init as dotenv_init File "/Users/matheuscolen/Documents/TTS-webui/one-click-installers-tts-6.0/tts-generation-webui/src/utils/dotenv_init.py", line 1, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'<
rsxdalv commented 5 months ago

Python Python 3.11 could be the problem. The recommendation is to use Python 3.10. Did the original automatic installer not work or was there a use case that made it better to install it without the installer?

On Wed, May 15, 2024, 3:32 AM macolen @.***> wrote:

Hi.

I'm going through the same problem. I have a mac studio M1 Max. Here is my complete terminal output. I've created a new conda environment, made the installation with start file. At the end of this process, the dotenv error appears. I've tried to install the module using pip install python-dotenv. But wen I try to run the server, the error appears again as if dotenv doesn't have been installed.

` copying fairseq/config/model/transformer_lm/transformer_lm_gbw.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/transformer_lm copying fairseq/config/model/transformer_lm/transformer_lm_gpt.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/transformer_lm copying fairseq/config/model/transformer_lm/transformer_lm_baevski_gbw.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/transformer_lm creating build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec2 copying fairseq/config/model/wav2vec2/wav2vec2_large.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec2 copying fairseq/config/model/wav2vec2/wav2vec2_base.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec2 creating build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec copying fairseq/config/model/wav2vec/vq_wav2vec_gumbel.yaml -> build/lib.macosx-13.0-arm64-cpython-311/fairseq/config/model/wav2vec running build_ext building 'fairseq.libbleu' extension creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311 creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/2] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/module.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk @./Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/clib/libbleu/module.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/module.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=libbleu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 [2/2] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/libbleu.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk @./Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/clib/libbleu/libbleu.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/libbleu.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=libbleu -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/libbleu.o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbleu/module.o -o build/lib.macosx-13.0-arm64-cpython-311/fairseq/ libbleu.cpython-311-darwin.so ld: warning: -undefined dynamic_lookup may not work with chained fixups [1/1] Cythonizing fairseq/data/data_utils_fast.pyx building 'fairseq.data.data_utils_fast' extension creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/1] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/data_utils_fast.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include @./Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/data_utils_fast.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/data_utils_fast.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=data_utils_fast -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 In file included from /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/data_utils_fast.cpp:1273: In file included from @. /3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/arrayobject.h:5: In file included from @. /3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: In file included from @. /3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929: @.***/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]

warning "Using deprecated NumPy API, disable it with "

^ 1 warning generated. clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/data_utils_fast.o -o build/lib.macosx-13.0-arm64-cpython-311/fairseq/data/ data_utils_fast.cpython-311-darwin.so ld: warning: -undefined dynamic_lookup may not work with chained fixups [1/1] Cythonizing fairseq/data/token_block_utils_fast.pyx building 'fairseq.data.token_block_utils_fast' extension Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/1] c++ -MMD -MF /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/token_block_utils_fast.o.d -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include @./Frameworks/Python.framework/Versions/3.11/include/python3.11 -c -c /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp -o /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/token_block_utils_fast.o -stdlib=libc++ -O3 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=token_block_utils_fast -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++17 In file included from /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:1274: In file included from @. /3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/arrayobject.h:5: In file included from @. /3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarrayobject.h:12: In file included from @. /3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929: @.***/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]

warning "Using deprecated NumPy API, disable it with "

^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:28899:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:565:36: note: expanded from macro 'CYTHON_FALLTHROUGH'

define CYTHON_FALLTHROUGH [[fallthrough]]

^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:28910:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/data/token_block_utils_fast.cpp:565:36: note: expanded from macro 'CYTHON_FALLTHROUGH'

define CYTHON_FALLTHROUGH [[fallthrough]]

^ 3 warnings generated. clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/data/token_block_utils_fast.o -o build/lib.macosx-13.0-arm64-cpython-311/fairseq/data/ token_block_utils_fast.cpython-311-darwin.so ld: warning: -undefined dynamic_lookup may not work with chained fixups building 'fairseq.libbase' extension creating /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbase Emitting ninja build file /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) ninja: error: '/private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/fairseq/clib/libbase/balanced_assignment.cpp', needed by '/private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-sb90s18s/fairseq_67595024b2674526bf3ee46b3ff15401/build/temp.macosx-13.0-arm64-cpython-311/fairseq/clib/libbase/balanced_assignment.o', missing and no known rule to make it Traceback (most recent call last): File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1893, in _run_ninja_build subprocess.run( File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/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 **@./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 410, in build_wheel return self._build_with_temp_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 395, in _build_with_temp_dir self.run_setup() File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup exec(code, locals()) File "", line 270, in File "", line 178, in do_setup File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/init.py", line 104, in setup return distutils.core.setup(attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File **@./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py", line 967, in run_command super().run_command(command) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/wheel/bdist_wheel.py", line 368, in run self.run_command("build") File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py", line 967, in run_command super().run_command(command) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build.py", line 131, in run self.run_command(cmd_name) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py", line 967, in run_command super().run_command(command) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 91, in run _build_ext.run(self) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 345, in run self.build_extensions() File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 843, in build_extensions build_ext.build_extensions(self) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 467, in build_extensions self._build_extensions_serial() File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 493, in _build_extensions_serial self.build_extension(ext) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 252, in build_extension _build_ext.build_extension(self, ext) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/Cython/Distutils/build_ext.py", line 135, in build_extension super(build_ext, self).build_extension(ext) File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py", line 548, in build_extension objects = self.compiler.compile( ^^^^^^^^^^^^^^^^^^^^^^ File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 658, in unix_wrap_ninja_compile _write_ninja_file_and_compile_objects( File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1574, in _write_ninja_file_and_compile_objects _run_ninja_build( File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1909, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for fairseq Successfully built bark_hubert_quantizer Failed to build fairseq ERROR: Could not build wheels for fairseq, which is required to install pyproject.toml-based projects WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Command 'pip install -r requirements_bark_hubert_quantizer.txt' returned non-zero exit status 1. Failed to install Bark Voice Clone, bark-hubert-quantizer dependencies Installing RVC dependencies... WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Collecting rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg (from -r requirements_rvc.txt (line 2)) Cloning https://github.com/rsxdalv/rvc_pkg to /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-n294sf2w/rvc-pkg_3fafe80415ad47b9a5ec04671a060048 Running command git clone --filter=blob:none --quiet https://github.com/rsxdalv/rvc_pkg /private/var/folders/2b/llqlvhtd6hv4zty1j_wdrmgm0000gn/T/pip-install-n294sf2w/rvc-pkg_3fafe80415ad47b9a5ec04671a060048 Resolved https://github.com/rsxdalv/rvc_pkg to commit b4e9af7bad89289fee487def6d59afdf551d571e Running command git submodule update --init --recursive -q Preparing metadata (setup.py) ... done Requirement already satisfied: torch==2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from -r requirements_rvc.txt (line 1)) (2.0.0) Requirement already satisfied: filelock in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.12.4) Requirement already satisfied: typing-extensions in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (4.11.0) Requirement already satisfied: sympy in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.11.1) Requirement already satisfied: networkx in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (2.8.8) Requirement already satisfied: jinja2 in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_rvc.txt (line 1)) (3.1.2) Requirement already satisfied: absl-py>=1.2.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.1.0) Requirement already satisfied: audioread in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.0.1) Collecting av (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached av-12.0.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.6 kB) Collecting colorama>=0.4.5 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Requirement already satisfied: Cython in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.0.10) Collecting fairseq (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached fairseq-0.12.2.tar.gz (9.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Collecting faiss-cpu (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached faiss_cpu-1.8.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (3.6 kB) Requirement already satisfied: ffmpeg-python>=0.2.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.2.0) Collecting ffmpy==0.3.1 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached ffmpy-0.3.1.tar.gz (5.5 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: fsspec>=2022.11.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2024.2.0) Requirement already satisfied: httpx in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.27.0) Requirement already satisfied: joblib>=1.1.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.4.0) Collecting json5 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached json5-0.9.25-py3-none-any.whl.metadata (30 kB) Collecting librosa==0.9.1 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached librosa-0.9.1-py3-none-any.whl.metadata (6.9 kB) Requirement already satisfied: llvmlite in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.42.0) Requirement already satisfied: Markdown in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.6) Collecting matplotlib-inline>=0.1.3 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: matplotlib>=3.7.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.8.4) Requirement already satisfied: numba in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.59.1) Collecting numpy==1.23.5 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached numpy-1.23.5-cp311-cp311-macosx_11_0_arm64.whl.metadata (2.3 kB) Requirement already satisfied: onnxruntime in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.17.3) Requirement already satisfied: Pillow>=9.1.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (9.3.0) Collecting praat-parselmouth>=0.4.2 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached praat_parselmouth-0.4.3-cp311-cp311-macosx_11_0_arm64.whl.metadata (2.8 kB) Requirement already satisfied: pyasn1-modules>=0.2.8 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.4.0) Requirement already satisfied: pyasn1>=0.4.8 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.6.0) Requirement already satisfied: pydub>=0.25.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.25.1) Requirement already satisfied: python-dotenv>=1.0.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.0.0) Collecting pyworld==0.3.2 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached pyworld-0.3.2.tar.gz (214 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: PyYAML>=6.0 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (6.0.1) Requirement already satisfied: resampy>=0.4.2 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.4.3) Requirement already satisfied: scikit-learn in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.4.2) Requirement already satisfied: scipy in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.12.0) Requirement already satisfied: soundfile>=0.12.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.12.1) Collecting tabulate>=0.8.10 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) Requirement already satisfied: tensorboard in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.16.2) Collecting tensorboardX (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB) Collecting torchcrepe>=0.0.20 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached torchcrepe-0.0.22-py3-none-any.whl.metadata (7.8 kB) Collecting torchfcpe (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached torchfcpe-0.0.4-py3-none-any.whl.metadata (2.0 kB) Collecting tornado>=6.1 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB) Requirement already satisfied: tqdm>=4.63.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (4.66.1) Collecting uc-micro-py>=1.0.1 (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB) Requirement already satisfied: uvicorn>=0.21.1 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.22.0) Requirement already satisfied: Werkzeug>=2.2.3 in /opt/homebrew/lib/python3.11/site-packages (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.0.3) Requirement already satisfied: decorator>=4.0.10 in /opt/homebrew/lib/python3.11/site-packages (from librosa==0.9.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (5.1.1) Requirement already satisfied: pooch>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from librosa==0.9.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.8.1) Requirement already satisfied: packaging>=20.0 in /opt/homebrew/lib/python3.11/site-packages (from librosa==0.9.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (23.2) Requirement already satisfied: future in /opt/homebrew/lib/python3.11/site-packages (from ffmpeg-python>=0.2.0->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.0.0) Requirement already satisfied: MarkupSafe>=2.0 in /opt/homebrew/lib/python3.11/site-packages (from jinja2->torch==2.0.0->-r requirements_rvc.txt (line 1)) (2.1.2) Requirement already satisfied: contourpy>=1.0.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.2.1) Requirement already satisfied: cycler>=0.10 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (4.51.0) Requirement already satisfied: kiwisolver>=1.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.4.5) Requirement already satisfied: pyparsing>=2.3.1 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.1.2) Requirement already satisfied: python-dateutil>=2.7 in /opt/homebrew/lib/python3.11/site-packages (from matplotlib>=3.7.0->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.9.0.post0) Requirement already satisfied: traitlets in /opt/homebrew/lib/python3.11/site-packages (from matplotlib-inline>=0.1.3->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (5.14.3) Requirement already satisfied: threadpoolctl>=2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from scikit-learn->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.4.0) Requirement already satisfied: cffi>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from soundfile>=0.12.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.16.0) Requirement already satisfied: mpmath>=0.19 in /opt/homebrew/lib/python3.11/site-packages (from sympy->torch==2.0.0->-r requirements_rvc.txt (line 1)) (1.2.1) Requirement already satisfied: click>=7.0 in /opt/homebrew/lib/python3.11/site-packages (from uvicorn>=0.21.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (8.1.7) Requirement already satisfied: h11>=0.8 in /opt/homebrew/lib/python3.11/site-packages (from uvicorn>=0.21.1->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (0.14.0) Collecting hydra-core<1.1,>=1.0.7 (from fairseq->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached hydra_core-1.0.7-py3-none-any.whl.metadata (3.7 kB) Collecting omegaconf<2.1 (from fairseq->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached omegaconf-2.0.6-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: regex in /opt/homebrew/lib/python3.11/site-packages (from fairseq->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2023.12.25) Collecting sacrebleu>=1.4.12 (from fairseq->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached sacrebleu-2.4.2-py3-none-any.whl.metadata (58 kB) Collecting bitarray (from fairseq->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached bitarray-2.9.2-cp311-cp311-macosx_11_0_arm64.whl.metadata (34 kB) Requirement already satisfied: torchaudio>=0.8.0 in /opt/homebrew/lib/python3.11/site-packages (from fairseq->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2.0.1) Requirement already satisfied: anyio in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (4.3.0) Requirement already satisfied: certifi in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (2022.12.7) Requirement already satisfied: httpcore==1.* in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.0.5) Requirement already satisfied: idna in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (3.4) Requirement already satisfied: sniffio in /opt/homebrew/lib/python3.11/site-packages (from httpx->rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (1.3.1) Requirement already satisfied: coloredlogs in /opt/homebrew/lib/python3.11/site-packages (from onnxruntime->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (15.0.1) Requirement already satisfied: flatbuffers in /opt/homebrew/lib/python3.11/site-packages (from onnxruntime->rvc_pkg@ git+https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) (24.3.25) INFO: pip is looking at multiple versions of onnxruntime to determine which version is compatible with other requirements. This could take a while. Collecting onnxruntime (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached onnxruntime-1.17.1-cp311-cp311-macosx_11_0_universal2.whl.metadata (4.2 kB) Using cached onnxruntime-1.17.0-cp311-cp311-macosx_11_0_universal2.whl.metadata (4.2 kB) Using cached onnxruntime-1.16.3-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.3 kB) Using cached onnxruntime-1.16.2-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.2 kB) Using cached onnxruntime-1.16.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.1 kB) Using cached onnxruntime-1.16.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.0 kB) Using cached onnxruntime-1.15.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (4.0 kB) INFO: pip is still looking at multiple versions of onnxruntime to determine which version is compatible with other requirements. This could take a while. Using cached onnxruntime-1.15.0-cp311-cp311-macosx_11_0_arm64.whl.metadata (3.9 kB) Collecting faiss-cpu (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached faiss_cpu-1.7.4-cp311-cp311-macosx_11_0_arm64.whl.metadata (1.3 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. Collecting fairseq (from rvc_pkg@ git+ https://github.com/rsxdalv/rvc_pkg#egg=rvc_pkg->-r requirements_rvc.txt (line 2)) Using cached fairseq-0.12.1.tar.gz (9.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [19 lines of output] Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File **@./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File @./3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires self.run_setup() File @.***/3.11.9/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup exec(code, locals()) File "", line 27, in File "", line 18, in write_version_py FileNotFoundError: [Errno 2] No such file or directory: 'fairseq/version.txt' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Command 'pip install -r requirements_rvc.txt' returned non-zero exit status 1. Failed to install RVC dependencies WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Requirement already satisfied: hydra-core==1.3.2 in /opt/homebrew/lib/python3.11/site-packages (1.3.2) Requirement already satisfied: omegaconf<2.4,>=2.2 in /opt/homebrew/lib/python3.11/site-packages (from hydra-core==1.3.2) (2.3.0) Requirement already satisfied: antlr4-python3-runtime==4.9.* in /opt/homebrew/lib/python3.11/site-packages (from hydra-core==1.3.2) (4.9.3) Requirement already satisfied: packaging in /opt/homebrew/lib/python3.11/site-packages (from hydra-core==1.3.2) (23.2) Requirement already satisfied: PyYAML>=5.1.0 in /opt/homebrew/lib/python3.11/site-packages (from omegaconf<2.4,>=2.2->hydra-core==1.3.2) (6.0.1) WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Installing StyleTTS dependencies... WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/packaging-24.0.dist-info due to invalid metadata entry 'name' Collecting styletts2@ git+ @.#egg=styletts2 (from -r requirements_styletts2.txt (line 2)) Using cached styletts2-0.1.7-py3-none-any.whl Requirement already satisfied: torch==2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from -r requirements_styletts2.txt (line 1)) (2.0.0) Requirement already satisfied: filelock in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (3.12.4) Requirement already satisfied: typing-extensions in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (4.11.0) Requirement already satisfied: sympy in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (1.11.1) Requirement already satisfied: networkx in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (2.8.8) Requirement already satisfied: jinja2 in /opt/homebrew/lib/python3.11/site-packages (from torch==2.0.0->-r requirements_styletts2.txt (line 1)) (3.1.2) Requirement already satisfied: PyYAML<7.0.0,>=6.0.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (6.0.1) Requirement already satisfied: accelerate<0.26.0,>=0.25.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.25.0) Requirement already satisfied: cached-path<2.0.0,>=1.5.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.6.2) Requirement already satisfied: einops<0.8.0,>=0.7.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.7.0) Requirement already satisfied: einops-exts<0.0.5,>=0.0.4 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.0.4) Requirement already satisfied: gruut<3.0.0,>=2.3.4 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.3.4) Requirement already satisfied: gruut-ipa<0.14.0,>=0.13.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.13.0) Requirement already satisfied: gruut-lang-en<3.0.0,>=2.0.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.0.0) Requirement already satisfied: huggingface-hub<0.20.0,>=0.19.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.19.4) Requirement already satisfied: langchain<0.2.0,>=0.1.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.1.16) Requirement already satisfied: librosa<0.10,>=0.9 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.9.2) Requirement already satisfied: matplotlib<4.0.0,>=3.7.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.8.4) Requirement already satisfied: munch<5.0.0,>=4.0.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.0.0) Requirement already satisfied: nltk<4.0.0,>=3.8.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.8.1) Requirement already satisfied: pydub<0.26.0,>=0.25.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.25.1) Requirement already satisfied: scipy<2.0.0,>=1.10.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.12.0) Requirement already satisfied: soundfile<0.13.0,>=0.12.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.12.1) Requirement already satisfied: torchaudio<3,>=2 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.0.1) Requirement already satisfied: tqdm<5.0.0,>=4.66.1 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.66.1) Requirement already satisfied: transformers<5.0.0,>=4.36.0 in /opt/homebrew/lib/python3.11/site-packages (from styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (4.36.1) Requirement already satisfied: numpy>=1.17 in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.26.4) Requirement already satisfied: packaging>=20.0 in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (23.2) Requirement already satisfied: psutil in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (5.9.8) Requirement already satisfied: safetensors>=0.3.1 in /opt/homebrew/lib/python3.11/site-packages (from accelerate<0.26.0,>=0.25.0->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.3.1) Requirement already satisfied: requests<3.0,>=2.0 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.31.0) Requirement already satisfied: rich<14.0,>=12.1 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (13.7.1) Requirement already satisfied: boto3<2.0,>=1.0 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.34.105) Requirement already satisfied: google-cloud-storage<3.0,>=1.32.0 in /opt/homebrew/lib/python3.11/site-packages (from cached-path<2.0.0,>=1.5.1->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.16.0) Requirement already satisfied: Babel<3.0.0,>=2.8.0 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.15.0) Requirement already satisfied: dateparser~=1.1.0 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.1.8) Requirement already satisfied: jsonlines~=1.2.0 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (1.2.0) Requirement already satisfied: num2words<1.0.0,>=0.5.10 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.5.13) Requirement already satisfied: python-crfsuite~=0.9.7 in /opt/homebrew/lib/python3.11/site-packages (from gruut<3.0.0,>=2.3.4->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (0.9.10) Requirement already satisfied: fsspec>=2023.5.0 in /opt/homebrew/lib/python3.11/site-packages (from huggingface-hub<0.20.0,>=0.19.0->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2024.2.0) Requirement already satisfied: SQLAlchemy<3,>=1.4 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+ @.#egg=styletts2->-r requirements_styletts2.txt (line 2)) (2.0.29) Requirement already satisfied: aiohttp<4.0.0,>=3.8.3 in /opt/homebrew/lib/python3.11/site-packages (from langchain<0.2.0,>=0.1.0->styletts2@ git+ @.***#egg=styletts2->-r requirements_styletts2.txt (line 2)) (3.9.3) Requirement already satisfied: dataclasses-json<0.7,>=0.5.7 in /opt/homebrew/lib/python3.11/

macolen commented 5 months ago

Hi,

I used Python 3.10 in my first attempt to install it. I used the automatic installer for this. The prompt I posted previously was from that first attempt. For my second attempt, I used Python 3.11. In both cases, I used the installer. I haven't tried installing manually yet.

Later, I was able to install the system by selecting the "run it on my CPU" option, and it worked. However, it would be amazing to run it on the Mac's GPU.

rsxdalv commented 5 months ago

Hi,

I used Python 3.10 in my first attempt to install it. I used the automatic installer for this. The prompt I posted previously was from that first attempt. For my second attempt, I used Python 3.11. In both cases, I used the installer. I haven't tried installing manually yet.

Later, I was able to install the system by selecting the "run it on my CPU" option, and it worked. However, it would be amazing to run it on the Mac's GPU.

Missed that! Thanks for covering it. That's interesting that it would fail to install on mac with the GPU option, it could be an oversight but it's hard to debug without using a Mac myself. I think if you have the CPU version working perhaps upgrading to the GPU version could work. However, I must ask - what GPU are you using?

The steps for upgrade would be - activating conda and then running the conda install for cuda with nvidia gpu support, but I can provide specific instructions.

macolen commented 5 months ago

Thanks!

My mac is that one: https://support.apple.com/en-us/111900

It has a M1 Max with 10-core CPU, 32-core GPU, and 16-core Neural Engine and 64Gb memory.

The GPU specs is: Chipset Model: Apple M1 Max Type: GPU Bus: Integrated Total Core Count: 32 Vendor: Apple (0x106b) Metal Support: Metal 3

About the upgrade method, how should I proceed?

rsxdalv commented 5 months ago

Ok, I see your point. So just to confirm, when you selected option C) Apple M series you didn't get the install to work but option D) None (I want to run in CPU mode) worked?

On Wed, May 15, 2024, 4:17 PM macolen @.***> wrote:

Thanks!

My mac is that one: https://support.apple.com/en-us/111900

It has a M1 Max with 10-core CPU, 32-core GPU, and 16-core Neural Engine and 64Gb memory.

The GPU specs is: Chipset Model: Apple M1 Max Type: GPU Bus: Integrated Total Core Count: 32 Vendor: Apple (0x106b) Metal Support: Metal 3

About the upgrade method, how should I proceed?

— Reply to this email directly, view it on GitHub https://github.com/rsxdalv/tts-generation-webui/issues/173#issuecomment-2112492845, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTRXI6LIQX2G55BCES7E2DZCNN47AVCNFSM6AAAAAA4256VNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJSGQ4TEOBUGU . You are receiving this because you commented.Message ID: @.***>

macolen commented 5 months ago

Ok, I see your point. So just to confirm, when you selected option C) Apple M series you didn't get the install to work but option D) None (I want to run in CPU mode) worked? On Wed, May 15, 2024, 4:17 PM macolen @.> wrote: Thanks! My mac is that one: https://support.apple.com/en-us/111900 It has a M1 Max with 10-core CPU, 32-core GPU, and 16-core Neural Engine and 64Gb memory. The GPU specs is: Chipset Model: Apple M1 Max Type: GPU Bus: Integrated Total Core Count: 32 Vendor: Apple (0x106b) Metal Support: Metal 3 About the upgrade method, how should I proceed? — Reply to this email directly, view it on GitHub <#173 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTRXI6LIQX2G55BCES7E2DZCNN47AVCNFSM6AAAAAA4256VNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJSGQ4TEOBUGU . You are receiving this because you commented.Message ID: @.>

Yes ! Exactly

rsxdalv commented 5 months ago

Strange, both of them install the same thing:


    elif gpuchoice == "c" or gpuchoice == "d":
        run_cmd(
            "conda install -y -k pytorch torchvision torchaudio cpuonly git -c pytorch"
        )

As for the M1 - the support for the chips power is patchy, some models like Suno's Bark has it, while others only have CPU. Yet others like audiocraft I believe fail completely even at the installation level. For those cases where it is completely unsupported I think the only way is to run it CPU only through Docker as a linux container. If there is a model you particularly want to know about I can check the information on the M1 usage for it.

macolen commented 5 months ago

Understood. I'm using stable diffusion also for a while now to generate images and I have a lot of issues wen I try to work with vídeos. Some other functions related to ControlNets also doesn't work well on Mac M1. A friend of mine has a PC with RTX 4090 and it runs smoothly.

As a final user, I can't understand very well why this happens in mac M series chips, but I hope that this sort of issue can be fixed in the future development of this technology.

My objective with TTS models is to clone my own voice and produce voice overs for almost 10 hours of video content. This is why I wanted to run TTS models in a faster way, given the big amount of content that I have to produce. I will make some more tests whit the CPU based workflow to try to understand if it worth using it, or its better to go to the old fashion way of recording all the content directly.

If you have any other tips about models that I should test, I would be thankful.

Thank very much for your attention with this issue and congratulations for your work putting together this UI!

rsxdalv commented 5 months ago

For this pipeline Tortoise + RVC could be a good combination. I think RVC already supports M1 but if not let me know. And for tortoise I can see that work was done a year ago to improve the support: https://github.com/neonbjb/tortoise-tts/pull/550 So you might be in luck. 10 hours is a solid amount so I can't say for sure if it's not going to be more convenient to get a subscription for this stuff online, or renting an nvidia gpu on the cloud.

As for why M1 isn't supported, I'll be plain and simple - there is probably no money in it. Most AI is run on the cloud and NVidia is the most common, reliable and well known; as well as potentially being the cheapest. From what I gather M1 is a good chip but NVidia has been financing and supporting AI research for more than a decade, while AMD has been 'catching up' this whole time, and M1 only just arrived and I haven't heard if they are doing any sponsorships or grants for it.

macolen commented 5 months ago

As for why M1 isn't supported, I'll be plain and simple - there is probably no money in it. Most AI is run on the cloud and NVidia is the most common, reliable and well known; as well as potentially being the cheapest. From what I gather M1 is a good chip but NVidia has been financing and supporting AI research for more than a decade, while AMD has been 'catching up' this whole time, and M1 only just arrived and I haven't heard if they are doing any sponsorships or grants for it.

That's a clear point of view and think that you're right.

I'll check Tortoise + RVC workflow later and will come back with the results here.

rsxdalv commented 3 months ago

I will close this issue as it has become very convoluted. If there are more concerns or questions, please feel free to open a new issue.