You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use cv2 with freetype and all the documentation basically says that you just need to pip install opencv-contrib-python in order to get this to work. But it throws an AttributeError on this line: free_type = cv2.freetype.createFreeType2()
The pre-built wheels provided by this repository have not been compiled with Freetype. You can check the supported 3rd party dependencies by running cv2.getBuildInformation().
Expected behaviour
I'm trying to use cv2 with freetype and all the documentation basically says that you just need to
pip install opencv-contrib-python
in order to get this to work. But it throws an AttributeError on this line:free_type = cv2.freetype.createFreeType2()
Actual behaviour
AttributeError when trying to access freetype
Steps to reproduce
pip install opencv-contrib-python
The text was updated successfully, but these errors were encountered: