oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
40.25k stars 5.28k forks source link

Some Modules can't be found while I did install them. #4819

Closed wFredsch closed 9 months ago

wFredsch commented 10 months ago

Describe the bug

I'm trying to get TTS working but the extensions keep telling me i'm missing modules while having them installed. They are also in my pip3 list

So I don't know what to do anymore. Hopefully anyone can help me.

Underneat is when i'm using the start_windows.bat

Is there an existing issue for this?

Reproduction

Having installed with update_windows then use start_windows

Screenshot

No response

Logs

2023-12-05 18:53:53 INFO:Loading settings from settings.yaml...
2023-12-05 18:53:53 INFO:Loading the extension "gallery"...
2023-12-05 18:53:53 INFO:Loading the extension "silero_tts"...
2023-12-05 18:53:53 ERROR:Failed to load the extension "silero_tts".
Traceback (most recent call last):
  File "C:\Users\...\Documents\Git\text-generation-webui\modules\extensions.py", line 36, in load_extensions
    exec(f"import extensions.{name}.script")
  File "<string>", line 1, in <module>
  File "C:\Users\...\Documents\Git\text-generation-webui\extensions\silero_tts\script.py", line 10, in <module>
    from extensions.silero_tts import tts_preprocessor
  File "C:\Users\...\Documents\Git\text-generation-webui\extensions\silero_tts\tts_preprocessor.py", line 3, in <module>
    from num2words import num2words
ModuleNotFoundError: No module named 'num2words'
2023-12-05 18:53:53 INFO:Loading the extension "elevenlabs_tts"...
2023-12-05 18:53:53 ERROR:Failed to load the extension "elevenlabs_tts".
Traceback (most recent call last):
  File "C:\Users\...\Documents\Git\text-generation-webui\modules\extensions.py", line 36, in load_extensions
    exec(f"import extensions.{name}.script")
  File "<string>", line 1, in <module>
  File "C:\Users\...\Documents\Git\text-generation-webui\extensions\elevenlabs_tts\script.py", line 5, in <module>
    import elevenlabs
ModuleNotFoundError: No module named 'elevenlabs'
2023-12-05 18:53:53 INFO:Loading the extension "whisper_stt"...
C:\Users\...\Documents\Git\text-generation-webui\installer_files\env\Lib\site-packages\gradio\components\dropdown.py:231: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: english or set allow_custom_value=True.
  warnings.warn(

### System Info

```shell
RTX3080
github-actions[bot] commented 9 months ago

This issue has been closed due to inactivity for 6 weeks. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.