Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

silero tts and whisper stt not install #6532

Open
1 task done
aeravel opened this issue Nov 17, 2024 · 1 comment
Open
1 task done

silero tts and whisper stt not install #6532

aeravel opened this issue Nov 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@aeravel
Copy link

aeravel commented Nov 17, 2024

Describe the bug

When installing Silero and Whisper it gives errors

Is there an existing issue for this?

  • I have searched the existing issues

Reproduction

  1. Launch webui
  2. In extensions I include Silero and Whisper
  3. I get errors and extensions do not start
  4. Even when installing requirements, the error remains

Screenshot

No response

Logs

13:18:59-054424 INFO     Starting Text generation web UI

Running on local URL:  http://127.0.0.1:7860


Thanks for being a Gradio user! If you have questions or feedback, please join our Discord server and chat with us: https://discord.gg/feTf9x3ZSB
Closing server running on port: 7860
13:19:15-056856 INFO     Loading the extension "whisper_stt"
13:19:15-065068 ERROR    Could not import the requirements for 'whisper_stt'. Make sure to install the requirements for
                         the extension.

                         * To install requirements for all available extensions, launch the
                           update_wizard script for your OS and choose the B option.

                         * To install the requirements for this extension alone, launch the
                           cmd script for your OS and paste the following command in the
                           terminal window that appears:

                         Linux / Mac:

                         pip install -r extensions/whisper_stt/requirements.txt --upgrade

                         Windows:

                         pip install -r extensions\whisper_stt\requirements.txt --upgrade

13:19:15-071065 ERROR    Failed to load the extension "whisper_stt".
Traceback (most recent call last):
  File "E:\yuumekko\yuwaifu\text-generation-webui-1.16\modules\extensions.py", line 37, in load_extensions
    extension = importlib.import_module(f"extensions.{name}.script")
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\yuumekko\yuwaifu\text-generation-webui-1.16\installer_files\env\Lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\yuumekko\yuwaifu\text-generation-webui-1.16\extensions\whisper_stt\script.py", line 9, in <module>
    import whisper
ModuleNotFoundError: No module named 'whisper'
13:19:15-074065 INFO     Loading the extension "silero_tts"
13:19:15-076065 ERROR    Could not import the requirements for 'silero_tts'. Make sure to install the requirements for
                         the extension.

                         * To install requirements for all available extensions, launch the
                           update_wizard script for your OS and choose the B option.

                         * To install the requirements for this extension alone, launch the
                           cmd script for your OS and paste the following command in the
                           terminal window that appears:

                         Linux / Mac:

                         pip install -r extensions/silero_tts/requirements.txt --upgrade

                         Windows:

                         pip install -r extensions\silero_tts\requirements.txt --upgrade

13:19:15-082065 ERROR    Failed to load the extension "silero_tts".
Traceback (most recent call last):
  File "E:\yuumekko\yuwaifu\text-generation-webui-1.16\modules\extensions.py", line 37, in load_extensions
    extension = importlib.import_module(f"extensions.{name}.script")
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\yuumekko\yuwaifu\text-generation-webui-1.16\installer_files\env\Lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\yuumekko\yuwaifu\text-generation-webui-1.16\extensions\silero_tts\script.py", line 10, in <module>
    from extensions.silero_tts import tts_preprocessor
  File "E:\yuumekko\yuwaifu\text-generation-webui-1.16\extensions\silero_tts\tts_preprocessor.py", line 3, in <module>
    from num2words import num2words
ModuleNotFoundError: No module named 'num2words'

Running on local URL:  http://127.0.0.1:7860

System Info

win10
3060 12gb
@aeravel aeravel added the bug Something isn't working label Nov 17, 2024
@Alkohole
Copy link

Do you set requirements inside the runtime environments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants