opencv出现The function is not implemented错误

先大概说一下我的情况:

系统Ubuntu16.04

想用Python,所以直接装了Anaconda,Pycharm,然后用conda install …这种命令开始安装各种包。

装完了opencv之后读取图片有问题

error: -------src-dir-------/opencv-2.4.10/modules/highgui/src/window.cpp:501: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support.     If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvShowImage.

找半天资料在这里https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/uHB2wYT29vU找到答案,应该把安装时命令换成

conda install -c menpo opencv3

一定要用 menpo,别的就出错了。
————————————————
版权声明:本文为CSDN博主「flyyufenfei」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/flyyufenfei/article/details/79192330

你可能感兴趣的:(opencv出现The function is not implemented错误)