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
322 stars 55 forks source link

"python examples/minimal_example.py" Error #126

Closed ZetaRing closed 10 months ago

ZetaRing commented 10 months ago

Install success following INSTALLATION.md. python setup.py install --audio --headless in Ubuntu 22.04 with AMD cpu

But python examples/minimal_example.py shows python: Relink '/home/$USER/anaconda3/envs/ss/lib/python3.9/site-packages/habitat_sim-0.2.2-py3.9-linux-x86_64.egg/habitat_sim/_ext/libRLRAudioPropagation.so' with '/lib/x86_64-linux-gnu/libz.so.1' for IFUNC symbol 'crc32_z' The same error occurred when I tried to import habitat_sim in python terminal. This problem is also mentioned in #123.

Can anyone help? :)