GPT4ALL - Can't install on MX Linux 23
Posted: Mon Dec 30, 2024 3:24 pm
I would like to use ai, but it should be private/offline. For this I tried to install GPT4ALL.
I used this guide, which is based on pyrthon: https://adamtheautomator.com/gpt4all/
After installation, I tried to start the application and got following error:
With the command I could figure out my current version:
How can I get a newer version of GLIBC on MX Linux? Or would it even better to nicely request a gpt4all package for the mx package installer?
Thanks a lot for your help
I used this guide, which is based on pyrthon: https://adamtheautomator.com/gpt4all/
After installation, I tried to start the application and got following error:
Code: Select all
Traceback (most recent call last):
File "/home/maxmoon/gpt4all/app.py", line 15, in <module>
from gpt4all import GPT4All
File "/home/maxmoon/.local/lib/python3.9/site-packages/gpt4all/__init__.py", line 1, in <module>
from .gpt4all import CancellationError as CancellationError, Embed4All as Embed4All, GPT4All as GPT4All
File "/home/maxmoon/.local/lib/python3.9/site-packages/gpt4all/gpt4all.py", line 23, in <module>
from ._pyllmodel import (CancellationError as CancellationError, EmbCancelCallbackType, EmbedResult as EmbedResult,
File "/home/maxmoon/.local/lib/python3.9/site-packages/gpt4all/_pyllmodel.py", line 91, in <module>
llmodel = load_llmodel_library()
File "/home/maxmoon/.local/lib/python3.9/site-packages/gpt4all/_pyllmodel.py", line 81, in load_llmodel_library
lib = ctypes.CDLL(str(MODEL_LIB_PATH / f"libllmodel.{ext}"))
File "/usr/lib/python3.9/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/maxmoon/.local/lib/python3.9/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libllmodel.so)
Code: Select all
ldd --version
Code: Select all
dd (Debian GLIBC 2.31-13+deb11u11) 2.31
Thanks a lot for your help
