Python项目中ImportError: libSM.so.6: cannot open shared 问题解决 KenChow 2021-04-14 661 阅读1分钟 ImportError: libSM.so.6: cannot open shared object file: No such file or directory 解决方案: apt-get update apt-get install -y libsm6 libxext6 libxrender-dev pip install opencv-python