You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Silero and Whisper it gives errors
Is there an existing issue for this?
I have searched the existing issues
Reproduction
Launch webui
In extensions I include Silero and Whisper
I get errors and extensions do not start
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 foryour OS and paste the following commandin 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 foryour OS and paste the following commandin 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
The text was updated successfully, but these errors were encountered:
Describe the bug
When installing Silero and Whisper it gives errors
Is there an existing issue for this?
Reproduction
Screenshot
No response
Logs
System Info
The text was updated successfully, but these errors were encountered: