# Erro message when execute Spyder ###### tags: `Python` `Anaconda` `Spyder` Execute Spyder, it can load IDE environment, but it showed the below error message about 'libGL'. ``` $ spyder Update LANGUAGE_CODES (inside config/base.py) if a new translation has been added to Spyder libGL error: MESA-LOADER: failed to open crocus: /usr/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri) libGL error: failed to load driver: crocus libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri) libGL error: failed to load driver: swrast link image0 hasn't been detected! terminate called without an active exception Aborted (core dumped) ```