facebookresearch / sound-spaces

A first-of-its-kind acoustic simulation platform for audio-visual embodied AI research. It supports training and evaluating multiple tasks and applications.
https://soundspaces.org
Creative Commons Attribution 4.0 International
345 stars 55 forks source link

version `GLIBC_2.29' not found #129

Closed EntyccE closed 11 months ago

EntyccE commented 11 months ago

After I followed the installation guide, I started to run example commands in readme and ran into the following error:

ImportError: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by .../anaconda3/envs/ss/lib/python3.9/site-packages/habitat_sim-0.2.2-py3.9-linux-x86_64.egg/habitat_sim/_ext/libRLRAudioPropagation.so)

I searched a lot but I didn't managed it. Can I get any help?

EntyccE commented 11 months ago

My version is ldd (GNU libc) 2.28

ChanganVR commented 11 months ago

@EntyccE you can find the solution here: https://github.com/facebookresearch/rlr-audio-propagation/issues/9#issuecomment-1317697962

EntyccE commented 11 months ago

@ChanganVR Thanks a lot! So sorry that I didn't notice the specific insturction part.