-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
Hi, I installed the packages as README.md. But when I import cv2, there is a error.
import cv2
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-8-c8ec22b3e787> in <module>()
----> 1 import cv2
ImportError: dlopen(/Users/james/anaconda3/envs/cv/lib/python3.5/site-packages/cv2.cpython-35m-darwin.so, 2): Library not loaded: @rpath/libfreetype.6.dylib
Referenced from: /Users/james/anaconda3/envs/cv/lib/libopencv_freetype.3.4.dylib
Reason: Incompatible library version: libopencv_freetype.3.4.dylib requires version 22.0.0 or later, but libfreetype.6.dylib provides version 21.0.0
What should I do?
Metadata
Metadata
Assignees
Labels
No labels