stable-diffusion-webui
stable-diffusion-webui copied to clipboard
cant launch ui [Bug]:
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?
./webui.sh: line 246: bc: command not found ./webui.sh: line 246: [: -eq: unary operator expected
Steps to reproduce the problem
launch ./webui.sh
What should have happened?
launched ui
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
12gb gpu nvidea 4 gb gpu amd
Console logs
Repo already cloned, using it as install directory
################################################################
################################################################
Create and activate python venv
################################################################
################################################################
Launching launch.py...
################################################################
glibc version is 2.39
Check TCMalloc: libtcmalloc_minimal.so.4
./webui.sh: line 246: bc: command not found
./webui.sh: line 246: [: -eq: unary operator expected
libtcmalloc_minimal.so.4 is linked with libc.so,execute LD_PRELOAD=/usr/lib/libtcmalloc_minimal.so.4
Python 3.11.8 (main, Feb 12 2024, 14:50:05) [GCC 13.2.1 20230801]
Version: v1.8.0
Commit hash: bef51aed032c0aaa5cfd80445bc4cf0d85b408b5
Additional information
No response
You need to install bc. sudo apt install bc