erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
816 stars 91 forks source link

AllTalk v1.9c: DeepSpeed Installation Error #151

Closed agittyhub closed 5 months ago

agittyhub commented 5 months ago

Hi, Thanks for the new AllTalk v1.9c release.

With a fresh Standalone installation, the following error is being generated:

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.
Installing DeepSpeed...
WARNING: Requirement 'deepspeed-0.14.0+cu118-cp311-cp311-win_amd64.whl' looks like a filename, but the file does not exist
Processing .\deepspeed-0.14.0+cu118-cp311-cp311-win_amd64.whl
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\alltalk\\deepspeed-0.14.0+cu118-cp311-cp311-win_amd64.whl'

Could Not Find c:\alltalk\deepspeed-0.12.7+d058d4b-cp311-cp311-win_amd64.whl

   Run start_alltalk.bat to start AllTalk.
   Run start_finetune.bat to start Finetuning.
   Run start_environment.bat to start the AllTalk Python environment.

Alltalk runs (start_alltalk.bat) but DeepSpeed isn't installed.

[AllTalk Startup] TTS version installed: 0.22.0
[AllTalk Startup] TTS version is up to date.
[AllTalk Startup] All required files are present.
[AllTalk Startup] TTS Subprocess starting
[AllTalk Startup]
[AllTalk Startup]  AllTalk Settings & Documentation: http://127.0.0.1:7851
[AllTalk Startup]
[AllTalk Startup] DeepSpeed Not Detected. See https://github.com/microsoft/DeepSpeed
[AllTalk Model] XTTSv2 Local Loading xttsv2_2.0.2 into cuda

Thank you.

erew123 commented 5 months ago

Hi @agittyhub

I can see exactly what the issue is and quite frustratingly, I uploaded a new atsetup.bat about 21 hours ago, but it appears for some reason, github hasnt actually accepted the file, which is annoying. So apologies.

I've just gone though all the motions again and double confirmed it as, well as updated the changelog with the fix.

29th March 2024

If you cannot git pull (installed from a ZIP file) you can download the updated atsetup.bat from here saving it over the top of the one in the alltalk_tts folder, then follow from step 2 above.

Thanks

Confirmed to correctly run on installation

image

Also confirmed on refresh of requirements

image

agittyhub commented 5 months ago

Hi @erew123, Thanks for your prompt attention.

After downloading the updated atsetup.bat file, a similar error appears with a fresh installation.

ALLTALK STANDALONE APPLICATION SETUP

   BASE REQUIREMENTS
   1) Install AllTalk as a Standalone Application

   OPTIONAL
   2) Git Pull the latest AllTalk updates from Github
   3) Re-Apply/Update the requirements file
   4) Delete AllTalk's custom Python environment
   5) Purge the PIP cache

   OTHER
   8) Generate a diagnostics file

   9) Exit/Quit

Enter your choice: 1
Downloading Miniconda from https://repo.anaconda.com/miniconda/Miniconda3-py310_23.3.1-0-Windows-x86_64.exe to c:\alltalk_tts\alltalk_environment\miniconda_installer.exe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 53.8M  100 53.8M    0     0  6500k      0  0:00:08  0:00:08 --:--:-- 6572k
Installing Miniconda to c:\alltalk_tts\alltalk_environment\conda
Miniconda version:
conda 22.11.1
Packages to install:
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: c:\alltalk_tts\alltalk_environment\env

  added / updated specs:
    - python=3.11

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    bzip2-1.0.8                |       h2bbff1b_5          78 KB
    ca-certificates-2024.3.11  |       haa95532_0         128 KB
    libffi-3.4.4               |       hd77b12b_0         113 KB
    openssl-3.0.13             |       h2bbff1b_0         7.4 MB
    pip-23.3.1                 |  py311haa95532_0         3.5 MB
    python-3.11.8              |       he1021f5_0        18.3 MB
    setuptools-68.2.2          |  py311haa95532_0         1.2 MB
    sqlite-3.41.2              |       h2bbff1b_0         894 KB
    tzdata-2024a               |       h04d1e81_0         116 KB
    wheel-0.41.2               |  py311haa95532_0         163 KB
    xz-5.4.6                   |       h8cc25b3_0         587 KB
    ------------------------------------------------------------
                                           Total:        32.5 MB

The following NEW packages will be INSTALLED:

  bzip2              pkgs/main/win-64::bzip2-1.0.8-h2bbff1b_5
  ca-certificates    pkgs/main/win-64::ca-certificates-2024.3.11-haa95532_0
  libffi             pkgs/main/win-64::libffi-3.4.4-hd77b12b_0
  openssl            pkgs/main/win-64::openssl-3.0.13-h2bbff1b_0
  pip                pkgs/main/win-64::pip-23.3.1-py311haa95532_0
  python             pkgs/main/win-64::python-3.11.8-he1021f5_0
  setuptools         pkgs/main/win-64::setuptools-68.2.2-py311haa95532_0
  sqlite             pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0
  tk                 pkgs/main/win-64::tk-8.6.12-h2bbff1b_0
  tzdata             pkgs/main/noarch::tzdata-2024a-h04d1e81_0
  vc                 pkgs/main/win-64::vc-14.2-h21ff451_1
  vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
  wheel              pkgs/main/win-64::wheel-0.41.2-py311haa95532_0
  xz                 pkgs/main/win-64::xz-5.4.6-h8cc25b3_0
  zlib               pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate c:\alltalk_tts\alltalk_environment\env
#
# To deactivate an active environment, use
#
#     $ conda deactivate

    Downloading and installing PyTorch. This step can take a long time
    depending on your internet connection and hard drive speed. Please
    be patient.

Installing other requirements.

Collecting absl-py==2.1.0 (from -r system\requirements\requirements_standalone.txt (line 1))
  Using cached absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting aiofiles==23.2.1 (from -r system\requirements\requirements_standalone.txt (line 2))
  Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
Collecting aiohttp==3.9.3 (from -r system\requirements\requirements_standalone.txt (line 3))
  Using cached aiohttp-3.9.3-cp311-cp311-win_amd64.whl.metadata (7.6 kB)
Collecting aiosignal==1.3.1 (from -r system\requirements\requirements_standalone.txt (line 4))
  Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Collecting altair==5.2.0 (from -r system\requirements\requirements_standalone.txt (line 5))
  Using cached altair-5.2.0-py3-none-any.whl.metadata (8.7 kB)
Collecting annotated-types==0.6.0 (from -r system\requirements\requirements_standalone.txt (line 6))
  Using cached annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
Collecting anyascii==0.3.2 (from -r system\requirements\requirements_standalone.txt (line 7))
  Using cached anyascii-0.3.2-py3-none-any.whl.metadata (1.5 kB)
Collecting anyio==4.3.0 (from -r system\requirements\requirements_standalone.txt (line 8))
  Using cached anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
Collecting attrs==23.2.0 (from -r system\requirements\requirements_standalone.txt (line 9))
  Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting audioread==3.0.1 (from -r system\requirements\requirements_standalone.txt (line 10))
  Using cached audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB)
Collecting av==11.0.0 (from -r system\requirements\requirements_standalone.txt (line 11))
  Using cached av-11.0.0-cp311-cp311-win_amd64.whl.metadata (4.7 kB)
Collecting Babel==2.14.0 (from -r system\requirements\requirements_standalone.txt (line 12))
  Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting bangla==0.0.2 (from -r system\requirements\requirements_standalone.txt (line 13))
  Using cached bangla-0.0.2-py2.py3-none-any.whl.metadata (4.5 kB)
Collecting blinker==1.7.0 (from -r system\requirements\requirements_standalone.txt (line 14))
  Using cached blinker-1.7.0-py3-none-any.whl.metadata (1.9 kB)
Collecting blis==0.7.11 (from -r system\requirements\requirements_standalone.txt (line 15))
  Using cached blis-0.7.11-cp311-cp311-win_amd64.whl.metadata (7.6 kB)
Collecting bnnumerizer==0.0.2 (from -r system\requirements\requirements_standalone.txt (line 16))
  Using cached bnnumerizer-0.0.2-py3-none-any.whl
Collecting bnunicodenormalizer==0.1.6 (from -r system\requirements\requirements_standalone.txt (line 17))
  Using cached bnunicodenormalizer-0.1.6-py3-none-any.whl
Collecting catalogue==2.0.10 (from -r system\requirements\requirements_standalone.txt (line 18))
  Using cached catalogue-2.0.10-py3-none-any.whl.metadata (14 kB)
Collecting certifi==2024.2.2 (from -r system\requirements\requirements_standalone.txt (line 19))
  Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Collecting cffi==1.16.0 (from -r system\requirements\requirements_standalone.txt (line 20))
  Using cached cffi-1.16.0-cp311-cp311-win_amd64.whl.metadata (1.5 kB)
Collecting charset-normalizer==3.3.2 (from -r system\requirements\requirements_standalone.txt (line 21))
  Using cached charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl.metadata (34 kB)
Collecting click==8.1.7 (from -r system\requirements\requirements_standalone.txt (line 22))
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting cloudpathlib==0.16.0 (from -r system\requirements\requirements_standalone.txt (line 23))
  Using cached cloudpathlib-0.16.0-py3-none-any.whl.metadata (14 kB)
Collecting colorama==0.4.6 (from -r system\requirements\requirements_standalone.txt (line 24))
  Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting coloredlogs==15.0.1 (from -r system\requirements\requirements_standalone.txt (line 25))
  Using cached coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB)
Collecting confection==0.1.4 (from -r system\requirements\requirements_standalone.txt (line 26))
  Using cached confection-0.1.4-py3-none-any.whl.metadata (19 kB)
Collecting contourpy==1.2.0 (from -r system\requirements\requirements_standalone.txt (line 27))
  Using cached contourpy-1.2.0-cp311-cp311-win_amd64.whl.metadata (5.8 kB)
Collecting coqpit==0.0.17 (from -r system\requirements\requirements_standalone.txt (line 28))
  Using cached coqpit-0.0.17-py3-none-any.whl.metadata (11 kB)
Collecting ctranslate2==4.1.0 (from -r system\requirements\requirements_standalone.txt (line 29))
  Using cached ctranslate2-4.1.0-cp311-cp311-win_amd64.whl.metadata (10 kB)
Collecting cutlet==0.4.0 (from -r system\requirements\requirements_standalone.txt (line 30))
  Using cached cutlet-0.4.0-py3-none-any.whl
Collecting cycler==0.12.1 (from -r system\requirements\requirements_standalone.txt (line 31))
  Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting cymem==2.0.8 (from -r system\requirements\requirements_standalone.txt (line 32))
  Using cached cymem-2.0.8-cp311-cp311-win_amd64.whl.metadata (8.6 kB)
Collecting Cython==3.0.9 (from -r system\requirements\requirements_standalone.txt (line 33))
  Using cached Cython-3.0.9-cp311-cp311-win_amd64.whl.metadata (3.2 kB)
Collecting dateparser==1.1.8 (from -r system\requirements\requirements_standalone.txt (line 34))
  Using cached dateparser-1.1.8-py2.py3-none-any.whl.metadata (27 kB)
Collecting decorator==5.1.1 (from -r system\requirements\requirements_standalone.txt (line 35))
  Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting docopt==0.6.2 (from -r system\requirements\requirements_standalone.txt (line 36))
  Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting einops==0.7.0 (from -r system\requirements\requirements_standalone.txt (line 37))
  Using cached einops-0.7.0-py3-none-any.whl.metadata (13 kB)
Collecting encodec==0.1.1 (from -r system\requirements\requirements_standalone.txt (line 38))
  Using cached encodec-0.1.1-py3-none-any.whl
Collecting fastapi==0.110.0 (from -r system\requirements\requirements_standalone.txt (line 39))
  Using cached fastapi-0.110.0-py3-none-any.whl.metadata (25 kB)
Collecting faster-whisper==1.0.1 (from -r system\requirements\requirements_standalone.txt (line 40))
  Using cached faster_whisper-1.0.1-py3-none-any.whl.metadata (14 kB)
Collecting ffmpy==0.3.2 (from -r system\requirements\requirements_standalone.txt (line 41))
  Using cached ffmpy-0.3.2-py3-none-any.whl
Requirement already satisfied: filelock==3.13.3 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 42)) (3.13.3)
Collecting Flask==3.0.2 (from -r system\requirements\requirements_standalone.txt (line 43))
  Using cached flask-3.0.2-py3-none-any.whl.metadata (3.6 kB)
Collecting flatbuffers==24.3.25 (from -r system\requirements\requirements_standalone.txt (line 44))
  Using cached flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes)
Collecting fonttools==4.50.0 (from -r system\requirements\requirements_standalone.txt (line 45))
  Using cached fonttools-4.50.0-cp311-cp311-win_amd64.whl.metadata (162 kB)
Collecting frozenlist==1.4.1 (from -r system\requirements\requirements_standalone.txt (line 46))
  Using cached frozenlist-1.4.1-cp311-cp311-win_amd64.whl.metadata (12 kB)
Requirement already satisfied: fsspec==2024.3.1 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 47)) (2024.3.1)
Collecting fugashi==1.3.1 (from -r system\requirements\requirements_standalone.txt (line 48))
  Using cached fugashi-1.3.1-cp311-cp311-win_amd64.whl.metadata (7.1 kB)
Collecting fuzzywuzzy>=0.18.0 (from -r system\requirements\requirements_standalone.txt (line 49))
  Using cached fuzzywuzzy-0.18.0-py2.py3-none-any.whl.metadata (4.9 kB)
Collecting g2pkk==0.1.2 (from -r system\requirements\requirements_standalone.txt (line 50))
  Using cached g2pkk-0.1.2-py3-none-any.whl.metadata (2.0 kB)
Collecting gradio==3.50.2 (from -r system\requirements\requirements_standalone.txt (line 51))
  Using cached gradio-3.50.2-py3-none-any.whl.metadata (17 kB)
Collecting gradio_client==0.6.1 (from -r system\requirements\requirements_standalone.txt (line 52))
  Using cached gradio_client-0.6.1-py3-none-any.whl.metadata (7.1 kB)
Collecting grpcio==1.62.1 (from -r system\requirements\requirements_standalone.txt (line 53))
  Using cached grpcio-1.62.1-cp311-cp311-win_amd64.whl.metadata (4.2 kB)
Collecting gruut==2.2.3 (from -r system\requirements\requirements_standalone.txt (line 54))
  Using cached gruut-2.2.3-py3-none-any.whl
Collecting gruut-ipa==0.13.0 (from -r system\requirements\requirements_standalone.txt (line 55))
  Using cached gruut_ipa-0.13.0-py3-none-any.whl
Collecting gruut-lang-de==2.0.0 (from -r system\requirements\requirements_standalone.txt (line 56))
  Using cached gruut_lang_de-2.0.0-py3-none-any.whl
Collecting gruut-lang-en==2.0.0 (from -r system\requirements\requirements_standalone.txt (line 57))
  Using cached gruut_lang_en-2.0.0-py3-none-any.whl
Collecting gruut-lang-es==2.0.0 (from -r system\requirements\requirements_standalone.txt (line 58))
  Using cached gruut_lang_es-2.0.0-py3-none-any.whl
Collecting gruut-lang-fr==2.0.2 (from -r system\requirements\requirements_standalone.txt (line 59))
  Using cached gruut_lang_fr-2.0.2-py3-none-any.whl
Collecting h11==0.14.0 (from -r system\requirements\requirements_standalone.txt (line 60))
  Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting hangul-romanize==0.1.0 (from -r system\requirements\requirements_standalone.txt (line 61))
  Using cached hangul_romanize-0.1.0-py3-none-any.whl.metadata (1.2 kB)
Collecting httpcore==1.0.4 (from -r system\requirements\requirements_standalone.txt (line 62))
  Using cached httpcore-1.0.4-py3-none-any.whl.metadata (20 kB)
Collecting httpx==0.27.0 (from -r system\requirements\requirements_standalone.txt (line 63))
  Using cached httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting huggingface-hub==0.22.1 (from -r system\requirements\requirements_standalone.txt (line 64))
  Using cached huggingface_hub-0.22.1-py3-none-any.whl.metadata (12 kB)
Collecting humanfriendly==10.0 (from -r system\requirements\requirements_standalone.txt (line 65))
  Using cached humanfriendly-10.0-py2.py3-none-any.whl.metadata (9.2 kB)
Collecting idna==3.6 (from -r system\requirements\requirements_standalone.txt (line 66))
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting importlib_metadata==7.1.0 (from -r system\requirements\requirements_standalone.txt (line 67))
  Using cached importlib_metadata-7.1.0-py3-none-any.whl.metadata (4.7 kB)
Collecting importlib_resources==6.4.0 (from -r system\requirements\requirements_standalone.txt (line 68))
  Using cached importlib_resources-6.4.0-py3-none-any.whl.metadata (3.9 kB)
Collecting inflect==7.0.0 (from -r system\requirements\requirements_standalone.txt (line 69))
  Using cached inflect-7.0.0-py3-none-any.whl.metadata (21 kB)
Collecting itsdangerous==2.1.2 (from -r system\requirements\requirements_standalone.txt (line 70))
  Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB)
Collecting jaconv==0.3.4 (from -r system\requirements\requirements_standalone.txt (line 71))
  Using cached jaconv-0.3.4-py3-none-any.whl
Collecting jamo==0.4.1 (from -r system\requirements\requirements_standalone.txt (line 72))
  Using cached jamo-0.4.1-py3-none-any.whl.metadata (2.3 kB)
Collecting jieba==0.42.1 (from -r system\requirements\requirements_standalone.txt (line 73))
  Using cached jieba-0.42.1-py3-none-any.whl
Requirement already satisfied: Jinja2==3.1.3 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 74)) (3.1.3)
Collecting joblib==1.3.2 (from -r system\requirements\requirements_standalone.txt (line 75))
  Using cached joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB)
Collecting jsonlines==1.2.0 (from -r system\requirements\requirements_standalone.txt (line 76))
  Using cached jsonlines-1.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting jsonschema==4.21.1 (from -r system\requirements\requirements_standalone.txt (line 77))
  Using cached jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Collecting jsonschema-specifications==2023.12.1 (from -r system\requirements\requirements_standalone.txt (line 78))
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting kiwisolver==1.4.5 (from -r system\requirements\requirements_standalone.txt (line 79))
  Using cached kiwisolver-1.4.5-cp311-cp311-win_amd64.whl.metadata (6.5 kB)
Collecting langcodes==3.3.0 (from -r system\requirements\requirements_standalone.txt (line 80))
  Using cached langcodes-3.3.0-py3-none-any.whl.metadata (29 kB)
Collecting lazy_loader==0.3 (from -r system\requirements\requirements_standalone.txt (line 81))
  Using cached lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB)
Collecting librosa==0.10.1 (from -r system\requirements\requirements_standalone.txt (line 82))
  Using cached librosa-0.10.1-py3-none-any.whl.metadata (8.3 kB)
Collecting llvmlite==0.42.0 (from -r system\requirements\requirements_standalone.txt (line 83))
  Using cached llvmlite-0.42.0-cp311-cp311-win_amd64.whl.metadata (4.9 kB)
Collecting Markdown==3.6 (from -r system\requirements\requirements_standalone.txt (line 84))
  Using cached Markdown-3.6-py3-none-any.whl.metadata (7.0 kB)
Requirement already satisfied: MarkupSafe==2.1.5 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 85)) (2.1.5)
Collecting matplotlib==3.8.3 (from -r system\requirements\requirements_standalone.txt (line 86))
  Using cached matplotlib-3.8.3-cp311-cp311-win_amd64.whl.metadata (5.9 kB)
Collecting mojimoji==0.0.13 (from -r system\requirements\requirements_standalone.txt (line 87))
  Using cached mojimoji-0.0.13-cp311-cp311-win_amd64.whl.metadata (3.6 kB)
Requirement already satisfied: mpmath==1.3.0 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 88)) (1.3.0)
Collecting msgpack==1.0.8 (from -r system\requirements\requirements_standalone.txt (line 89))
  Using cached msgpack-1.0.8-cp311-cp311-win_amd64.whl.metadata (9.4 kB)
Collecting multidict==6.0.5 (from -r system\requirements\requirements_standalone.txt (line 90))
  Using cached multidict-6.0.5-cp311-cp311-win_amd64.whl.metadata (4.3 kB)
Collecting murmurhash==1.0.10 (from -r system\requirements\requirements_standalone.txt (line 91))
  Using cached murmurhash-1.0.10-cp311-cp311-win_amd64.whl.metadata (2.0 kB)
Collecting networkx==2.8.8 (from -r system\requirements\requirements_standalone.txt (line 92))
  Using cached networkx-2.8.8-py3-none-any.whl.metadata (5.1 kB)
Collecting nltk==3.8.1 (from -r system\requirements\requirements_standalone.txt (line 93))
  Using cached nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB)
Collecting num2words==0.5.13 (from -r system\requirements\requirements_standalone.txt (line 94))
  Using cached num2words-0.5.13-py3-none-any.whl.metadata (12 kB)
Collecting numba==0.59.1 (from -r system\requirements\requirements_standalone.txt (line 95))
  Using cached numba-0.59.1-cp311-cp311-win_amd64.whl.metadata (2.8 kB)
Collecting numpy==1.26.4 (from -r system\requirements\requirements_standalone.txt (line 96))
  Using cached numpy-1.26.4-cp311-cp311-win_amd64.whl.metadata (61 kB)
Collecting nvidia-cublas-cu11>=11.11.3.6 (from -r system\requirements\requirements_standalone.txt (line 97))
  Using cached nvidia_cublas_cu11-11.11.3.6-py3-none-win_amd64.whl.metadata (1.5 kB)
Collecting nvidia-cudnn-cu11>=9.0.0.312 (from -r system\requirements\requirements_standalone.txt (line 98))
  Using cached nvidia_cudnn_cu11-9.0.0.312-py3-none-win_amd64.whl
Collecting onnxruntime==1.17.1 (from -r system\requirements\requirements_standalone.txt (line 99))
  Using cached onnxruntime-1.17.1-cp311-cp311-win_amd64.whl.metadata (4.4 kB)
Collecting orjson==3.9.15 (from -r system\requirements\requirements_standalone.txt (line 100))
  Using cached orjson-3.9.15-cp311-none-win_amd64.whl.metadata (50 kB)
Collecting packaging==24.0 (from -r system\requirements\requirements_standalone.txt (line 101))
  Using cached packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
Collecting pandas==1.5.3 (from -r system\requirements\requirements_standalone.txt (line 102))
  Using cached pandas-1.5.3-cp311-cp311-win_amd64.whl.metadata (12 kB)
Collecting pillow==10.2.0 (from -r system\requirements\requirements_standalone.txt (line 103))
  Using cached pillow-10.2.0-cp311-cp311-win_amd64.whl.metadata (9.9 kB)
Collecting platformdirs==4.2.0 (from -r system\requirements\requirements_standalone.txt (line 104))
  Using cached platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB)
Collecting pooch==1.8.1 (from -r system\requirements\requirements_standalone.txt (line 105))
  Using cached pooch-1.8.1-py3-none-any.whl.metadata (9.5 kB)
Collecting preshed==3.0.9 (from -r system\requirements\requirements_standalone.txt (line 106))
  Using cached preshed-3.0.9-cp311-cp311-win_amd64.whl.metadata (2.2 kB)
Collecting protobuf==5.26.0 (from -r system\requirements\requirements_standalone.txt (line 107))
  Using cached protobuf-5.26.0-cp310-abi3-win_amd64.whl.metadata (592 bytes)
Collecting psutil==5.9.8 (from -r system\requirements\requirements_standalone.txt (line 108))
  Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB)
Collecting pycparser==2.21 (from -r system\requirements\requirements_standalone.txt (line 109))
  Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
Collecting pydantic==2.6.4 (from -r system\requirements\requirements_standalone.txt (line 110))
  Using cached pydantic-2.6.4-py3-none-any.whl.metadata (85 kB)
Collecting pydantic_core==2.16.3 (from -r system\requirements\requirements_standalone.txt (line 111))
  Using cached pydantic_core-2.16.3-cp311-none-win_amd64.whl.metadata (6.6 kB)
Collecting pydub==0.25.1 (from -r system\requirements\requirements_standalone.txt (line 112))
  Using cached pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting pynndescent==0.5.11 (from -r system\requirements\requirements_standalone.txt (line 113))
  Using cached pynndescent-0.5.11-py3-none-any.whl.metadata (6.8 kB)
Collecting pyparsing==3.1.2 (from -r system\requirements\requirements_standalone.txt (line 114))
  Using cached pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB)
Collecting pypinyin==0.51.0 (from -r system\requirements\requirements_standalone.txt (line 115))
  Using cached pypinyin-0.51.0-py2.py3-none-any.whl.metadata (12 kB)
Collecting pyreadline3==3.4.1 (from -r system\requirements\requirements_standalone.txt (line 116))
  Using cached pyreadline3-3.4.1-py3-none-any.whl.metadata (2.0 kB)
Collecting pysbd==0.3.4 (from -r system\requirements\requirements_standalone.txt (line 117))
  Using cached pysbd-0.3.4-py3-none-any.whl.metadata (6.1 kB)
Collecting python-crfsuite==0.9.10 (from -r system\requirements\requirements_standalone.txt (line 118))
  Using cached python_crfsuite-0.9.10-cp311-cp311-win_amd64.whl.metadata (4.3 kB)
Collecting python-dateutil==2.9.0.post0 (from -r system\requirements\requirements_standalone.txt (line 119))
  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting python-Levenshtein>=0.25.0 (from -r system\requirements\requirements_standalone.txt (line 120))
  Using cached python_Levenshtein-0.25.0-py3-none-any.whl.metadata (3.7 kB)
Collecting python-multipart==0.0.9 (from -r system\requirements\requirements_standalone.txt (line 121))
  Using cached python_multipart-0.0.9-py3-none-any.whl.metadata (2.5 kB)
Collecting pytz==2024.1 (from -r system\requirements\requirements_standalone.txt (line 122))
  Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting PyYAML==6.0.1 (from -r system\requirements\requirements_standalone.txt (line 123))
  Using cached PyYAML-6.0.1-cp311-cp311-win_amd64.whl.metadata (2.1 kB)
Collecting referencing==0.34.0 (from -r system\requirements\requirements_standalone.txt (line 124))
  Using cached referencing-0.34.0-py3-none-any.whl.metadata (2.8 kB)
Collecting regex==2023.12.25 (from -r system\requirements\requirements_standalone.txt (line 125))
  Using cached regex-2023.12.25-cp311-cp311-win_amd64.whl.metadata (41 kB)
Collecting requests==2.31.0 (from -r system\requirements\requirements_standalone.txt (line 126))
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting rpds-py==0.18.0 (from -r system\requirements\requirements_standalone.txt (line 127))
  Using cached rpds_py-0.18.0-cp311-none-win_amd64.whl.metadata (4.2 kB)
Collecting safetensors==0.4.2 (from -r system\requirements\requirements_standalone.txt (line 128))
  Using cached safetensors-0.4.2-cp311-none-win_amd64.whl.metadata (3.9 kB)
Collecting scikit-learn==1.4.1.post1 (from -r system\requirements\requirements_standalone.txt (line 129))
  Using cached scikit_learn-1.4.1.post1-cp311-cp311-win_amd64.whl.metadata (11 kB)
Collecting scipy==1.12.0 (from -r system\requirements\requirements_standalone.txt (line 130))
  Using cached scipy-1.12.0-cp311-cp311-win_amd64.whl.metadata (60 kB)
Collecting semantic-version==2.10.0 (from -r system\requirements\requirements_standalone.txt (line 131))
  Using cached semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting six==1.16.0 (from -r system\requirements\requirements_standalone.txt (line 132))
  Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting smart-open==6.4.0 (from -r system\requirements\requirements_standalone.txt (line 133))
  Using cached smart_open-6.4.0-py3-none-any.whl.metadata (21 kB)
Collecting sniffio==1.3.1 (from -r system\requirements\requirements_standalone.txt (line 134))
  Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting sounddevice==0.4.6 (from -r system\requirements\requirements_standalone.txt (line 135))
  Using cached sounddevice-0.4.6-py3-none-win_amd64.whl.metadata (1.4 kB)
Collecting soundfile==0.12.1 (from -r system\requirements\requirements_standalone.txt (line 136))
  Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl.metadata (14 kB)
Collecting soxr==0.3.7 (from -r system\requirements\requirements_standalone.txt (line 137))
  Using cached soxr-0.3.7-cp311-cp311-win_amd64.whl.metadata (5.7 kB)
Collecting spacy==3.7.4 (from -r system\requirements\requirements_standalone.txt (line 138))
  Using cached spacy-3.7.4-cp311-cp311-win_amd64.whl.metadata (27 kB)
Collecting spacy-legacy==3.0.12 (from -r system\requirements\requirements_standalone.txt (line 139))
  Using cached spacy_legacy-3.0.12-py2.py3-none-any.whl.metadata (2.8 kB)
Collecting spacy-loggers==1.0.5 (from -r system\requirements\requirements_standalone.txt (line 140))
  Using cached spacy_loggers-1.0.5-py3-none-any.whl.metadata (23 kB)
Collecting srsly==2.4.8 (from -r system\requirements\requirements_standalone.txt (line 141))
  Using cached srsly-2.4.8-cp311-cp311-win_amd64.whl.metadata (20 kB)
Collecting starlette==0.36.3 (from -r system\requirements\requirements_standalone.txt (line 142))
  Using cached starlette-0.36.3-py3-none-any.whl.metadata (5.9 kB)
Collecting SudachiDict-core==20240109 (from -r system\requirements\requirements_standalone.txt (line 143))
  Using cached SudachiDict_core-20240109-py3-none-any.whl.metadata (2.5 kB)
Collecting SudachiPy==0.6.8 (from -r system\requirements\requirements_standalone.txt (line 144))
  Using cached SudachiPy-0.6.8-cp311-cp311-win_amd64.whl.metadata (13 kB)
Requirement already satisfied: sympy==1.12 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 145)) (1.12)
Collecting tensorboard==2.16.2 (from -r system\requirements\requirements_standalone.txt (line 146))
  Using cached tensorboard-2.16.2-py3-none-any.whl.metadata (1.6 kB)
Collecting tensorboard-data-server==0.7.2 (from -r system\requirements\requirements_standalone.txt (line 147))
  Using cached tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB)
Collecting thinc==8.2.3 (from -r system\requirements\requirements_standalone.txt (line 148))
  Using cached thinc-8.2.3-cp311-cp311-win_amd64.whl.metadata (15 kB)
Collecting threadpoolctl==3.4.0 (from -r system\requirements\requirements_standalone.txt (line 149))
  Using cached threadpoolctl-3.4.0-py3-none-any.whl.metadata (13 kB)
Collecting tokenizers==0.15.2 (from -r system\requirements\requirements_standalone.txt (line 150))
  Using cached tokenizers-0.15.2-cp311-none-win_amd64.whl.metadata (6.8 kB)
Collecting toolz==0.12.1 (from -r system\requirements\requirements_standalone.txt (line 151))
  Using cached toolz-0.12.1-py3-none-any.whl.metadata (5.1 kB)
Requirement already satisfied: torch>=2.2.0 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 152)) (2.2.2+cu121)
Requirement already satisfied: torchaudio>=2.2.0 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 153)) (2.2.2+cu121)
Collecting tqdm==4.66.2 (from -r system\requirements\requirements_standalone.txt (line 154))
  Using cached tqdm-4.66.2-py3-none-any.whl.metadata (57 kB)
Collecting trainer==0.0.36 (from -r system\requirements\requirements_standalone.txt (line 155))
  Using cached trainer-0.0.36-py3-none-any.whl.metadata (8.1 kB)
Collecting transformers==4.39.1 (from -r system\requirements\requirements_standalone.txt (line 156))
  Using cached transformers-4.39.1-py3-none-any.whl.metadata (134 kB)
Collecting TTS==0.22.0 (from -r system\requirements\requirements_standalone.txt (line 157))
  Using cached TTS-0.22.0-cp311-cp311-win_amd64.whl
Collecting typer==0.9.4 (from -r system\requirements\requirements_standalone.txt (line 158))
  Using cached typer-0.9.4-py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: typing_extensions==4.10.0 in .\alltalk_environment\env\lib\site-packages (from -r system\requirements\requirements_standalone.txt (line 159)) (4.10.0)
Collecting tzdata==2024.1 (from -r system\requirements\requirements_standalone.txt (line 160))
  Using cached tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting tzlocal==5.2 (from -r system\requirements\requirements_standalone.txt (line 161))
  Using cached tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)
Collecting umap-learn==0.5.5 (from -r system\requirements\requirements_standalone.txt (line 162))
  Using cached umap_learn-0.5.5-py3-none-any.whl
Collecting Unidecode==1.3.8 (from -r system\requirements\requirements_standalone.txt (line 163))
  Using cached Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB)
Collecting unidic-lite==1.0.8 (from -r system\requirements\requirements_standalone.txt (line 164))
  Using cached unidic_lite-1.0.8-py3-none-any.whl
Collecting urllib3==2.2.1 (from -r system\requirements\requirements_standalone.txt (line 165))
  Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting uvicorn==0.29.0 (from -r system\requirements\requirements_standalone.txt (line 166))
  Using cached uvicorn-0.29.0-py3-none-any.whl.metadata (6.3 kB)
Collecting wasabi==1.1.2 (from -r system\requirements\requirements_standalone.txt (line 167))
  Using cached wasabi-1.1.2-py3-none-any.whl.metadata (28 kB)
Collecting weasel==0.3.4 (from -r system\requirements\requirements_standalone.txt (line 168))
  Using cached weasel-0.3.4-py3-none-any.whl.metadata (4.7 kB)
Collecting websockets==11.0.3 (from -r system\requirements\requirements_standalone.txt (line 169))
  Using cached websockets-11.0.3-cp311-cp311-win_amd64.whl.metadata (6.8 kB)
Collecting Werkzeug==3.0.1 (from -r system\requirements\requirements_standalone.txt (line 170))
  Using cached werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
Collecting yarl==1.9.4 (from -r system\requirements\requirements_standalone.txt (line 171))
  Using cached yarl-1.9.4-cp311-cp311-win_amd64.whl.metadata (32 kB)
Collecting zipp==3.18.1 (from -r system\requirements\requirements_standalone.txt (line 172))
  Using cached zipp-3.18.1-py3-none-any.whl.metadata (3.5 kB)
Requirement already satisfied: setuptools in .\alltalk_environment\env\lib\site-packages (from ctranslate2==4.1.0->-r system\requirements\requirements_standalone.txt (line 29)) (68.2.2)
Collecting nvidia-cuda-nvrtc-cu11 (from nvidia-cudnn-cu11>=9.0.0.312->-r system\requirements\requirements_standalone.txt (line 98))
  Using cached nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-win_amd64.whl.metadata (1.5 kB)
Collecting Levenshtein==0.25.0 (from python-Levenshtein>=0.25.0->-r system\requirements\requirements_standalone.txt (line 120))
  Using cached Levenshtein-0.25.0-cp311-cp311-win_amd64.whl.metadata (3.4 kB)
Collecting rapidfuzz<4.0.0,>=3.1.0 (from Levenshtein==0.25.0->python-Levenshtein>=0.25.0->-r system\requirements\requirements_standalone.txt (line 120))
  Using cached rapidfuzz-3.7.0-cp311-cp311-win_amd64.whl.metadata (11 kB)
Using cached absl_py-2.1.0-py3-none-any.whl (133 kB)
Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB)
Using cached aiohttp-3.9.3-cp311-cp311-win_amd64.whl (365 kB)
Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Using cached altair-5.2.0-py3-none-any.whl (996 kB)
Using cached annotated_types-0.6.0-py3-none-any.whl (12 kB)
Using cached anyascii-0.3.2-py3-none-any.whl (289 kB)
Using cached anyio-4.3.0-py3-none-any.whl (85 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached audioread-3.0.1-py3-none-any.whl (23 kB)
Using cached av-11.0.0-cp311-cp311-win_amd64.whl (25.9 MB)
Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
Using cached bangla-0.0.2-py2.py3-none-any.whl (6.2 kB)
Using cached blinker-1.7.0-py3-none-any.whl (13 kB)
Using cached blis-0.7.11-cp311-cp311-win_amd64.whl (6.6 MB)
Using cached catalogue-2.0.10-py3-none-any.whl (17 kB)
Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Using cached cffi-1.16.0-cp311-cp311-win_amd64.whl (181 kB)
Using cached charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl (99 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached cloudpathlib-0.16.0-py3-none-any.whl (45 kB)
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
Using cached confection-0.1.4-py3-none-any.whl (35 kB)
Using cached contourpy-1.2.0-cp311-cp311-win_amd64.whl (187 kB)
Using cached coqpit-0.0.17-py3-none-any.whl (13 kB)
Using cached ctranslate2-4.1.0-cp311-cp311-win_amd64.whl (19.2 MB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached cymem-2.0.8-cp311-cp311-win_amd64.whl (39 kB)
Using cached Cython-3.0.9-cp311-cp311-win_amd64.whl (2.8 MB)
Using cached dateparser-1.1.8-py2.py3-none-any.whl (293 kB)
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Using cached einops-0.7.0-py3-none-any.whl (44 kB)
Using cached fastapi-0.110.0-py3-none-any.whl (92 kB)
Using cached faster_whisper-1.0.1-py3-none-any.whl (1.5 MB)
Using cached flask-3.0.2-py3-none-any.whl (101 kB)
Using cached flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB)
Using cached fonttools-4.50.0-cp311-cp311-win_amd64.whl (2.2 MB)
Using cached frozenlist-1.4.1-cp311-cp311-win_amd64.whl (50 kB)
Using cached fugashi-1.3.1-cp311-cp311-win_amd64.whl (498 kB)
Using cached g2pkk-0.1.2-py3-none-any.whl (25 kB)
Using cached gradio-3.50.2-py3-none-any.whl (20.3 MB)
Using cached gradio_client-0.6.1-py3-none-any.whl (299 kB)
Using cached grpcio-1.62.1-cp311-cp311-win_amd64.whl (3.8 MB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Using cached hangul_romanize-0.1.0-py3-none-any.whl (4.6 kB)
Using cached httpcore-1.0.4-py3-none-any.whl (77 kB)
Using cached httpx-0.27.0-py3-none-any.whl (75 kB)
Using cached huggingface_hub-0.22.1-py3-none-any.whl (388 kB)
Using cached humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached importlib_metadata-7.1.0-py3-none-any.whl (24 kB)
Using cached importlib_resources-6.4.0-py3-none-any.whl (38 kB)
Using cached inflect-7.0.0-py3-none-any.whl (34 kB)
Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Using cached jamo-0.4.1-py3-none-any.whl (9.5 kB)
Using cached joblib-1.3.2-py3-none-any.whl (302 kB)
Using cached jsonlines-1.2.0-py2.py3-none-any.whl (7.6 kB)
Using cached jsonschema-4.21.1-py3-none-any.whl (85 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached kiwisolver-1.4.5-cp311-cp311-win_amd64.whl (56 kB)
Using cached langcodes-3.3.0-py3-none-any.whl (181 kB)
Using cached lazy_loader-0.3-py3-none-any.whl (9.1 kB)
Using cached librosa-0.10.1-py3-none-any.whl (253 kB)
Using cached llvmlite-0.42.0-cp311-cp311-win_amd64.whl (28.1 MB)
Using cached Markdown-3.6-py3-none-any.whl (105 kB)
Using cached matplotlib-3.8.3-cp311-cp311-win_amd64.whl (7.6 MB)
Using cached mojimoji-0.0.13-cp311-cp311-win_amd64.whl (43 kB)
Using cached msgpack-1.0.8-cp311-cp311-win_amd64.whl (75 kB)
Using cached multidict-6.0.5-cp311-cp311-win_amd64.whl (28 kB)
Using cached murmurhash-1.0.10-cp311-cp311-win_amd64.whl (25 kB)
Using cached networkx-2.8.8-py3-none-any.whl (2.0 MB)
Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB)
Using cached num2words-0.5.13-py3-none-any.whl (143 kB)
Using cached numba-0.59.1-cp311-cp311-win_amd64.whl (2.6 MB)
Using cached numpy-1.26.4-cp311-cp311-win_amd64.whl (15.8 MB)
Using cached onnxruntime-1.17.1-cp311-cp311-win_amd64.whl (5.6 MB)
Using cached orjson-3.9.15-cp311-none-win_amd64.whl (136 kB)
Using cached packaging-24.0-py3-none-any.whl (53 kB)
Using cached pandas-1.5.3-cp311-cp311-win_amd64.whl (10.3 MB)
Using cached pillow-10.2.0-cp311-cp311-win_amd64.whl (2.6 MB)
Using cached platformdirs-4.2.0-py3-none-any.whl (17 kB)
Using cached pooch-1.8.1-py3-none-any.whl (62 kB)
Using cached preshed-3.0.9-cp311-cp311-win_amd64.whl (122 kB)
Using cached protobuf-5.26.0-cp310-abi3-win_amd64.whl (420 kB)
Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB)
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Using cached pydantic-2.6.4-py3-none-any.whl (394 kB)
Using cached pydantic_core-2.16.3-cp311-none-win_amd64.whl (1.9 MB)
Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Using cached pynndescent-0.5.11-py3-none-any.whl (55 kB)
Using cached pyparsing-3.1.2-py3-none-any.whl (103 kB)
Using cached pypinyin-0.51.0-py2.py3-none-any.whl (1.4 MB)
Using cached pyreadline3-3.4.1-py3-none-any.whl (95 kB)
Using cached pysbd-0.3.4-py3-none-any.whl (71 kB)
Using cached python_crfsuite-0.9.10-cp311-cp311-win_amd64.whl (155 kB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached python_multipart-0.0.9-py3-none-any.whl (22 kB)
Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
Using cached PyYAML-6.0.1-cp311-cp311-win_amd64.whl (144 kB)
Using cached referencing-0.34.0-py3-none-any.whl (26 kB)
Using cached regex-2023.12.25-cp311-cp311-win_amd64.whl (269 kB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached rpds_py-0.18.0-cp311-none-win_amd64.whl (206 kB)
Using cached safetensors-0.4.2-cp311-none-win_amd64.whl (269 kB)
Using cached scikit_learn-1.4.1.post1-cp311-cp311-win_amd64.whl (10.6 MB)
Using cached scipy-1.12.0-cp311-cp311-win_amd64.whl (46.2 MB)
Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached smart_open-6.4.0-py3-none-any.whl (57 kB)
Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
Using cached sounddevice-0.4.6-py3-none-win_amd64.whl (199 kB)
Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl (1.0 MB)
Using cached soxr-0.3.7-cp311-cp311-win_amd64.whl (184 kB)
Using cached spacy-3.7.4-cp311-cp311-win_amd64.whl (12.1 MB)
Using cached spacy_legacy-3.0.12-py2.py3-none-any.whl (29 kB)
Using cached spacy_loggers-1.0.5-py3-none-any.whl (22 kB)
Using cached srsly-2.4.8-cp311-cp311-win_amd64.whl (479 kB)
Using cached starlette-0.36.3-py3-none-any.whl (71 kB)
Using cached SudachiDict_core-20240109-py3-none-any.whl (71.8 MB)
Using cached SudachiPy-0.6.8-cp311-cp311-win_amd64.whl (1.3 MB)
Using cached tensorboard-2.16.2-py3-none-any.whl (5.5 MB)
Using cached tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB)
Using cached thinc-8.2.3-cp311-cp311-win_amd64.whl (1.5 MB)
Using cached threadpoolctl-3.4.0-py3-none-any.whl (17 kB)
Using cached tokenizers-0.15.2-cp311-none-win_amd64.whl (2.2 MB)
Using cached toolz-0.12.1-py3-none-any.whl (56 kB)
Using cached tqdm-4.66.2-py3-none-any.whl (78 kB)
Using cached trainer-0.0.36-py3-none-any.whl (51 kB)
Using cached transformers-4.39.1-py3-none-any.whl (8.8 MB)
Using cached typer-0.9.4-py3-none-any.whl (45 kB)
Using cached tzdata-2024.1-py2.py3-none-any.whl (345 kB)
Using cached tzlocal-5.2-py3-none-any.whl (17 kB)
Using cached Unidecode-1.3.8-py3-none-any.whl (235 kB)
Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
Using cached uvicorn-0.29.0-py3-none-any.whl (60 kB)
Using cached wasabi-1.1.2-py3-none-any.whl (27 kB)
Using cached weasel-0.3.4-py3-none-any.whl (50 kB)
Using cached websockets-11.0.3-cp311-cp311-win_amd64.whl (124 kB)
Using cached werkzeug-3.0.1-py3-none-any.whl (226 kB)
Using cached yarl-1.9.4-cp311-cp311-win_amd64.whl (76 kB)
Using cached zipp-3.18.1-py3-none-any.whl (8.2 kB)
Using cached fuzzywuzzy-0.18.0-py2.py3-none-any.whl (18 kB)
Using cached nvidia_cublas_cu11-11.11.3.6-py3-none-win_amd64.whl (427.2 MB)
Using cached python_Levenshtein-0.25.0-py3-none-any.whl (9.4 kB)
Using cached Levenshtein-0.25.0-cp311-cp311-win_amd64.whl (98 kB)
Using cached nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-win_amd64.whl (19.0 MB)
Using cached rapidfuzz-3.7.0-cp311-cp311-win_amd64.whl (1.6 MB)
Installing collected packages: unidic-lite, SudachiPy, pytz, python-crfsuite, pyreadline3, pydub, jieba, jamo, jaconv, hangul-romanize, gruut-lang-fr, gruut-lang-es, gruut-lang-en, gruut-lang-de, fuzzywuzzy, flatbuffers, ffmpy, docopt, cymem, bnunicodenormalizer, bnnumerizer, bangla, zipp, Werkzeug, websockets, urllib3, Unidecode, tzdata, toolz, threadpoolctl, tensorboard-data-server, SudachiDict-core, spacy-loggers, spacy-legacy, sniffio, smart-open, six, semantic-version, safetensors, rpds-py, regex, rapidfuzz, PyYAML, python-multipart, pysbd, pypinyin, pyparsing, pydantic_core, pycparser, psutil, protobuf, platformdirs, pillow, packaging, orjson, nvidia-cuda-nvrtc-cu11, nvidia-cublas-cu11, numpy, num2words, networkx, murmurhash, multidict, msgpack, mojimoji, Markdown, llvmlite, lazy_loader, langcodes, kiwisolver, joblib, itsdangerous, importlib_resources, idna, humanfriendly, h11, gruut-ipa, grpcio, fugashi, frozenlist, fonttools, einops, decorator, Cython, cycler, coqpit, colorama, cloudpathlib, charset-normalizer, certifi, catalogue, blinker, Babel, av, audioread, attrs, anyascii, annotated-types, aiofiles, absl-py, yarl, wasabi, tzlocal, tqdm, tensorboard, srsly, soxr, scipy, requests, referencing, python-dateutil, pydantic, preshed, nvidia-cudnn-cu11, numba, Levenshtein, jsonlines, importlib_metadata, httpcore, cutlet, ctranslate2, contourpy, coloredlogs, click, cffi, blis, anyio, aiosignal, uvicorn, typer, starlette, soundfile, sounddevice, scikit-learn, python-Levenshtein, pooch, pandas, onnxruntime, nltk, matplotlib, jsonschema-specifications, inflect, huggingface-hub, httpx, Flask, dateparser, confection, aiohttp, weasel, trainer, tokenizers, thinc, pynndescent, librosa, jsonschema, gruut, gradio_client, g2pkk, fastapi, encodec, umap-learn, transformers, spacy, faster-whisper, altair, gradio, TTS
  Attempting uninstall: networkx
    Found existing installation: networkx 3.2.1
    Uninstalling networkx-3.2.1:
      Successfully uninstalled networkx-3.2.1
Successfully installed Babel-2.14.0 Cython-3.0.9 Flask-3.0.2 Levenshtein-0.25.0 Markdown-3.6 PyYAML-6.0.1 SudachiDict-core-20240109 SudachiPy-0.6.8 TTS-0.22.0 Unidecode-1.3.8 Werkzeug-3.0.1 absl-py-2.1.0 aiofiles-23.2.1 aiohttp-3.9.3 aiosignal-1.3.1 altair-5.2.0 annotated-types-0.6.0 anyascii-0.3.2 anyio-4.3.0 attrs-23.2.0 audioread-3.0.1 av-11.0.0 bangla-0.0.2 blinker-1.7.0 blis-0.7.11 bnnumerizer-0.0.2 bnunicodenormalizer-0.1.6 catalogue-2.0.10 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 cloudpathlib-0.16.0 colorama-0.4.6 coloredlogs-15.0.1 confection-0.1.4 contourpy-1.2.0 coqpit-0.0.17 ctranslate2-4.1.0 cutlet-0.4.0 cycler-0.12.1 cymem-2.0.8 dateparser-1.1.8 decorator-5.1.1 docopt-0.6.2 einops-0.7.0 encodec-0.1.1 fastapi-0.110.0 faster-whisper-1.0.1 ffmpy-0.3.2 flatbuffers-24.3.25 fonttools-4.50.0 frozenlist-1.4.1 fugashi-1.3.1 fuzzywuzzy-0.18.0 g2pkk-0.1.2 gradio-3.50.2 gradio_client-0.6.1 grpcio-1.62.1 gruut-2.2.3 gruut-ipa-0.13.0 gruut-lang-de-2.0.0 gruut-lang-en-2.0.0 gruut-lang-es-2.0.0 gruut-lang-fr-2.0.2 h11-0.14.0 hangul-romanize-0.1.0 httpcore-1.0.4 httpx-0.27.0 huggingface-hub-0.22.1 humanfriendly-10.0 idna-3.6 importlib_metadata-7.1.0 importlib_resources-6.4.0 inflect-7.0.0 itsdangerous-2.1.2 jaconv-0.3.4 jamo-0.4.1 jieba-0.42.1 joblib-1.3.2 jsonlines-1.2.0 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 kiwisolver-1.4.5 langcodes-3.3.0 lazy_loader-0.3 librosa-0.10.1 llvmlite-0.42.0 matplotlib-3.8.3 mojimoji-0.0.13 msgpack-1.0.8 multidict-6.0.5 murmurhash-1.0.10 networkx-2.8.8 nltk-3.8.1 num2words-0.5.13 numba-0.59.1 numpy-1.26.4 nvidia-cublas-cu11-11.11.3.6 nvidia-cuda-nvrtc-cu11-11.8.89 nvidia-cudnn-cu11-9.0.0.312 onnxruntime-1.17.1 orjson-3.9.15 packaging-24.0 pandas-1.5.3 pillow-10.2.0 platformdirs-4.2.0 pooch-1.8.1 preshed-3.0.9 protobuf-5.26.0 psutil-5.9.8 pycparser-2.21 pydantic-2.6.4 pydantic_core-2.16.3 pydub-0.25.1 pynndescent-0.5.11 pyparsing-3.1.2 pypinyin-0.51.0 pyreadline3-3.4.1 pysbd-0.3.4 python-Levenshtein-0.25.0 python-crfsuite-0.9.10 python-dateutil-2.9.0.post0 python-multipart-0.0.9 pytz-2024.1 rapidfuzz-3.7.0 referencing-0.34.0 regex-2023.12.25 requests-2.31.0 rpds-py-0.18.0 safetensors-0.4.2 scikit-learn-1.4.1.post1 scipy-1.12.0 semantic-version-2.10.0 six-1.16.0 smart-open-6.4.0 sniffio-1.3.1 sounddevice-0.4.6 soundfile-0.12.1 soxr-0.3.7 spacy-3.7.4 spacy-legacy-3.0.12 spacy-loggers-1.0.5 srsly-2.4.8 starlette-0.36.3 tensorboard-2.16.2 tensorboard-data-server-0.7.2 thinc-8.2.3 threadpoolctl-3.4.0 tokenizers-0.15.2 toolz-0.12.1 tqdm-4.66.2 trainer-0.0.36 transformers-4.39.1 typer-0.9.4 tzdata-2024.1 tzlocal-5.2 umap-learn-0.5.5 unidic-lite-1.0.8 urllib3-2.2.1 uvicorn-0.29.0 wasabi-1.1.2 weasel-0.3.4 websockets-11.0.3 yarl-1.9.4 zipp-3.18.1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.
Installing DeepSpeed...
WARNING: Requirement 'deepspeed-0.14.0+cu118-cp311-cp311-win_amd64.whl' looks like a filename, but the file does not exist
Processing .\deepspeed-0.14.0+cu118-cp311-cp311-win_amd64.whl
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\alltalk_tts\\deepspeed-0.14.0+cu118-cp311-cp311-win_amd64.whl'

Could Not Find c:\alltalk_tts\deepspeed-0.14.0+cu118-cp311-cp311-win_amd64.whl

   Run start_alltalk.bat to start AllTalk.
   Run start_finetune.bat to start Finetuning.
   Run start_environment.bat to start the AllTalk Python environment.

Press any key to continue . . .
erew123 commented 5 months ago

HI @agittyhub

I think you have something funny with your git setup OR possibly with your ability to access the github revocation server. I dont have any details on actually how to check this.

You can see such github specifc issues mentioned here

There are also other possibilities like your system is not updating its SSL certificates, which is a far wider/out of scope of anything I can help you with. I would suggest looking through your Windows Event Logs and researching on the internet if you thought this was the problem. Though I would expect you would generally start to find issues browsing the internet (in time) if this was the case.

I cant say if this is a temporary issue for, like maybe an internet routing issue between yourself and the revocation server or something more complicated with your system, like the SSL issue I mentioned.

Just for reference, this is the exact issue/error you are facing. CURL is unable to download the DeepSpeed pre-compiled wheel because SSL schannel cannot be established with Github. Be it your systems SSL certificates are out of date, you are going through something that is stripping SSL out, there is an issue with Github, a temporary internet issue... there is a very very long list of possibilities.

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.

In theory, as long as the DeepSpeed installation doesn't require to connect to Microsoft's servers when it compiles (I dont know) You should be able to:

1) Download the DeepSpeed wheel file to your alltalk_tts folder. The file is downloadable here 2) Go into your alltalk_tts directory and run start_environment.bat to start the Python environment (you should see the prompt change accordingly) 3) Type pip install deepspeed-0.14.0+ce78a63-cp311-cp311-win_amd64.whl

This will install DeepSpeed.

Thanks

agittyhub commented 5 months ago

Hi @erew123, Thanks again for your help.

The manual install of DeepSpeed is working!

Cheers!

erew123 commented 5 months ago

@agittyhub Great! Glad you have it sorted.

All the best!