# No module named 'cv2'
pip install opencv-python

# libSM.so.6: cannot open shared object file: No such file or directory
# 使用apt-file
apt-get update
apt-get install apt-file
apt-file update
apt-file search libSM.so.6
apt-get install libsm6
# libXrender.so.1: cannot open shared object file: No such file or directory
apt-get install libxrender1
Logo

CSDN联合极客时间,共同打造面向开发者的精品内容学习社区,助力成长!

更多推荐