wechat_jump_tensorflow icon indicating copy to clipboard operation
wechat_jump_tensorflow copied to clipboard

运行simple.py报错

Open theLittleShadow opened this issue 8 years ago • 1 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

theLittleShadow avatar Jan 09 '18 09:01 theLittleShadow

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

Honlan avatar Jan 09 '18 10:01 Honlan