python opencv ImportError: libGL.so.1: cannot open shared object file: No such file or directory
生活随笔
收集整理的這篇文章主要介紹了
python opencv ImportError: libGL.so.1: cannot open shared object file: No such file or directory
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在redhat安裝好opencv后,報錯:ImportError: libGL.so.1: cannot open shared object file: No such file or directory,
解法:
yum install mesa-libGL.x86_64參考:
https://blog.csdn.net/qq_35516745/article/details/103822597
https://blog.csdn.net/micro_wyx/article/details/107810028
總結
以上是生活随笔為你收集整理的python opencv ImportError: libGL.so.1: cannot open shared object file: No such file or directory的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: YOLO系列算法精讲:从yolov1至y
- 下一篇: 通过python里面的pyautogui