-
Notifications
You must be signed in to change notification settings - Fork 64
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
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found #246
Comments
Maybe your GLIBC version is lower than 2.25. I solved the problem by lowering the version of pymeshlab: |
Thanks bro, it works for me ! |
This issue has been automatically marked as stale because it has not had recent activity. The resources of the VCLab team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the last release of PyMeshLab, please reply with all of the information you have about it in order to keep the issue open. If this is a feature request, and you feel that it is still relevant and valuable, please tell us why. This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions. |
See #157. |
hello, I installed pymeshlab via pip and when I import pymeshlab, I got the error '/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found '. How can I solve it ?
The text was updated successfully, but these errors were encountered: