-
Notifications
You must be signed in to change notification settings - Fork 11
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
centos7 support #7
Comments
cnr-isti-vclab/PyMeshLab#157 associated pymeshlab issue |
hi, There is not much one can do: I gave up as QT5 requirement can not be fulfilled with the default QT5 (5.9.7-5.el7_9) The only workaround at the moment is either upgrading to RHEL8 clone or provide a singularity/docker container, to run on CentOS-7 machine. |
Thanks for following up with this! It probably is worth building a container for portability, since I suspect these kinds of issues may occur with other configurations as well. I created #10 to address this. |
I have access to a Centos7 cluster (and in fact, do want to use surface-morphometrics there). I also saw the pymeshlab import error you describe. It's still in-progress (I only started trying to get it working on Centos7 today/yesterday evening), but our IT team and I have some initial thoughts.
|
I'll let you know if/when I have more information about whether it works or not. I can't say exactly when that will be. The IT team managing our cluster is understaffed right now, and in the middle of some planned hardware upgrades. I'm not sure where this falls in their priority queue. |
tl;dr |
IT has said that their attempt to upgrade glibc caused other things to break on the cluster. I don't know if this issue is specific to our cluster, or if people at other institutions would also run into the same problem. They suggest building a singularity container instead (and might be able to provide assistance with that if needed). |
I'll take a look at finishing #10 tomorrow and perhaps we can discuss on Tuesday. |
@GenevieveBuckley upgrading glibc is no-go, that is why we use container for such purpose :P. |
Hi, I would like to enquire whether there is a singularity container available? I tried to run the Surface morphometrics in centos 7 system and got the following error "version `GLIBC_2.25' not found". or is there an alternative approach to get over this issue? Thanks in advance |
I never prioritized this as we don't have any regular centos users at Scripps or OHSU - mostly we're migrating to ubuntu but some rocky. Its still important to me to support users at institutions with currently non-compatible OS's, so I'll take a pass at building a container next week. |
CentOS-7 is going EOL in a few months, it is not worth it imho. Time to move on... |
Closing in favor of the container support #10 |
Pymeshlab fails with a stdlibc++ error when everything is tested on centos-7. Since thats a very common cluster operating system we should evaluate workarounds. I don't have a centos-7 system to test on so my ability to work on this is limited.
The text was updated successfully, but these errors were encountered: