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
glibc version is 2.41
Check TCMalloc: libtcmalloc_minimal.so.4
libtcmalloc_minimal.so.4 is linked with libc.so, execute LD_PRELOAD=/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4
After that, the installation fails with:
venv/bin/python: can't open file '/home/stable-diffusion-webui/launch.py': [Errno 2] No such file or directory
System Information
OS: Debian GNU/Linux 13 (Trixie)
glibc: 2.41
Installation method: Official webui.sh installer from the AUTOMATIC1111 GitHub repository
It looks like launch.py is missing or the repository is not being cloned correctly before the script tries to execute it.
Has anyone experienced the same issue on Debian 13, or is this a known problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report: Installation fails on Debian 13 (Trixie)
Hello,
I'm trying to install Stable Diffusion WebUI using the official installation script.
I downloaded and started the installer with:
During installation I get the following output:
After that, the installation fails with:
System Information
webui.shinstaller from the AUTOMATIC1111 GitHub repositoryIt looks like
launch.pyis missing or the repository is not being cloned correctly before the script tries to execute it.Has anyone experienced the same issue on Debian 13, or is this a known problem?
Beta Was this translation helpful? Give feedback.
All reactions