python在linux中import cv2问题


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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM