Hi,
I am trying to run Isaac Gym on a cluster of supercomputers based on Linux CentOS (between 7.6 and 7.8) and I’m getting the error "version `GLIBC_2.27’ not found ".
This is due to my CentOS having glibc 2.17. Unfortunately, I cannot update glibc or the OS (as CentOS-8 comes with glibc 2.28 which should solve the issue), is there any option to have Issac Gym running with glibc 2.17 (or on CentOS (version < 8.0) in general?)
Thanks!