pmh47 / dirt

DIRT: a fast differentiable renderer for TensorFlow
MIT License
312 stars 63 forks source link

[Test Error]no egl devices found Aborted (core dumped) #116

Open studycat520 opened 12 months ago

studycat520 commented 12 months ago

Thanks for your great work!I got an error when running

python tests/square_test.py

The output is "no egl devices found Aborted (core dumped)".I have tried many solutions about all the same issues but they didn't work. Some tests were: 1、The output of subprocess

import dirt.rasterise_ops
import subprocess
subprocess.call(['ldd', dirt.rasterise_ops._lib_path + '/librasterise.so'])
image

2、The output of ldd dirt/librasterise.so

image

3、The output of ls -l /usr/lib//GL

image

So what's the problem? What can I do to solve this error of square_test? Thank you very much for helping me