Skip to content

Commit fdba82f

Browse files
authored
Explain libGL.so.1 fix
1 parent 7d43567 commit fdba82f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/maintainer/maintainer_faq.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,14 @@ FAQ
114114
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.
115115

116116

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

Comments
 (0)