在docker中导入python的包时ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory

问题:
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory

解决方法:
apt install libgl1-mesa-glx
apt-get install libglib2.0-dev

posted @ 2022-09-26 09:56  pogeba  阅读(320)  评论(0编辑  收藏  举报