gpt4 book ai didi

python - ImportError:libSM.so.6:无法打开共享对象文件:没有这样的文件或目录

转载 作者:IT老高 更新时间:2023-10-28 21:42:07 24 4
gpt4 key购买 nike

在尝试导入 OpenCV 时,使用 import cv2 我收到以下错误:

/usr/local/lib/python2.7/dist-packages/cv2/__init__.py in <module>()
7
8 # make IDE's (PyCharm) autocompletion happy
----> 9 from .cv2 import *
10
11 # wildcard import above does not import "private" variables like __version__

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

不确定如何解决此问题 - 尝试使用 Google 的新 Colaboratory工具。笔记本在这里:https://drive.google.com/file/d/0B7-sJqBiyjCcRmFkMzl6cy1iN0k/view?usp=sharing

最佳答案

这通过将它作为脚本的前两行来解决问题:

!pip install opencv-python
!apt update && apt install -y libsm6 libxext6
!apt-get install -y libxrender-dev

关于python - ImportError:libSM.so.6:无法打开共享对象文件:没有这样的文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47113029/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com