-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find EGL device for CUDA device #1671
Comments
What does There are also magic files in
|
Hi @erikwijmans, I got the following outputs:
I only find
|
You'll need that |
Thank you! I will send a request to the admin. |
For anyone having this issue, I solved it by installing the correct nvidia-driver. Before I was using the headless version, such as After purging and installing the correct nvidia-version, such as |
Habitat-Sim version
v0.2.1
❓ Questions and Help
When I tried to initialize a sim on a headless server with 8
NVIDIA RTX A6000
,NVIDIA-SMI 510.47.03 Driver Version: 510.47.03 CUDA Version: 11.6
, I got the following error.I also checked my libEGL using
ldconfig -N -v | grep libEGL
following #288 and got the following logs.For scripts
locate libEGL_nvidia.so
, I gotSince I don't have the root permission, I tried to create the symlinks by
Then I added
~/lib
,/usr/lib/i386-linux-gnu
, and/usr/lib/x86_64-linux-gnu
to theLD_LIBRARY_PATH
and run the code again. The error still exists.Is there any solution to this problem?
Thanks!
The text was updated successfully, but these errors were encountered: