facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.58k stars 419 forks source link

Habitat-Sim does not work without a GPU? - Platform::WindowlessEglApplication::tryCreateContext(): unable to find CUDA device 0 among 2 EGL devices in total WindowlessContext: Unable to create windowless context #2337

Open hardik01shah opened 6 months ago

hardik01shah commented 6 months ago

Hi, I installed habitat-sim from source using python setup.py install, without any other flags. My system is a Lenovo Thinkbook without a GPU, and that is the reason I did not include the headless and with-cuda flags, expecting it to run. However, I get the below error on using habitat-sim: Platform::WindowlessEglApplication::tryCreateContext(): unable to find CUDA device 0 among 2 EGL devices in total WindowlessContext: Unable to create windowless context Can you run habitat-sim without a GPU? If yes, what changes can I make?