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
Copy file name to clipboardExpand all lines: src/maintainer/maintainer_faq.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,3 +114,14 @@ FAQ
114
114
The exit code 139 itself actually is the general exit code for a segmentation fault. This could also mean that you have run into a different issue but the above issue is the most likely one with our CentOS 6-based images.
115
115
116
116
117
+
.. _mfaq_libGL_so_1:
118
+
119
+
:ref:`(Q) <_mfaq_libGL_so_1>` **How do I fix the** ``libGL.so.1`` **import error?**
120
+
121
+
Error:
122
+
123
+
.. code-block:: shell
124
+
125
+
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
126
+
127
+
Create a `yum_requirements.txt <https://conda-forge.org/docs/maintainer/knowledge_base.html#yum-deps>`_ file and add *mesa-libGL*.
0 commit comments