python中import cv2遇到的錯誤及安裝方法標簽
1 錯誤:
ImportError: libXext.so.6: cannot open shared object file: No such file or directory
安裝
yum install libXext.x86_64
2 錯誤
ImportError: libSM.so.6: cannot open shared object file: No such file or directory
安裝:
yum install libSM.x86_64
3 錯誤
libXrender.so.1: cannot open shared object file: No such file or directory
安裝:
yum install libXrender.x86_64