Skip to content
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

ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found #22

Open
testprabhjot opened this issue Feb 25, 2025 · 1 comment

Comments

@testprabhjot
Copy link

Traceback (most recent call last):
File "/home/drkinshuk/Desktop/Prabhjot/SurfDock/comp_surface/prepare_target/computeTargetMesh_test_samples.py", line 6, in
import pymesh
File "/home/drkinshuk/miniforge3/envs/SurfDock/lib/python3.10/site-packages/pymesh/init.py", line 25, in
from .Mesh import Mesh
File "/home/drkinshuk/miniforge3/envs/SurfDock/lib/python3.10/site-packages/pymesh/Mesh.py", line 5, in
import PyMesh
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /home/drkinshuk/miniforge3/envs/SurfDock/lib/python3.10/site-packages/pymesh/lib/libstdc++.so.6)

@CLG68
Copy link

CLG68 commented Feb 26, 2025

Pymesh2 seems to need >=GLIBC 2.36. For ex I could not make it work on Ubuntu 22 (GLIBC 2.35) but I have no problem with Ubuntu 24 (GLIBC 2.39).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants