欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

cv2报错ImportError: libXrender.so.1: cannot open shared object file 解决

程序员文章站 2022-07-04 20:25:52
...

cv2时报错ImportError: libXrender.so.1: cannot open shared object file。问题解决方法:

  1. 终端输入
`yum whatprovides Xrender.so.1`

得到结果
cv2报错ImportError: libXrender.so.1: cannot open shared object file 解决得到了需要的版本。
2. 使用yum安装

yum install libXrender-0.9.10-1.el7.x86_64 --setopt=protected_multilib=false

中间会出现这个cv2报错ImportError: libXrender.so.1: cannot open shared object file 解决is that ok 那里输入y,就安装成功啦。
cv2报错ImportError: libXrender.so.1: cannot open shared object file 解决import cv2就不再报错啦,类型的libXext,libSM也是同样的安装步骤。

相关标签: 报错解决