安装opencv

pip install --upgrade pip

pip install opencv-contrib-python

使用import cv2时,出现错误:

ImportError: libSM.so.6: cannot open shared object file: No such file or dir

解决方法:

apt-get install libsm6

如果你出现了上面的错误,那你很大概率也会遇到下面的问题,

类似的, ImportError: libXrender.so.1: cannot open shared object file: No such file or directory

运行

apt-get install libxrender1

出现错误 ImportError: libXext.so.6: cannot open shared object file: No such file or directory

运行命令

apt-get install libxext-dev

参考:

https://www.cnblogs.com/qiulinzhang/p/11022033.html

https://blog.csdn.net/qq_35037684/article/details/106590685

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

友情链接更多精彩内容