You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Facing above error . pls guide.
The text was updated successfully, but these errors were encountered: