Honlan / wechat_jump_tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行simple.py报错

theLittleShadow opened this issue · comments

python simple.py
Traceback (most recent call last):
File "simple.py", line 4, in
import cv2
File "/Library/Python/2.7/site-packages/cv2/init.py", line 4, in
from .cv2 import *
ImportError: dlopen(/Library/Python/2.7/site-packages/cv2/cv2.so, 2): Library not loaded: /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
Referenced from: /Library/Python/2.7/site-packages/cv2/.dylibs/libavcodec.57.107.100.dylib
Reason: image not found

可以在python里先import cv2试一下,看opencv装好了没