GPT4all Requirement GLIBC>=2.32 Error

If you’re creating a debugging post, please include the following info:

  1. Share the link to the public app (deployed on Community Cloud).
    https://mh6nzwsmpctex9wksusdtm.streamlit.app/

  2. Share the link to your app’s public GitHub repository (including a requirements file).

  1. Share the full text of the error message (not a screenshot).
ERROR: Ignored the following versions that require a different python version: 0.55.2 Requires-Python <3.5
ERROR: Could not find a version that satisfies the requirement GLIBC>=2.32 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.6.1)
ERROR: No matching distribution found for GLIBC>=2.32
Checking if Streamlit is installed
  1. Share the Streamlit and Python versions.
    Streamlit 1.34.0
    Python 3.12

Hi @austinek94,

Did you try removing >= 2.32 in the GLIBC line in our requirements.txt?

Yes, I get a different error:

OSError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32’ not found

(required by /home/adminuser/venv/lib/python3.11/sitepackages/gpt4all/llmodel_DO_NOT_MODIFY/build/libllmodel.so)

Thanks @austinek94.

Could you please try adding a packages.txt file with the line below and see if that resolves the issue?

libstdc++6

Best,
Charly

Still no luck. It doesn’t even seem like Streamlit is reading packages.txt after requirements.txt

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.