habitat-sim
habitat-sim copied to clipboard
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
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?