自从 replit 运行更新以来,我收到以下错误消息。
我不知道为什么会发生这种情况。有人有什么建议吗?
python3: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libc.so.6: version `GLIBC_2.34' not found (required by python3)
python3: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libm.so.6: version `GLIBC_2.38' not found (required by /nix/store/aq4i66vp9h4ff5idn2nyr6r002yqqdr1-python3-3.8.18/lib/libpython3.8.so.1.0)
python3: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libm.so.6: version `GLIBC_2.35' not found (required by /nix/store/aq4i66vp9h4ff5idn2nyr6r002yqqdr1-python3-3.8.18/lib/libpython3.8.so.1.0)
python3: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libc.so.6: version `GLIBC_2.38' not found (required by /nix/store/aq4i66vp9h4ff5idn2nyr6r002yqqdr1-python3-3.8.18/lib/libpython3.8.so.1.0)
python3: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libc.so.6: version `GLIBC_2.34' not found (required by /nix/store/aq4i66vp9h4ff5idn2nyr6r002yqqdr1-python3-3.8.18/lib/libpython3.8.so.1.0)
python3: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/318mmrb90gssqssn14mckr66akdwbfyz-libxcrypt-4.4.36/lib/libcrypt.so.2)
python3: /nix/store/65hafbsx91127farbmyyv4r5ifgjdg43-glibc-2.33-117/lib/libc.so.6: version `GLIBC_2.38' not found (required by /nix/store/318mmrb90gssqssn14mckr66akdwbfyz-libxcrypt-4.4.36/lib/libcrypt.so.2)
我转到“依赖项/系统(高级)”并删除了 GLIBC 文件并再次运行该程序,它起作用了