Open3D
Open3D copied to clipboard
The open3d library is linked with the system GLIB_C, which causes several issues with installation. I understand the choice is made for a particular reason, however, this makes the library highly system version dependent.
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
mainbranch).
Steps to reproduce the issue
CentOS 7.9 I am trying to install it in a cluster environment that cannot be changed easily which uses GLIB_C 2.17. The particular cluster is being used by hundreds of Computer Vision researchers, so I am not alone in this. Furthermore, this will easily pop up in future as cluster environments are not updated with the same speed as the library.
Error message
GLIB_C 2.27 not found.., etc.
Open3D, Python and System information
Operating System: CentOS 7.9
Additional information
No response