coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
33.38k stars 4.05k forks source link

[Install Erroer]安装TTS库时反复出错 error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ #3843

Open li589 opened 1 month ago

li589 commented 1 month ago

Describe the bug

` error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for TTS Failed to build TTS ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (TTS)`` According to the requirements of the installation of VC++ development tools still keep error

To Reproduce

1.Run the following command 'git clone https://github.com/coqui-ai/TTS.git', then run 'cd tts' and 'pip install .'; 2.Get info: `Looking in indexes: https://mirrors.aliyun.com/pypi/simple, https://pypi.ngc.nvidia.com, https://pypi.tuna.tsinghua.edu.cn/simple, https://pypi.doubanio.com/simple Processing i:\greatwall-backup\f\ai\clone-voice-main\coqui-ai\tts Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: e in i:\greatwall-backup\f\ai\clone-voice-main\venv\lib\site-packages (1.4.5) Requirement already satisfied: cython>=0.29.30 in i:\greatwall-backup\f\ai\clone-voice-main\venv\lib\site-packages (from TTS==0.22.0) (3.0.7) Requirement already satisfied: scipy>=1.11.2 in i:\greatwall-backup\f\ai\clone-voice-main\venv\lib\site-packages (from TTS==0.22.0) (1.11.4) Requirement already satisfied: torch>=2.1 in ... Building wheels for collected packages: TTS Building wheel for TTS (pyproject.toml) ... error error: subprocess-exited-with-error

× Building wheel for TTS (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [2580 lines of output] running bdist_wheel running build running build_py copying TTS\api.py -> temp_build\TTS copying TTS\model.py -> temp_build\TTS copying TTS__init__.py -> temp_build\TTS running egg_info writing TTS.egg-info\PKG-INFO writing dependency_links to TTS.egg-info\dependency_links.txt writing entry points to TTS.egg-info\entry_points.txt writing requirements to TTS.egg-info\requires.txt writing top-level names to TTS.egg-info\top_level.txt reading manifest file 'TTS.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '' found under directory 'tests' no previously-included directories found matching 'tests' adding license file 'LICENSE.txt' writing manifest file 'TTS.egg-info\SOURCES.txt' C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.monotonic_align' is absent from the packages configuration. !!

          ********************************************************************************
          ############################
          # Package would be ignored #
          ############################
          Python recognizes 'TTS.tts.utils.monotonic_align' as an importable package[^1],
          but it is absent from setuptools' `packages` configuration.

          This leads to an ambiguous overall configuration. If you want to distribute this
          package, please make sure that 'TTS.tts.utils.monotonic_align' is explicitly added
          to the `packages` configuration field.

          Alternatively, you can also rely on setuptools' discovery methods
          (for example by using `find_namespace_packages(...)`/`find_namespace:`
          instead of `find_packages(...)`/`find:`).

          You can read more about "package discovery" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

          If you don't want 'TTS.tts.utils.monotonic_align' to be distributed and are
          already explicitly excluding 'TTS.tts.utils.monotonic_align' via
          `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
          you can try to use `exclude_package_data`, or `include-package-data=False` in
          combination with a more fine grained `package-data` configuration.

          You can read more about "package data files" on setuptools documentation page:

          - https://setuptools.pypa.io/en/latest/userguide/datafiles.html

          [^1]: For Python, any directory (with suitable naming) can be imported,
                even if it does not contain any `.py` files.
                On the other hand, currently there is no concept of package data
                directory, all directories are treated like packages.
          ********************************************************************************

  !!
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.bin' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.config' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.demos.xtts_ft_demo' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.demos.xtts_ft_demo.utils' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.encoder' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.encoder.configs' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.encoder.models' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.encoder.utils' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.server' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.server.static' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.server.templates' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.configs' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.datasets' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.align_tts' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.bark' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.bark.hubert' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.delightful_tts' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.feed_forward' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.generic' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.glow_tts' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.overflow' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.tacotron' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.tortoise' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.vits' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.xtts' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.layers.xtts.trainer' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.models' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.assets.tortoise' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.bangla' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.belarusian' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.chinese_mandarin' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.english' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.french' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.japanese' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.korean' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.tts.utils.text.phonemizers' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.utils' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.utils.audio' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vc.configs' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vc.models' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vc.modules' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vc.modules.freevc' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vc.modules.freevc.speaker_encoder' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vc.modules.freevc.wavlm' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vocoder' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vocoder.configs' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vocoder.datasets' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vocoder.layers' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vocoder.models' is absent from the `packages` configuration.
  !!
  ...
    check.warn(importable)
  C:\Users\likr\AppData\Local\Temp\pip-build-env-1fw299w4\overlay\Lib\site-packages\setuptools\command\build_py.py:215: _Warning: Package 'TTS.vocoder.utils' is absent from the `packages` configuration.
  !!
  ...

    check.warn(importable)
  copying TTS\.models.json -> temp_build\TTS
  copying TTS\VERSION -> temp_build\TTS
  copying TTS\bin\train_tts.py -> temp_build\TTS\bin
  copying TTS\bin\train_vocoder.py -> temp_build\TTS\bin
  copying TTS\bin\tune_wavegrad.py -> temp_build\TTS\bin
  ...
  copying TTS\vocoder\utils\distribution.py -> temp_build\TTS\vocoder\utils
  copying TTS\vocoder\utils\generic_utils.py -> temp_build\TTS\vocoder\utils
  running build_ext
  building 'TTS.tts.utils.monotonic_align.core' extension
  error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for TTS Failed to build TTS ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (TTS)`

3.Download vs_BuildTools.exe and install vc++ tools、win 11 sdk, but nothing works.

Expected behavior

希望能够提供解决思路,这应该可能与python环境有关,我在安装项目clone-voice-main时安装TTS总是出错,因而手动安装,但依然存在问题,安装cloneVoice时的出错如下: !! check.warn(importable) copying TTS.models.json -> temp_build\TTS copying TTS\VERSION -> temp_build\TTS creating temp_build\TTS\tts creating temp_build\TTS\tts\utils creating temp_build\TTS\tts\utils\monotonic_align copying TTS\tts\utils\monotonic_align\core.c -> temp_build\TTS\tts\utils\monotonic_align creating temp_build\TTS\bin copying TTS\bin__init__.py -> temp_build\TTS\bin copying TTS\bin\collect_env_info.py -> temp_build\TTS\bin copying TTS\bin\compute_attention_masks.py -> temp_build\TTS\bin copying TTS\bin\compute_embeddings.py -> temp_build\TTS\bin copying TTS\bin\compute_statistics.py -> temp_build\TTS\bin copying TTS\bin\eval_encoder.py -> temp_build\TTS\bin copying TTS\bin\extract_tts_spectrograms.py -> temp_build\TTS\bin copying TTS\bin\find_unique_chars.py -> temp_build\TTS\bin copying TTS\bin\find_unique_phonemes.py -> temp_build\TTS\bin copying TTS\bin\remove_silence_using_vad.py -> temp_build\TTS\bin copying TTS\bin\resample.py -> temp_build\TTS\bin copying TTS\bin\synthesize.py -> temp_build\TTS\bin copying TTS\bin\train_encoder.py -> temp_build\TTS\bin copying TTS\bin\train_tts.py -> temp_build\TTS\bin copying TTS\bin\train_vocoder.py -> temp_build\TTS\bin copying TTS\bin\tune_wavegrad.py -> temp_build\TTS\bin creating temp_build\TTS\config copying TTS\config__init__.py -> temp_build\TTS\config copying TTS\config\shared_configs.py -> temp_build\TTS\config creating temp_build\TTS\demos creating temp_build\TTS\demos\xtts_ft_demo copying TTS\demos\xtts_ft_demo\xtts_demo.py -> temp_build\TTS\demos\xtts_ft_demo creating temp_build\TTS\demos\xtts_ft_demo\utils copying TTS\demos\xtts_ft_demo\utils\formatter.py -> temp_build\TTS\demos\xtts_ft_demo\utils copying TTS\demos\xtts_ft_demo\utils\gpt_train.py -> temp_build\TTS\demos\xtts_ft_demo\utils creating temp_build\TTS\encoder copying TTS\encoder\README.md -> temp_build\TTS\encoder copying TTS\encoder__init__.py -> temp_build\TTS\encoder copying TTS\encoder\dataset.py -> temp_build\TTS\encoder copying TTS\encoder\losses.py -> temp_build\TTS\encoder creating temp_build\TTS\encoder\configs copying TTS\encoder\configs\base_encoder_config.py -> temp_build\TTS\encoder\configs copying TTS\encoder\configs\emotion_encoder_config.py -> temp_build\TTS\encoder\configs copying TTS\encoder\configs\speaker_encoder_config.py -> temp_build\TTS\encoder\configs creating temp_build\TTS\encoder\models copying TTS\encoder\models\base_encoder.py -> temp_build\TTS\encoder\models copying TTS\encoder\models\lstm.py -> temp_build\TTS\encoder\models copying TTS\encoder\models\resnet.py -> temp_build\TTS\encoder\models creating temp_build\TTS\encoder\utils copying TTS\encoder\utils__init__.py -> temp_build\TTS\encoder\utils copying TTS\encoder\utils\generic_utils.py -> temp_build\TTS\encoder\utils copying TTS\encoder\utils\io.py -> temp_build\TTS\encoder\utils copying TTS\encoder\utils\prepare_voxceleb.py -> temp_build\TTS\encoder\utils copying TTS\encoder\utils\training.py -> temp_build\TTS\encoder\utils copying TTS\encoder\utils\visual.py -> temp_build\TTS\encoder\utils creating temp_build\TTS\server copying TTS\server\README.md -> temp_build\TTS\server copying TTS\server__init__.py -> temp_build\TTS\server copying TTS\server\conf.json -> temp_build\TTS\server copying TTS\server\server.py -> temp_build\TTS\server creating temp_build\TTS\server\static copying TTS\server\static\coqui-log-green-TTS.png -> temp_build\TTS\server\static creating temp_build\TTS\server\templates copying TTS\server\templates\details.html -> temp_build\TTS\server\templates copying TTS\server\templates\index.html -> temp_build\TTS\server\templates copying TTS\tts__init__.py -> temp_build\TTS\tts creating temp_build\TTS\tts\configs copying TTS\tts\configs__init__.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\align_tts_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\bark_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\delightful_tts_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\fast_pitch_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\fast_speech_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\fastspeech2_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\glow_tts_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\neuralhmm_tts_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\overflow_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\shared_configs.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\speedy_speech_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\tacotron2_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\tacotron_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\tortoise_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\vits_config.py -> temp_build\TTS\tts\configs copying TTS\tts\configs\xtts_config.py -> temp_build\TTS\tts\configs creating temp_build\TTS\tts\datasets copying TTS\tts\datasets__init__.py -> temp_build\TTS\tts\datasets copying TTS\tts\datasets\dataset.py -> temp_build\TTS\tts\datasets copying TTS\tts\datasets\formatters.py -> temp_build\TTS\tts\datasets creating temp_build\TTS\tts\layers copying TTS\tts\layers__init__.py -> temp_build\TTS\tts\layers copying TTS\tts\layers\losses.py -> temp_build\TTS\tts\layers creating temp_build\TTS\tts\layers\align_tts copying TTS\tts\layers\align_tts__init__.py -> temp_build\TTS\tts\layers\align_tts copying TTS\tts\layers\align_tts\duration_predictor.py -> temp_build\TTS\tts\layers\align_tts copying TTS\tts\layers\align_tts\mdn.py -> temp_build\TTS\tts\layers\align_tts creating temp_build\TTS\tts\layers\bark copying TTS\tts\layers\bark__init__.py -> temp_build\TTS\tts\layers\bark copying TTS\tts\layers\bark\inference_funcs.py -> temp_build\TTS\tts\layers\bark copying TTS\tts\layers\bark\load_model.py -> temp_build\TTS\tts\layers\bark copying TTS\tts\layers\bark\model.py -> temp_build\TTS\tts\layers\bark copying TTS\tts\layers\bark\model_fine.py -> temp_build\TTS\tts\layers\bark creating temp_build\TTS\tts\layers\bark\hubert copying TTS\tts\layers\bark\hubert__init__.py -> temp_build\TTS\tts\layers\bark\hubert copying TTS\tts\layers\bark\hubert\hubert_manager.py -> temp_build\TTS\tts\layers\bark\hubert copying TTS\tts\layers\bark\hubert\kmeans_hubert.py -> temp_build\TTS\tts\layers\bark\hubert copying TTS\tts\layers\bark\hubert\tokenizer.py -> temp_build\TTS\tts\layers\bark\hubert creating temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts__init__.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\acoustic_model.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\conformer.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\conv_layers.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\encoders.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\energy_adaptor.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\kernel_predictor.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\networks.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\phoneme_prosody_predictor.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\pitch_adaptor.py -> temp_build\TTS\tts\layers\delightful_tts copying TTS\tts\layers\delightful_tts\variance_predictor.py -> temp_build\TTS\tts\layers\delightful_tts creating temp_build\TTS\tts\layers\feed_forward copying TTS\tts\layers\feed_forward__init__.py -> temp_build\TTS\tts\layers\feed_forward copying TTS\tts\layers\feed_forward\decoder.py -> temp_build\TTS\tts\layers\feed_forward copying TTS\tts\layers\feed_forward\duration_predictor.py -> temp_build\TTS\tts\layers\feed_forward copying TTS\tts\layers\feed_forward\encoder.py -> temp_build\TTS\tts\layers\feed_forward creating temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic__init__.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\aligner.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\gated_conv.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\normalization.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\pos_encoding.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\res_conv_bn.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\time_depth_sep_conv.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\transformer.py -> temp_build\TTS\tts\layers\generic copying TTS\tts\layers\generic\wavenet.py -> temp_build\TTS\tts\layers\generic creating temp_build\TTS\tts\layers\glow_tts copying TTS\tts\layers\glow_tts__init__.py -> temp_build\TTS\tts\layers\glow_tts copying TTS\tts\layers\glow_tts\decoder.py -> temp_build\TTS\tts\layers\glow_tts copying TTS\tts\layers\glow_tts\duration_predictor.py -> temp_build\TTS\tts\layers\glow_tts copying TTS\tts\layers\glow_tts\encoder.py -> temp_build\TTS\tts\layers\glow_tts copying TTS\tts\layers\glow_tts\glow.py -> temp_build\TTS\tts\layers\glow_tts copying TTS\tts\layers\glow_tts\transformer.py -> temp_build\TTS\tts\layers\glow_tts creating temp_build\TTS\tts\layers\overflow copying TTS\tts\layers\overflow__init__.py -> temp_build\TTS\tts\layers\overflow copying TTS\tts\layers\overflow\common_layers.py -> temp_build\TTS\tts\layers\overflow copying TTS\tts\layers\overflow\decoder.py -> temp_build\TTS\tts\layers\overflow copying TTS\tts\layers\overflow\neural_hmm.py -> temp_build\TTS\tts\layers\overflow copying TTS\tts\layers\overflow\plotting_utils.py -> temp_build\TTS\tts\layers\overflow creating temp_build\TTS\tts\layers\tacotron copying TTS\tts\layers\tacotron__init.py -> temp_build\TTS\tts\layers\tacotron copying TTS\tts\layers\tacotron\attentions.py -> temp_build\TTS\tts\layers\tacotron copying TTS\tts\layers\tacotron\capacitron_layers.py -> temp_build\TTS\tts\layers\tacotron copying TTS\tts\layers\tacotron\common_layers.py -> temp_build\TTS\tts\layers\tacotron copying TTS\tts\layers\tacotron\gst_layers.py -> temp_build\TTS\tts\layers\tacotron copying TTS\tts\layers\tacotron\tacotron.py -> temp_build\TTS\tts\layers\tacotron copying TTS\tts\layers\tacotron\tacotron2.py -> temp_build\TTS\tts\layers\tacotron creating temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\arch_utils.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\audio_utils.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\autoregressive.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\classifier.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\clvp.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\diffusion.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\diffusion_decoder.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\dpm_solver.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\random_latent_generator.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\tokenizer.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\transformer.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\utils.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\vocoder.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\wav2vec_alignment.py -> temp_build\TTS\tts\layers\tortoise copying TTS\tts\layers\tortoise\xtransformers.py -> temp_build\TTS\tts\layers\tortoise creating temp_build\TTS\tts\layers\vits copying TTS\tts\layers\vits\discriminator.py -> temp_build\TTS\tts\layers\vits copying TTS\tts\layers\vits\networks.py -> temp_build\TTS\tts\layers\vits copying TTS\tts\layers\vits\stochastic_duration_predictor.py -> temp_build\TTS\tts\layers\vits copying TTS\tts\layers\vits\transforms.py -> temp_build\TTS\tts\layers\vits creating temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\dvae.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\gpt.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\gpt_inference.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\hifigan_decoder.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\latent_encoder.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\perceiver_encoder.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\stream_generator.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\tokenizer.py -> temp_build\TTS\tts\layers\xtts copying TTS\tts\layers\xtts\zh_num2words.py -> temp_build\TTS\tts\layers\xtts creating temp_build\TTS\tts\layers\xtts\trainer copying TTS\tts\layers\xtts\trainer\dataset.py -> temp_build\TTS\tts\layers\xtts\trainer copying TTS\tts\layers\xtts\trainer\gpt_trainer.py -> temp_build\TTS\tts\layers\xtts\trainer creating temp_build\TTS\tts\models copying TTS\tts\models__init.py -> temp_build\TTS\tts\models copying TTS\tts\models\align_tts.py -> temp_build\TTS\tts\models copying TTS\tts\models\bark.py -> temp_build\TTS\tts\models copying TTS\tts\models\base_tacotron.py -> temp_build\TTS\tts\models copying TTS\tts\models\base_tts.py -> temp_build\TTS\tts\models copying TTS\tts\models\delightful_tts.py -> temp_build\TTS\tts\models copying TTS\tts\models\forward_tts.py -> temp_build\TTS\tts\models copying TTS\tts\models\glow_tts.py -> temp_build\TTS\tts\models copying TTS\tts\models\neuralhmm_tts.py -> temp_build\TTS\tts\models copying TTS\tts\models\overflow.py -> temp_build\TTS\tts\models copying TTS\tts\models\tacotron.py -> temp_build\TTS\tts\models copying TTS\tts\models\tacotron2.py -> temp_build\TTS\tts\models copying TTS\tts\models\tortoise.py -> temp_build\TTS\tts\models copying TTS\tts\models\vits.py -> temp_build\TTS\tts\models copying TTS\tts\models\xtts.py -> temp_build\TTS\tts\models copying TTS\tts\utils__init.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\data.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\fairseq.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\helpers.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\languages.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\managers.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\measures.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\speakers.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\ssim.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\synthesis.py -> temp_build\TTS\tts\utils copying TTS\tts\utils\visual.py -> temp_build\TTS\tts\utils creating temp_build\TTS\tts\utils\assets creating temp_build\TTS\tts\utils\assets\tortoise copying TTS\tts\utils\assets\tortoise\tokenizer.json -> temp_build\TTS\tts\utils\assets\tortoise copying TTS\tts\utils\monotonic_align__init.py -> temp_build\TTS\tts\utils\monotonic_align copying TTS\tts\utils\monotonic_align\core.c -> temp_build\TTS\tts\utils\monotonic_align copying TTS\tts\utils\monotonic_align\core.pyx -> temp_build\TTS\tts\utils\monotonic_align copying TTS\tts\utils\monotonic_align\setup.py -> temp_build\TTS\tts\utils\monotonic_align creating temp_build\TTS\tts\utils\text copying TTS\tts\utils\text__init.py -> temp_build\TTS\tts\utils\text copying TTS\tts\utils\text\characters.py -> temp_build\TTS\tts\utils\text copying TTS\tts\utils\text\cleaners.py -> temp_build\TTS\tts\utils\text copying TTS\tts\utils\text\cmudict.py -> temp_build\TTS\tts\utils\text copying TTS\tts\utils\text\punctuation.py -> temp_build\TTS\tts\utils\text copying TTS\tts\utils\text\tokenizer.py -> temp_build\TTS\tts\utils\text creating temp_build\TTS\tts\utils\text\bangla copying TTS\tts\utils\text\bangla__init.py -> temp_build\TTS\tts\utils\text\bangla copying TTS\tts\utils\text\bangla\phonemizer.py -> temp_build\TTS\tts\utils\text\bangla creating temp_build\TTS\tts\utils\text\belarusian copying TTS\tts\utils\text\belarusian__init.py -> temp_build\TTS\tts\utils\text\belarusian copying TTS\tts\utils\text\belarusian\phonemizer.py -> temp_build\TTS\tts\utils\text\belarusian creating temp_build\TTS\tts\utils\text\chinese_mandarin copying TTS\tts\utils\text\chinese_mandarin__init.py -> temp_build\TTS\tts\utils\text\chinese_mandarin copying TTS\tts\utils\text\chinese_mandarin\numbers.py -> temp_build\TTS\tts\utils\text\chinese_mandarin copying TTS\tts\utils\text\chinese_mandarin\phonemizer.py -> temp_build\TTS\tts\utils\text\chinese_mandarin copying TTS\tts\utils\text\chinese_mandarin\pinyinToPhonemes.py -> temp_build\TTS\tts\utils\text\chinese_mandarin creating temp_build\TTS\tts\utils\text\english copying TTS\tts\utils\text\english__init__.py -> temp_build\TTS\tts\utils\text\english copying TTS\tts\utils\text\english\abbreviations.py -> temp_build\TTS\tts\utils\text\english copying TTS\tts\utils\text\english\number_norm.py -> temp_build\TTS\tts\utils\text\english copying TTS\tts\utils\text\english\time_norm.py -> temp_build\TTS\tts\utils\text\english creating temp_build\TTS\tts\utils\text\french copying TTS\tts\utils\text\french__init__.py -> temp_build\TTS\tts\utils\text\french copying TTS\tts\utils\text\french\abbreviations.py -> temp_build\TTS\tts\utils\text\french creating temp_build\TTS\tts\utils\text\japanese copying TTS\tts\utils\text\japanese\init__.py -> temp_build\TTS\tts\utils\text\japanese copying TTS\tts\utils\text\japanese\phonemizer.py -> temp_build\TTS\tts\utils\text\japanese creating temp_build\TTS\tts\utils\text\korean copying TTS\tts\utils\text\korean\init.py -> temp_build\TTS\tts\utils\text\korean copying TTS\tts\utils\text\korean\ko_dictionary.py -> temp_build\TTS\tts\utils\text\korean copying TTS\tts\utils\text\korean\korean.py -> temp_build\TTS\tts\utils\text\korean copying TTS\tts\utils\text\korean\phonemizer.py -> temp_build\TTS\tts\utils\text\korean creating temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\init.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\bangla_phonemizer.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\base.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\belarusian_phonemizer.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\espeak_wrapper.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\gruut_wrapper.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\ja_jp_phonemizer.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\ko_kr_phonemizer.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\multi_phonemizer.py -> temp_build\TTS\tts\utils\text\phonemizers copying TTS\tts\utils\text\phonemizers\zh_cn_phonemizer.py -> temp_build\TTS\tts\utils\text\phonemizers creating temp_build\TTS\utils copying TTS\utils\init__.py -> temp_build\TTS\utils copying TTS\utils\callbacks.py -> temp_build\TTS\utils copying TTS\utils\capacitron_optimizer.py -> temp_build\TTS\utils copying TTS\utils\distribute.py -> temp_build\TTS\utils copying TTS\utils\download.py -> temp_build\TTS\utils copying TTS\utils\downloaders.py -> temp_build\TTS\utils copying TTS\utils\generic_utils.py -> temp_build\TTS\utils copying TTS\utils\io.py -> temp_build\TTS\utils copying TTS\utils\manage.py -> temp_build\TTS\utils copying TTS\utils\radam.py -> temp_build\TTS\utils copying TTS\utils\samplers.py -> temp_build\TTS\utils copying TTS\utils\synthesizer.py -> temp_build\TTS\utils copying TTS\utils\training.py -> temp_build\TTS\utils copying TTS\utils\vad.py -> temp_build\TTS\utils creating temp_build\TTS\utils\audio copying TTS\utils\audio\init.py -> temp_build\TTS\utils\audio copying TTS\utils\audio\numpy_transforms.py -> temp_build\TTS\utils\audio copying TTS\utils\audio\processor.py -> temp_build\TTS\utils\audio copying TTS\utils\audio\torch_transforms.py -> temp_build\TTS\utils\audio creating temp_build\TTS\vc creating temp_build\TTS\vc\configs copying TTS\vc\configs\init.py -> temp_build\TTS\vc\configs copying TTS\vc\configs\freevc_config.py -> temp_build\TTS\vc\configs copying TTS\vc\configs\shared_configs.py -> temp_build\TTS\vc\configs creating temp_build\TTS\vc\models copying TTS\vc\models\init__.py -> temp_build\TTS\vc\models copying TTS\vc\models\base_vc.py -> temp_build\TTS\vc\models copying TTS\vc\models\freevc.py -> temp_build\TTS\vc\models creating temp_build\TTS\vc\modules copying TTS\vc\modules\init.py -> temp_build\TTS\vc\modules creating temp_build\TTS\vc\modules\freevc copying TTS\vc\modules\freevc\init.py -> temp_build\TTS\vc\modules\freevc copying TTS\vc\modules\freevc\commons.py -> temp_build\TTS\vc\modules\freevc copying TTS\vc\modules\freevc\mel_processing.py -> temp_build\TTS\vc\modules\freevc copying TTS\vc\modules\freevc\modules.py -> temp_build\TTS\vc\modules\freevc creating temp_build\TTS\vc\modules\freevc\speaker_encoder copying TTS\vc\modules\freevc\speaker_encoder\init__.py -> temp_build\TTS\vc\modules\freevc\speaker_encoder copying TTS\vc\modules\freevc\speaker_encoder\audio.py -> temp_build\TTS\vc\modules\freevc\speaker_encoder copying TTS\vc\modules\freevc\speaker_encoder\hparams.py -> temp_build\TTS\vc\modules\freevc\speaker_encoder copying TTS\vc\modules\freevc\speaker_encoder\speaker_encoder.py -> temp_build\TTS\vc\modules\freevc\speaker_encoder creating temp_build\TTS\vc\modules\freevc\wavlm copying TTS\vc\modules\freevc\wavlm\init.py -> temp_build\TTS\vc\modules\freevc\wavlm copying TTS\vc\modules\freevc\wavlm\config.json -> temp_build\TTS\vc\modules\freevc\wavlm copying TTS\vc\modules\freevc\wavlm\modules.py -> temp_build\TTS\vc\modules\freevc\wavlm copying TTS\vc\modules\freevc\wavlm\wavlm.py -> temp_build\TTS\vc\modules\freevc\wavlm creating temp_build\TTS\vocoder copying TTS\vocoder\README.md -> temp_build\TTS\vocoder copying TTS\vocoder\init.py -> temp_build\TTS\vocoder creating temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\init__.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\fullband_melgan_config.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\hifigan_config.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\melgan_config.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\multiband_melgan_config.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\parallel_wavegan_config.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\shared_configs.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\univnet_config.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\wavegrad_config.py -> temp_build\TTS\vocoder\configs copying TTS\vocoder\configs\wavernn_config.py -> temp_build\TTS\vocoder\configs creating temp_build\TTS\vocoder\datasets copying TTS\vocoder\datasets\init__.py -> temp_build\TTS\vocoder\datasets copying TTS\vocoder\datasets\gan_dataset.py -> temp_build\TTS\vocoder\datasets copying TTS\vocoder\datasets\preprocess.py -> temp_build\TTS\vocoder\datasets copying TTS\vocoder\datasets\wavegrad_dataset.py -> temp_build\TTS\vocoder\datasets copying TTS\vocoder\datasets\wavernn_dataset.py -> temp_build\TTS\vocoder\datasets creating temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\init.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\hifigan.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\losses.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\lvc_block.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\melgan.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\parallel_wavegan.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\pqmf.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\upsample.py -> temp_build\TTS\vocoder\layers copying TTS\vocoder\layers\wavegrad.py -> temp_build\TTS\vocoder\layers creating temp_build\TTS\vocoder\models copying TTS\vocoder\models\init__.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\base_vocoder.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\fullband_melgan_generator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\gan.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\hifigan_discriminator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\hifigan_generator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\melgan_discriminator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\melgan_generator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\melgan_multiscale_discriminator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\multiband_melgan_generator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\parallel_wavegan_discriminator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\parallel_wavegan_generator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\random_window_discriminator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\univnet_discriminator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\univnet_generator.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\wavegrad.py -> temp_build\TTS\vocoder\models copying TTS\vocoder\models\wavernn.py -> temp_build\TTS\vocoder\models creating temp_build\TTS\vocoder\utils copying TTS\vocoder\utils\init__.py -> temp_build\TTS\vocoder\utils copying TTS\vocoder\utils\distribution.py -> temp_build\TTS\vocoder\utils copying TTS\vocoder\utils\generic_utils.py -> temp_build\TTS\vocoder\utils running build_ext building 'TTS.tts.utils.monotonic_align.core' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for TTS Failed to build mojimoji TTS ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (mojimoji, TTS)

Logs

No response

Environment

- OS Windows 11
- Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 (使用venv环境)

Additional context

No response

davidrop commented 1 month ago

Same error also if i execute pip install TTS under a Visual Studio 2022 Developer Command Prompt v17.10.5 opened via Visual Strudio Build Tools installation, i'm under a venv with python 3.11.9

building 'TTS.tts.utils.monotonic_align.core' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

alamnasim commented 1 month ago

I am also facing same issue with windows 10. Any update on this

durantgod commented 1 month ago

Y may try to install visualstudio like this or update it : image