-
-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Describe the bug
Cannot launch audio-webui, installation failure(?)
To Reproduce
Steps to reproduce the behavior:
- Go to audio-webui
- Click on 'run_py.bat'
- (Randomly) Failed to install wheel. Check AutoDebug output.
- (Randomly) ValueError: source code string cannot contain null bytes
Expected behavior
run_py.bat installs everything correctly and doesn't randomly give errors, and launches properly
Logs (value error)
Checking installs and venv + autodebug checks Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] Webui version: fdb3fc63d4022c9d4ca24b0f2f14b94d40569db3 - Mon May 19 22:04:25 2025 +0200 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] Webui version: fdb3fc63d4022c9d4ca24b0f2f14b94d40569db3 - Mon May 19 22:04:25 2025 +0200 Found extensions: Installed wheel! Installed numba! Done installing/checking installs. Activating extensions Preparing Traceback (most recent call last): File "D:\00_PERSONAL\**********\audio-webui\main.py", line 45, in <module> autodebug.catcher(e) File "D:\00_PERSONAL\**********\audio-webui\autodebug\autodebug.py", line 79, in catcher raise e File "D:\00_PERSONAL\**********\audio-webui\main.py", line 27, in <module> from webui.modules.implementations.tts_monkeypatching import patch as patch1 File "D:\00_PERSONAL\**********\audio-webui\webui\modules\implementations\__init__.py", line 1, in <module> import webui.modules.implementations.ttsmodels as tts File "D:\00_PERSONAL\**********\audio-webui\webui\modules\implementations\ttsmodels.py", line 5, in <module> import gradio File "D:\00_PERSONAL\**********\audio-webui\venv\lib\site-packages\gradio\__init__.py", line 3, in <module> import gradio.components as components File "D:\00_PERSONAL\**********\audio-webui\venv\lib\site-packages\gradio\components\__init__.py", line 1, in <module> from gradio.components.annotated_image import AnnotatedImage File "D:\00_PERSONAL\**********\audio-webui\venv\lib\site-packages\gradio\components\annotated_image.py", line 11, in <module> from PIL import Image as _Image # using _ to minimize namespace pollution File "D:\00_PERSONAL\**********\audio-webui\venv\lib\site-packages\PIL\Image.py", line 131, in <module> import cffi File "D:\00_PERSONAL\**********\audio-webui\venv\lib\site-packages\cffi\__init__.py", line 4, in <module> from .api import FFI ValueError: source code string cannot contain null bytes
Logs (wheel error)
`Checking installs and venv + autodebug checks
Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Webui version: fdb3fc6 - Mon May 19 22:04:25 2025 +0200
Found extensions:
activating venv
Checking installs and venv + autodebug checks
Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Webui version: fdb3fc6 - Mon May 19 22:04:25 2025 +0200
Found extensions:
Failed to install wheel. Check AutoDebug output.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█░▄▄▀██░██░█▄▄░▄▄██░▄▄▄░██░▄▄▀██░▄▄▄██░▄▄▀██░██░██░▄▄░██
█░▀▀░██░██░███░████░███░██░██░██░▄▄▄██░▄▄▀██░██░██░█▀▀██
█░██░██▄▀▀▄███░████░▀▀▀░██░▀▀░██░▀▀▀██░▀▀░██▄▀▀▄██░▀▀▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Install failed!
STDOUT:
Requirement already satisfied: wheel in d:\00_personal**********\audio-webui\venv\lib\site-packages (0.45.1)
STDERR:
Please read the error above carefully.
If you are unsure, please create an issue at https://github.com/gitmylo/audio-webui/issues.
When creating an issue, please include your full autodebug message.
Exit code: 3221225477`
Additional context
OS is Windows 11, repo's is current version (up to date