I installed opencv-python using pip install on mac os. Now cv2.imshow function giving the following error
OpenCV error: Unspecified error (function not implemented). Rebuild the library with support for Windows, GTK + 2.x or Carbon. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, -run cmake or configure the script) in cvShowImage
How can I solve this problem? Why doesn't it check opencv dependency on pip?
source share