virchau13 / automatic1111-webui-nix

AUTOMATIC1111/stable-diffusion-webui for CUDA and ROCm on NixOS
MIT License
142 stars 19 forks source link

libc.so.6: version `GLIBC_2.38' not found #11

Open RikudouSage opened 8 months ago

RikudouSage commented 8 months ago

I get this error since upgrading to 23.11.

When running nix-shell --argstr variant CUDA and then ./webui.sh, I get the following output:

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################

################################################################
Running on username user
################################################################

################################################################
Create and activate python venv
################################################################

################################################################
Launching launch.py...
################################################################
python3: /nix/store/46m4xx889wlhsdj72j38fnlyyvvvvbyb-glibc-2.37-8/lib/libc.so.6: version `GLIBC_2.38' not found (required by /nix/store/d88c3233krm9b2vwip6i1p71933j3dbw-gperftools-2.10/lib/libtcmalloc.so)
python3: /nix/store/46m4xx889wlhsdj72j38fnlyyvvvvbyb-glibc-2.37-8/lib/libm.so.6: version `GLIBC_2.38' not found (required by /nix/store/50kabpj0s79040a42b7jj2dxn85wmbfd-python3-3.10.13/lib/libpython3.10.so.1.0)
python3: /nix/store/46m4xx889wlhsdj72j38fnlyyvvvvbyb-glibc-2.37-8/lib/libc.so.6: version `GLIBC_2.38' not found (required by /nix/store/50kabpj0s79040a42b7jj2dxn85wmbfd-python3-3.10.13/lib/libpython3.10.so.1.0)
python3: /nix/store/46m4xx889wlhsdj72j38fnlyyvvvvbyb-glibc-2.37-8/lib/libc.so.6: version `GLIBC_2.38' not found (required by /nix/store/myw67gkgayf3s2mniij7zwd79lxy8v0k-gcc-12.3.0-lib/lib/libstdc++.so.6)