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

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found #246

Closed
liwenssss opened this issue Aug 11, 2022 · 4 comments
Closed

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found #246

liwenssss opened this issue Aug 11, 2022 · 4 comments

Comments

@liwenssss
Copy link

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 ?

@MikoSamey
Copy link

Maybe your GLIBC version is lower than 2.25.
You can check the version with this command ldd --version;

I solved the problem by lowering the version of pymeshlab:
pip install pymeshlab==0.2.1
I also tried to upgrade the version of GLIBC, but it 's complicated and I failed.Because it's an important API of system.

@liwenssss
Copy link
Author

Maybe your GLIBC version is lower than 2.25. You can check the version with this command ldd --version;

I solved the problem by lowering the version of pymeshlab: pip install pymeshlab==0.2.1 I also tried to upgrade the version of GLIBC, but it 's complicated and I failed.Because it's an important API of system.

Thanks bro, it works for me !

@stale
Copy link

stale bot commented Oct 15, 2022

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.

@stale stale bot added the wontfix This will not be worked on label Oct 15, 2022
@alemuntoni
Copy link
Member

See #157.

@stale stale bot removed the wontfix This will not be worked on label Oct 17, 2022
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

3 participants