Closed joonsu0109gh closed 4 months ago
Thank you for your kind sharing!
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
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.