这里写自定义目录标题
When I try to import cv2 in python I get the following error:
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
解决方法:
yum install mesa-libGL
When I try to import cv2 in python I get the following error:
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
解决方法:
yum install mesa-libGL