-
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
Module fails to import on CentOS 7 - version GLIBC not found #157
Comments
I don't know if there is a way to have a newer version of libstdc++ on CentOS7, but I am afraid it will be the only way to have the pip package working there. |
Hay @alemuntoni, I built pymeshlab manually on CentOS 7, when importing it I get the following error:
Any idea what might be causing this issue? I followed the build instructions here: https://github.com/cnr-isti-vclab/PyMeshLab/tree/main/src |
Does the module |
I am confused, is this CentOS in a linux virtual environment running on windows? |
You are correct, I'm using WSL to run CentOS.
Everything seems to be in place, or am I missing something? |
I just encounter the similar issue, except i directly install using "pip3 install PyMeshLab", this will install pymeshlab-2023.12, but when import, the error occurred " from .pmeshlab import * |
Facing the same issue #360 |
do you finally solve this promblem? |
It seems that PyMeshLab has been built to rely on a version of libstdc++ that is newer than what is available on CentOS 7.
Steps to reproduce (tested using a Digital Ocean CentOS 7 VM):
sudo yum install freeglut freeglut-devel
(to satisfy LibGL dependency)pip3 --user install pymeshlab
python3
and executeimport pymeshlab
. Error received is:The text was updated successfully, but these errors were encountered: