-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors running pygpt binary #92
Comments
What version of GLIBC do you have? |
ldd --version |
GLIBC version is fine (binary version requires >= 2.35). You can try installing/reinstalling gvfs:
However, if the app is working and there are no other problems, I wouldn't worry about this error. |
Tried the install/reinstall command. The error still there. pygpt works anyway. |
Running pygpt binary on Ubuntu LTS24.04 produced the following error. The application runs. I tried a few things suggested by pygpt and did not resolve the error.
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
....
The text was updated successfully, but these errors were encountered: