-
Notifications
You must be signed in to change notification settings - Fork 29k
Open
Labels
bug-reportReport of a bug, yet to be confirmedReport of a bug, yet to be confirmed
Description
Checklist
- The issue exists after disabling all extensions
- The issue exists on a clean installation of webui
- The issue is caused by an extension, but I believe it is caused by a bug in the webui
- The issue exists in the current version of the webui
- The issue has not been reported before recently
- The issue has been reported before but has not been fixed yet
What happened?
can't open because of the tokenizers can't build
Steps to reproduce the problem
idk
it just pop up
What should have happened?
it run as usual but now it bonked
What browsers do you use to access the UI ?
No response
Sysinfo
from my console can't open the webUI
Console logs
Traceback (most recent call last):
File "/workspace/file/stable-diffusion-webui/launch.py", line 48, in <module>
main()
File "/workspace/file/stable-diffusion-webui/launch.py", line 39, in main
prepare_environment()
File "/workspace/file/stable-diffusion-webui/modules/launch_utils.py", line 423, in prepare_environment
run_pip(f"install -r \"{requirements_file}\"", "requirements")
File "/workspace/file/stable-diffusion-webui/modules/launch_utils.py", line 144, in run_pip
return run(f'"{python}" -m pip {command} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}", live=live)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspace/file/stable-diffusion-webui/modules/launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install requirements.
Command: "/home/gitpod/.pyenv/versions/3.12.4/bin/python" -m pip install -r "requirements_versions.txt" --prefer-binary
Error code: 1
Additional information
No response
dmytrogajewski, fishBone000, ledyba and mcmah309
Metadata
Metadata
Assignees
Labels
bug-reportReport of a bug, yet to be confirmedReport of a bug, yet to be confirmed