-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with dotenv module #173
Comments
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
<#173>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI2MUOJ3Q45I6XSGSU3X2W3WNANCNFSM6AAAAAA4256VNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.
note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. npm ERR! A complete log of this run can be found in: Command 'python check_cuda.py' returned non-zero exit status 1.
Package Planenvironment 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 Done! 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.
|
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 <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 ***@***.***/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 "<string>", line 270, in <module>
File "<string>", 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/
|
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. |
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: About the upgrade method, how should I proceed? |
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 |
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. |
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! |
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: neonbjb/tortoise-tts#550 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. |
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. |
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'
The text was updated successfully, but these errors were encountered: