GuanxingLu / ManiGaussian

[ECCV 2024] ManiGaussian: Dynamic Gaussian Splatting for Multi-task Robotic Manipulation
MIT License
150 stars 5 forks source link

Error in swrast #14

Closed joonsu0109gh closed 1 month ago

joonsu0109gh commented 1 month ago

About the following error:

libGL error: failed to load driver: swrast

I solved this by using:

sudo apt-get install --reinstall libffi7 conda install -c conda-forge libffi

And Link can help.

I note this for anyone else who has the same error as me.

GuanxingLu commented 1 month ago

Thank you for your kind sharing!

GuanxingLu commented 1 month ago

The problem can also be solved by conda install -c conda-forge gcc in my environment, as is pointed out in https://github.com/GuanxingLu/ManiGaussian/blob/main/docs/ERROR_CATCH.md