paultrott
Feb 27, 2017 - 21:01
Hi,
I have downloaded some code which uses cv2 module but pythonista doesn't have this.
Does anyone know where this module is and how do you get this module ?
Thanks
Hi,
I have downloaded some code which uses cv2 module but pythonista doesn't have this.
Does anyone know where this module is and how do you get this module ?
Thanks
https://pypi.python.org/pypi/opencv-python
https://forum.omz-software.com/search/opencv
https://github.com/omz/Pythonista-Issues/issues/3
TL;DR: This module is not pure Python. It is a wrapper around a C library. Apple's application guidelines do not allow you to add it to Pythonista. @omz could do so in theory but it would be a ton of work.