首页 > 其他 > 详细

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

时间:2019-07-18 22:15:48      阅读:782      评论:0      收藏:0      [点我收藏+]

错误

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/cv2/__init__.py", line 9, in <module>
    from .cv2 import *
ImportError: libSM.so.6: cannot open shared object file: No such file or directory

解决:

sudo pip install opencv-python==3.2.0.8

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

原文:https://www.cnblogs.com/haiyang21/p/11210038.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!