Closed SgtVincent closed 4 years ago
Hi, This seems like an issue with habitat installation. Quick way to check this is by running examples/benchmark.py in habitat-api directory (where you installed habitat-api, not the submodule within Neural-SLAM directory). If it throws an error, it indicates habitat-sim or api is not installed correctly.
Hi! I followed your installation instruction and met a bug when trying to verify the installation with command
python main.py -n1 --auto_gpu_config 0 --split val
under project directory. The printed out error log:I found a related issue in habitat-sim, I tried to reinstall nvidia-driver, add CUDA_VISIBLE_DEVICES, and check all libgl*.so libraries but none of them helps. I also tried to install Neural-SLAM repo on two machines. Both failed with the same error information as posted above.
System info of machine 1:
System info of machine 2:
Can you give me some hints about this bug?