1. ImportError: libGL.so.1: cannot open shared object file: No such file or directory
解决方法:
apt-get update
apt install libgl1-mesa-glx
2. AttributeError: module ‘cv2‘ has no attribute ‘gapi_wip_gst_GStreamerPipeline
解决方法:
pip3 install --user --upgrade opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple