nice-slam icon indicating copy to clipboard operation
nice-slam copied to clipboard

libgl error: failed to load driver :swrast

Open sankalpkallakuri opened this issue 1 year ago • 2 comments

image

Facing above error . pls guide.

sankalpkallakuri avatar Aug 30 '24 05:08 sankalpkallakuri

Does your computer have a display?If not, maybe you can try X server in MobaXterm.

Juanita130 avatar Sep 20 '24 08:09 Juanita130

I had the same problem and solved it after the following: 1: conda install -c conda-forge libstdcxx-ng 2: cd /usr/lib/ sudo mkdir dri cd dri sudo ln -s /lib/x86_64-linux-gnu/dri/swrast_dri.so swrast_dri.so 3: conda install -c conda-forge gcc

RealGuruiwen avatar Jan 07 '25 14:01 RealGuruiwen