ImportError: libGL.so.1: cannot open shared object file:
具体错误
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
环境:
Ubuntu16.04+Docker
解决方法
sudo apt update
sudo apt install libgl1-mesa-glx
阅读 805
0 条评论
得票时间
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
Ubuntu16.04+Docker
sudo apt update
sudo apt install libgl1-mesa-glx